/aoo4110/main/vcl/unx/generic/app/ |
H A D | saldata.cxx | 475 static Bool bOnce = False; in EmitFontpathWarning() local 476 if ( !bOnce ) in EmitFontpathWarning() 478 bOnce = True; in EmitFontpathWarning() 533 static Bool bOnce = False; in XError() local 534 if ( !bOnce ) in XError() 539 bOnce = True ; in XError()
|
H A D | wmadaptor.cxx | 1114 static bool bOnce = true; in setWMName() local 1115 if( bOnce ) in setWMName() 1117 bOnce = false; in setWMName()
|
/aoo4110/main/padmin/source/ |
H A D | cmddlg.cxx | 47 static bool bOnce = false; in getSystemPrintCommands() local 48 if( ! bOnce ) in getSystemPrintCommands() 50 bOnce = true; in getSystemPrintCommands() 61 static bool bOnce = false; in getSystemPdfCommands() local 64 if( ! bOnce ) in getSystemPdfCommands() 66 bOnce = true; in getSystemPdfCommands()
|
/aoo4110/main/vcl/unx/generic/fontmanager/ |
H A D | helper.cxx | 50 static bool bOnce = false; in getOfficePath() local 52 if( ! bOnce ) in getOfficePath() 54 bOnce = true; in getOfficePath()
|
/aoo4110/main/forms/source/xforms/ |
H A D | model.cxx | 449 bool bOnce = false; in loadInstance() local 450 getInstanceData( aSequence, NULL, NULL, &sURL, &bOnce ); in loadInstance() 470 bOnce ? &sEmpty : &sURL, NULL); in loadInstance()
|
H A D | model_ui.cxx | 434 bool bOnce = bURLOnce; // bool, so we can take address in setInstanceData in newInstance() local 435 setInstanceData( aSequence, &sName, &xInstance, &sURL, &bOnce ); in newInstance()
|
/aoo4110/main/vcl/aqua/source/window/ |
H A D | salmenu.cxx | 100 static bool bOnce = true; in initAppMenu() local 101 if( bOnce ) in initAppMenu() 103 bOnce = false; in initAppMenu()
|
/aoo4110/main/sd/source/ui/app/ |
H A D | sdmod1.cxx | 349 static bool bOnce = false; variable 437 if ( !bOnce ) in GetState() 448 bOnce = true; in GetState()
|
/aoo4110/main/vcl/unx/headless/ |
H A D | svpprn.cxx | 1037 static bool bOnce = false; in update() local 1038 if( ! bOnce ) in update() 1040 bOnce = true; in update()
|
H A D | svppspgraphics.cxx | 1262 static bool bOnce = true; in AnnounceFonts() local 1263 if( bOnce ) in AnnounceFonts() 1265 bOnce = false; in AnnounceFonts()
|
/aoo4110/main/vcl/unx/generic/gdi/ |
H A D | pspgraphics.cxx | 1376 static bool bOnce = true; in AnnounceFonts() local 1377 if( bOnce ) in AnnounceFonts() 1379 bOnce = false; in AnnounceFonts()
|
/aoo4110/main/vcl/source/glyphs/ |
H A D | gcach_ftyp.cxx | 168 static bool bOnce = true; in FtFontFile() local 169 if( bOnce ) in FtFontFile() 171 bOnce = false; in FtFontFile()
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 2329 static bool bOnce = true; in GetDevFontList() local 2330 if( bOnce ) in GetDevFontList() 2332 bOnce = false; in GetDevFontList()
|
/aoo4110/main/cui/source/options/ |
H A D | treeopt.cxx | 1904 for(bool bOnce = false; bOnce==false; bOnce=true) in Initialize() local
|
/aoo4110/main/vcl/unx/gtk/window/ |
H A D | gtkframe.cxx | 1288 static bool bOnce = false; in initClientId() local 1289 if( ! bOnce ) in initClientId() 1291 bOnce = true; in initClientId()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | pdfwriter_impl.cxx | 1766 static bool bOnce = true; in PDFWriterImpl() local 1767 if( bOnce ) in PDFWriterImpl() 1769 bOnce = false; in PDFWriterImpl()
|