Home
last modified time | relevance | path

Searched refs:pTabStop (Results 1 – 5 of 5) sorted by relevance

/trunk/main/xmloff/source/style/
H A Dxmltabe.cxx54 void SvxXMLTabStopExport::exportTabStop( const ::com::sun::star::style::TabStop* pTabStop ) in exportTabStop() argument
62 rUnitConv.convertMeasure( sBuffer, pTabStop->Position ); in exportTabStop()
67 if( style::TabAlign_LEFT != pTabStop->Alignment ) in exportTabStop()
69 rUnitConv.convertEnum( sBuffer, pTabStop->Alignment, in exportTabStop()
76 if( style::TabAlign_DECIMAL == pTabStop->Alignment && in exportTabStop()
77 pTabStop->DecimalChar != 0 ) in exportTabStop()
79 sBuffer.append( pTabStop->DecimalChar ); in exportTabStop()
85 if( ' ' != pTabStop->FillChar && 0 != pTabStop->FillChar ) in exportTabStop()
88 GetXMLToken('.' == pTabStop->FillChar ? XML_DOTTED in exportTabStop()
91 sBuffer.append( pTabStop->FillChar ); in exportTabStop()
H A Dxmltabi.cxx213 SvxXMLTabStopContext_Impl *pTabStop = (*mpTabStops)[nCount]; in ~SvxXMLTabStopImportContext() local
215 pTabStop->ReleaseRef(); in ~SvxXMLTabStopImportContext()
/trunk/main/sw/source/core/text/
H A Dtxttab.cxx168 const SvxTabStop* pTabStop = aLineInf.GetTabStop( nSearchPos, nMyRight ); in NewTabPortion() local
169 if ( pTabStop ) in NewTabPortion()
171 cFill = ' ' != pTabStop->GetFill() ? pTabStop->GetFill() : 0; in NewTabPortion()
172 cDec = pTabStop->GetDecimal(); in NewTabPortion()
173 eAdj = pTabStop->GetAdjustment(); in NewTabPortion()
174 nNextPos = pTabStop->GetTabPos(); in NewTabPortion()
265 !pTabStop || in NewTabPortion()
272 if ( !pTabStop || eAdj == SVX_TAB_ADJUST_DEFAULT || in NewTabPortion()
/trunk/main/xmloff/inc/xmloff/
H A Dxmltabe.hxx43 void exportTabStop( const ::com::sun::star::style::TabStop* pTabStop );
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx3316 …const ::com::sun::star::style::TabStop* pTabStop = ( const ::com::sun::star::style::TabStop* )pPar… in ImplWriteTextStyleAtom() local
3345 …nDefaultTabs -= (sal_Int32)( ( ( pTabStop[ nTabs - 1 ].Position / 4.40972 ) + nTextOfs ) / nDefaul… in ImplWriteTextStyleAtom()
3371 … sal_uInt16 nPosition = (sal_uInt16)( ( pTabStop[ i ].Position / 4.40972 ) + nTextOfs ); in ImplWriteTextStyleAtom()
3373 switch ( pTabStop[ i ].Alignment ) in ImplWriteTextStyleAtom()
3388 …nWidth += (sal_Int32)( ( ( pTabStop[ nTabs - 1 ].Position / 4.40972 + nTextOfs ) / nDefaultTabSize… in ImplWriteTextStyleAtom()

Completed in 41 milliseconds