Searched refs:pBool (Results 1 – 6 of 6) sorted by relevance
2040 sal_Bool* pBool = 0; in setPropertyValue() local2066 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()
1218 const SfxBoolItem* pBool = static_cast<const SfxBoolItem*>(pItem); in Execute() local1220 if(!pBool) in Execute()1230 pSplit = new SwFmtRowSplit(pBool->GetValue()); in Execute()
934 const SfxBoolItem* pBool = (const SfxBoolItem*) in Execute() local937 if(!pBool || !pBool->GetValue()) in Execute()
178 if( const bool* pBool = this->GetBool() ) in GetItemName() local180 return &(!!*pBool)[szBool]; in GetItemName()
2487 const SfxBoolItem* pBool = PTR_CAST( SfxBoolItem, pState ); in StateChanged() local2488 rTbx.CheckItem( nId, pBool && pBool->GetValue()); in StateChanged()
1030 const SfxBoolItem* pBool = (const SfxBoolItem*) in ExcecuteContextMenuAction() local1056 if(pBool->GetValue()) in ExcecuteContextMenuAction()
Completed in 50 milliseconds