/aoo41x/main/sd/source/ui/view/ |
H A D | DocumentRenderer.cxx | 93 return GetBoolValue(NULL, true); in IsWarningOrientation() 98 return GetBoolValue("IsPrintName"); in IsPrintPageName() 103 return GetBoolValue("IsPrintDateTime"); in IsDate() 108 return GetBoolValue("IsPrintDateTime"); in IsTime() 113 return GetBoolValue("IsPrintHidden"); in IsHiddenPages() 160 return GetBoolValue("PageOptions", sal_Int32(1)); in IsPageSize() 165 … return GetBoolValue("PageOptions", sal_Int32(2)) || GetBoolValue("PageOptions", sal_Int32(3)); in IsTilePage() 175 return GetBoolValue("PrintProspect", false); in IsBooklet() 219 bool GetBoolValue ( in GetBoolValue() function in sd::__anon061182ea0111::PrintOptions 232 bool GetBoolValue ( in GetBoolValue() function in sd::__anon061182ea0111::PrintOptions [all …]
|
/aoo41x/main/editeng/source/items/ |
H A D | textitem.cxx | 591 rVal = Bool2Any(GetBoolValue()); in QueryValue() 636 sal_Bool SvxPostureItem::GetBoolValue() const in GetBoolValue() function in SvxPostureItem 666 sal_Bool SvxWeightItem::GetBoolValue() const in GetBoolValue() function in SvxWeightItem 751 rVal = Bool2Any(GetBoolValue()); in QueryValue() 1353 sal_Bool SvxTextLineItem::GetBoolValue() const in GetBoolValue() function in SvxTextLineItem 1444 rVal = Bool2Any(GetBoolValue()); in QueryValue() 1592 sal_Bool SvxCrossedOutItem::GetBoolValue() const in GetBoolValue() function in SvxCrossedOutItem 1677 rVal = Bool2Any(GetBoolValue()); in QueryValue()
|
/aoo41x/main/svx/inc/svx/ |
H A D | sdtfsitm.hxx | 63 virtual sal_Bool GetBoolValue() const;
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | wghtitem.hxx | 69 virtual sal_Bool GetBoolValue() const;
|
H A D | postitem.hxx | 69 virtual sal_Bool GetBoolValue() const;
|
H A D | crsditem.hxx | 72 virtual sal_Bool GetBoolValue() const;
|
H A D | udlnitem.hxx | 73 virtual sal_Bool GetBoolValue() const;
|
/aoo41x/main/svl/inc/svl/ |
H A D | cenumitm.hxx | 83 virtual sal_Bool GetBoolValue() const;
|
/aoo41x/main/svl/source/items/ |
H A D | cenumitm.cxx | 131 sal_Bool SfxEnumItemInterface::GetBoolValue() const in GetBoolValue() function in SfxEnumItemInterface
|
/aoo41x/main/sfx2/source/doc/ |
H A D | oleprops.cxx | 769 bool SfxOleSection::GetBoolValue( bool& rbValue, sal_Int32 nPropId ) const in GetBoolValue() function in SfxOleSection 873 else if( GetBoolValue( bBool, nPropId ) ) in GetAnyValue()
|
H A D | oleprops.hxx | 292 bool GetBoolValue( bool& rbValue, sal_Int32 nPropId ) const;
|
/aoo41x/main/sfx2/source/menu/ |
H A D | mnuitem.cxx | 303 bCheck = ((SfxEnumItemInterface *)pState)->GetBoolValue(); in StateChanged()
|
/aoo41x/main/sfx2/source/toolbox/ |
H A D | tbxitem.cxx | 991 if ( ((const SfxEnumItemInterface *)pState)->GetBoolValue() ) in StateChanged()
|
/aoo41x/main/sfx2/source/control/ |
H A D | bindings.cxx | 1312 pNewItem->SetBoolValue(!((SfxEnumItemInterface *)pOldItem)->GetBoolValue()); in Execute_Impl()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdattr.cxx | 1126 sal_Bool __EXPORT SdrTextFitToSizeTypeItem::GetBoolValue() const { return GetValue()!=SDRTEXTFIT_NO… in GetBoolValue() function in SdrTextFitToSizeTypeItem
|