Searched refs:pCurSet (Results 1 – 2 of 2) sorted by relevance
316 SortedResultSet *pCurSet = NULL; in impl_notify() local326 pCurSet = mpTwo; in impl_notify()332 pCurSet = mpOne; in impl_notify()344 long nOldCount = pCurSet->GetCount(); in impl_notify()367 pCurSet = mpOne; in impl_notify()388 pCurSet->InsertNew( aAction.Position, aAction.Count ); in impl_notify()394 pCurSet->Remove( aAction.Position, in impl_notify()404 pCurSet->Move( aAction.Position, in impl_notify()421 pCurSet->ResortModified( &maActions ); in impl_notify()424 pCurSet->ResortNew( &maActions ); in impl_notify()[all …]
606 const SfxItemSet* pCurSet = &GetItemSet(); in AdjustToFontHeight() local608 sal_uInt32 nOldHeight = ((SvxFontHeightItem&)pCurSet->Get(EE_CHAR_FONTHEIGHT)).GetHeight(); in AdjustToFontHeight()612 const SvxBulletItem& rBItem = (const SvxBulletItem&)pCurSet->Get(EE_PARA_BULLET); in AdjustToFontHeight()621 const SvxLRSpaceItem& rLRItem = (const SvxLRSpaceItem&)pCurSet->Get(EE_PARA_LRSPACE); in AdjustToFontHeight()632 const SvxULSpaceItem& rULItem = (const SvxULSpaceItem&)pCurSet->Get(EE_PARA_ULSPACE); in AdjustToFontHeight()
Completed in 42 milliseconds