Home
last modified time | relevance | path

Searched refs:GetBoolean (Results 1 – 16 of 16) sorted by relevance

/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/ !
H A DCanvas.java114 if (Options.GetBoolean("Antialiasing")) in paintComponent()
142 boolean bShowDescriptions = Options.GetBoolean ("ShowDescriptions"); in paintComponent()
143 boolean bShowNames = Options.GetBoolean ("ShowNames"); in paintComponent()
144 boolean bShowText = Options.GetBoolean ("ShowText"); in paintComponent()
/trunk/main/toolkit/test/accessibility/ !
H A DCanvas.java153 return Options.GetBoolean ("ShowDescriptions"); in getShowDescriptions()
164 return Options.GetBoolean ("ShowNames"); in getShowNames()
175 return Options.GetBoolean ("Antialiasing"); in getAntialiasing()
186 return Options.GetBoolean ("ShowText"); in getShowText()
H A DOptions.java55 static public boolean GetBoolean (String sName) in GetBoolean() method in Options
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/ !
H A DAccessibilityWorkBench.java358 Options.GetBoolean("ShowDescriptions")); in CreateMenuBar()
363 Options.GetBoolean ("ShowNames")); in CreateMenuBar()
368 Options.GetBoolean ("ShowText")); in CreateMenuBar()
373 Options.GetBoolean ("Antialiasing")); in CreateMenuBar()
/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/ !
H A DOptions.java60 static public boolean GetBoolean (String sName) in GetBoolean() method in Options
/trunk/main/sfx2/source/sidebar/ !
H A DTheme.cxx131 bool Theme::GetBoolean (const ThemeItem eItem) in GetBoolean() function in sfx2::sidebar::Theme
191 const bool bUseSystemColors (GetBoolean(Bool_UseSystemColors)); in UpdateTheme()
H A DSidebarToolBox.cxx158 if (Theme::GetBoolean(Theme::Bool_UseToolBoxItemSeparator)) in Paint()
/trunk/main/sfx2/inc/sfx2/sidebar/ !
H A DTheme.hxx154 static bool GetBoolean (const ThemeItem eItem);
/trunk/main/sc/inc/ !
H A Dscmatrix.hxx57 bool GetBoolean() const { return fVal != 0.; } in GetBoolean() function
/trunk/main/svx/source/sidebar/graphic/ !
H A DGraphicPropertyPanel.cxx291 if(Theme::GetBoolean(Theme::Bool_UseSymphonyIcons)) in SetupIcons()
/trunk/main/svx/source/sidebar/line/ !
H A DLinePropertyPanel.cxx403 if(Theme::GetBoolean(Theme::Bool_UseSymphonyIcons)) in SetupIcons()
/trunk/main/sc/source/filter/excel/ !
H A Dxehelper.cxx1118 sal_Int8 nBool = pMatVal->GetBoolean(); in Save()
H A Dxeformula.cxx1329 AppendExt( static_cast< sal_uInt8 >( pMatVal->GetBoolean() ? 1 : 0 ) ); in ProcessMatrix()
/trunk/main/svx/source/sidebar/possize/ !
H A DPosSizePropertyPanel.cxx334 if(Theme::GetBoolean(Theme::Bool_UseSymphonyIcons)) in SetupIcons()
/trunk/main/svx/source/sidebar/area/ !
H A DAreaPropertyPanel.cxx674 if(Theme::GetBoolean(Theme::Bool_UseSymphonyIcons)) in SetupIcons()
/trunk/main/sc/source/core/tool/ !
H A Dcompiler.cxx5098 AppendBoolean( rBuffer, pVal->GetBoolean() ); in CreateStringFromMatrix()

Completed in 145 milliseconds