Home
last modified time | relevance | path

Searched refs:pTabStops (Results 1 – 4 of 4) sorted by relevance

/trunk/main/toolkit/source/controls/
H A Dstdtabcontroller.cxx62 Sequence< Any>* pTabStops, in ImplCreateComponentSequence()
98 if ( pTabStops ) in ImplCreateComponentSequence()
100 *pTabStops = Sequence< Any>( nCtrls ); in ImplCreateComponentSequence()
101 pTabs = pTabStops->getArray(); in ImplCreateComponentSequence()
/trunk/main/sw/source/core/tox/
H A Dtox.cxx444 const SvxTabStopItem* pTabStops = pColl != NULL ? &pColl->GetTabStops(sal_False) : 0; in AdjustTabStops() local
445 const sal_uInt16 nTabCount = pTabStops != NULL ? pTabStops->Count() : 0; in AdjustTabStops()
446 if( pTabStops != NULL in AdjustTabStops()
455 const SvxTabStop& rTab = (*pTabStops)[nTab]; in AdjustTabStops()
/trunk/main/xmloff/source/style/
H A Dxmltabi.cxx262 style::TabStop* pTabStops = aSeq.getArray(); in EndElement() local
270 *pTabStops++ = pTabStopContext->getTabStop(); in EndElement()
/trunk/main/toolkit/inc/toolkit/controls/
H A Dstdtabcontroller.hxx51 …mponents, ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any>* pTabStops, sal_Bool bPeerC…

Completed in 46 milliseconds