Searched refs:nIndentAt (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/sw/source/filter/ww8/ |
H A D | wrtw8num.cxx | 261 sal_Int16 nIndentAt, in NumberingLevel() argument 353 Set_UInt16( pData, nIndentAt ); in NumberingLevel() 543 sal_Int16 nIndentAt = 0; in AbstractNumberingDefinitions() local 550 nIndentAt = nListTabPos = rFmt.GetAbsLSpace(); in AbstractNumberingDefinitions() 555 nIndentAt = static_cast<sal_Int16>(rFmt.GetIndentAt()); in AbstractNumberingDefinitions() 568 nIndentAt, nFirstLineIndex, nListTabPos, in AbstractNumberingDefinitions()
|
H A D | ww8attributeoutput.hxx | 208 sal_Int16 nIndentAt,
|
H A D | attributeoutputbase.hxx | 326 sal_Int16 nIndentAt,
|
H A D | rtfattributeoutput.hxx | 246 sal_Int16 nIndentAt,
|
H A D | docxattributeoutput.hxx | 263 sal_Int16 nIndentAt,
|
H A D | docxattributeoutput.cxx | 2114 sal_Int16 nIndentAt, in NumberingLevel() argument 2192 FSNS( XML_w, XML_left ), OString::valueOf( sal_Int32( nIndentAt ) ).getStr(), in NumberingLevel()
|
H A D | rtfattributeoutput.cxx | 1504 sal_Int16 nIndentAt, in NumberingLevel() argument 1618 m_rExport.OutLong( nIndentAt ); in NumberingLevel()
|
/aoo42x/main/xmloff/source/style/ |
H A D | xmlnume.cxx | 143 sal_Int32 nIndentAt( 0 ); in exportLevelStyle() local 277 rProp.Value >>= nIndentAt; in exportLevelStyle() 559 if ( nIndentAt != 0 ) in exportLevelStyle() 561 GetExport().GetMM100UnitConverter().convertMeasure( sBuffer, nIndentAt ); in exportLevelStyle()
|
H A D | xmlnumi.cxx | 242 sal_Int32 nIndentAt; member in SvxXMLListLevelStyleContext_Impl 305 nIndentAt = nValue; in SetIndentAt() 340 , nIndentAt( 0 ) in SvxXMLListLevelStyleContext_Impl() 564 pProps[nPos++].Value <<= (sal_Int32)nIndentAt; in GetProperties()
|
/aoo42x/main/editeng/source/items/ |
H A D | numitem.cxx | 636 void SvxNumberFormat::SetIndentAt( const long nIndentAt ) in SetIndentAt() argument 638 mnIndentAt = nIndentAt; in SetIndentAt()
|
/aoo42x/main/editeng/inc/editeng/ |
H A D | numitem.hxx | 248 void SetIndentAt( const long nIndentAt );
|
Completed in 119 milliseconds