Searched refs:pTabStop (Results 1 – 5 of 5) sorted by relevance
54 void SvxXMLTabStopExport::exportTabStop( const ::com::sun::star::style::TabStop* pTabStop ) in exportTabStop() argument62 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()
213 SvxXMLTabStopContext_Impl *pTabStop = (*mpTabStops)[nCount]; in ~SvxXMLTabStopImportContext() local215 pTabStop->ReleaseRef(); in ~SvxXMLTabStopImportContext()
168 const SvxTabStop* pTabStop = aLineInf.GetTabStop( nSearchPos, nMyRight ); in NewTabPortion() local169 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()
43 void exportTabStop( const ::com::sun::star::style::TabStop* pTabStop );
3316 …const ::com::sun::star::style::TabStop* pTabStop = ( const ::com::sun::star::style::TabStop* )pPar… in ImplWriteTextStyleAtom() local3345 …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 76 milliseconds