Searched refs:rpState (Results 1 – 4 of 4) sorted by relevance
2089 SfxItemState SfxBindings::QueryState( sal_uInt16 nSlot, SfxPoolItem* &rpState ) in QueryState() argument2176 rpState = pItem; in QueryState()2193 rpState = pItem->Clone(); in QueryState()2197 rpState = pItem->Clone(); in QueryState()
2886 SfxItemState SfxDispatcher::QueryState( sal_uInt16 nSlot, const SfxPoolItem* &rpState ) in QueryState() argument2892 rpState = pShell->GetSlotState(nSlot); in QueryState()2893 if ( !rpState ) in QueryState()
164 SfxItemState QueryState( sal_uInt16 nSID, SfxPoolItem* &rpState );
222 SfxItemState QueryState( sal_uInt16 nSID, const SfxPoolItem* &rpState );
Completed in 104 milliseconds