Searched refs:GetBoolean (Results 1 – 16 of 16) sorted by relevance
114 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()
153 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()
55 static public boolean GetBoolean (String sName) in GetBoolean() method in Options
358 Options.GetBoolean("ShowDescriptions")); in CreateMenuBar()363 Options.GetBoolean ("ShowNames")); in CreateMenuBar()368 Options.GetBoolean ("ShowText")); in CreateMenuBar()373 Options.GetBoolean ("Antialiasing")); in CreateMenuBar()
60 static public boolean GetBoolean (String sName) in GetBoolean() method in Options
131 bool Theme::GetBoolean (const ThemeItem eItem) in GetBoolean() function in sfx2::sidebar::Theme191 const bool bUseSystemColors (GetBoolean(Bool_UseSystemColors)); in UpdateTheme()
158 if (Theme::GetBoolean(Theme::Bool_UseToolBoxItemSeparator)) in Paint()
154 static bool GetBoolean (const ThemeItem eItem);
57 bool GetBoolean() const { return fVal != 0.; } in GetBoolean() function
291 if(Theme::GetBoolean(Theme::Bool_UseSymphonyIcons)) in SetupIcons()
403 if(Theme::GetBoolean(Theme::Bool_UseSymphonyIcons)) in SetupIcons()
1118 sal_Int8 nBool = pMatVal->GetBoolean(); in Save()
1329 AppendExt( static_cast< sal_uInt8 >( pMatVal->GetBoolean() ? 1 : 0 ) ); in ProcessMatrix()
334 if(Theme::GetBoolean(Theme::Bool_UseSymphonyIcons)) in SetupIcons()
674 if(Theme::GetBoolean(Theme::Bool_UseSymphonyIcons)) in SetupIcons()
5098 AppendBoolean( rBuffer, pVal->GetBoolean() ); in CreateStringFromMatrix()
Completed in 190 milliseconds