Searched refs:pSSet (Results 1 – 3 of 3) sorted by relevance
673 const SfxItemSet* pSSet = rBox.GetItemSet( i, nS ); in MoveRow() local675 if( pSSet || in MoveRow()685 if( pSSet ) in MoveRow()686 pTFmt->SetFmtAttr( *pSSet ); in MoveRow()721 const SfxItemSet* pSSet = rBox.GetItemSet( nS, i ); in MoveCol() local723 if( pSSet || in MoveCol()733 if( pSSet ) in MoveCol()734 pTFmt->SetFmtAttr( *pSSet ); in MoveCol()
1255 void SvxSearchDialog::InitAttrList_Impl( const SfxItemSet* pSSet, in InitAttrList_Impl() argument1258 if ( !pSSet && !pRSet ) in InitAttrList_Impl()1261 if ( !pImpl->pRanges && pSSet ) in InitAttrList_Impl()1264 const sal_uInt16* pPtr = pSSet->GetRanges(); in InitAttrList_Impl()1280 if ( pSSet ) in InitAttrList_Impl()1285 if ( pSSet->Count() ) in InitAttrList_Impl()1287 pSearchList->Put( *pSSet ); in InitAttrList_Impl()
264 void InitAttrList_Impl( const SfxItemSet* pSSet,
Completed in 83 milliseconds