Home
last modified time | relevance | path

Searched refs:pBool (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/core/unocore/
H A Dunofield.cxx2040 sal_Bool* pBool = 0; in setPropertyValue() local
2066 pBool = &m_pProps->bBool1; in setPropertyValue()
2069 pBool = &m_pProps->bBool2; in setPropertyValue()
2072 pBool = &m_pProps->bBool3; in setPropertyValue()
2075 pBool = &m_pProps->bBool4; in setPropertyValue()
2120 else if ( pBool ) in setPropertyValue()
2123 *pBool = *(sal_Bool*) rValue.getValue(); in setPropertyValue()
/trunk/main/sw/source/ui/shells/
H A Dtabsh.cxx1218 const SfxBoolItem* pBool = static_cast<const SfxBoolItem*>(pItem); in Execute() local
1220 if(!pBool) in Execute()
1230 pSplit = new SwFmtRowSplit(pBool->GetValue()); in Execute()
/trunk/main/sw/source/ui/app/
H A Ddocsh2.cxx934 const SfxBoolItem* pBool = (const SfxBoolItem*) in Execute() local
937 if(!pBool || !pBool->GetValue()) in Execute()
/trunk/main/sc/source/filter/excel/
H A Dxlpivot.cxx178 if( const bool* pBool = this->GetBool() ) in GetItemName() local
180 return &(!!*pBool)[szBool]; in GetItemName()
/trunk/main/svx/source/tbxctrls/
H A Dtbcontrl.cxx2487 const SfxBoolItem* pBool = PTR_CAST( SfxBoolItem, pState ); in StateChanged() local
2488 rTbx.CheckItem( nId, pBool && pBool->GetValue()); in StateChanged()
/trunk/main/sw/source/ui/utlui/
H A Dglbltree.cxx1030 const SfxBoolItem* pBool = (const SfxBoolItem*) in ExcecuteContextMenuAction() local
1056 if(pBool->GetValue()) in ExcecuteContextMenuAction()

Completed in 67 milliseconds