Searched refs:pBool (Results 1 – 6 of 6) sorted by relevance
2026 sal_Bool* pBool = 0; in setPropertyValue() local2052 pBool = &m_pProps->bBool1; in setPropertyValue()2055 pBool = &m_pProps->bBool2; in setPropertyValue()2058 pBool = &m_pProps->bBool3; in setPropertyValue()2061 pBool = &m_pProps->bBool4; in setPropertyValue()2106 else if ( pBool ) in setPropertyValue()2109 *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()
2485 const SfxBoolItem* pBool = PTR_CAST( SfxBoolItem, pState ); in StateChanged() local2486 rTbx.CheckItem( nId, pBool && pBool->GetValue()); in StateChanged()
1030 const SfxBoolItem* pBool = (const SfxBoolItem*) in ExcecuteContextMenuAction() local1056 if(pBool->GetValue()) in ExcecuteContextMenuAction()