Searched refs:fExportFormat (Results 1 – 2 of 2) sorted by relevance
51 uint32 fExportFormat; variable
150 fExportFormat(kExportAsText) in SudokuWindow()483 if (message->FindInt32("as", (int32 *)&fExportFormat) < B_OK) in MessageReceived()484 fExportFormat = kExportAsText; in MessageReceived()506 fSudokuView->SaveTo(ref, fExportFormat); in MessageReceived()