Home
last modified time | relevance | path

Searched refs:POR_TABDECIMAL (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/sw/source/core/text/
H A Dtxttab.cxx434 case POR_TABDECIMAL: in PreFormat()
437 if( POR_TABDECIMAL == nWhich ) in PreFormat()
518 if ( bTabCompat && POR_TABDECIMAL == nWhich ) in PostFormat()
562 if( POR_TABDECIMAL == nWhich ) in PostFormat()
H A Dportab.hxx114 { SetWhichPor( POR_TABDECIMAL ); } in SwTabDecimalPortion()
H A Dporlin.hxx138 inline sal_Bool IsTabDecimalPortion() const { return nWhichPor == POR_TABDECIMAL;} in IsTabDecimalPortion()
H A Ditrform2.cxx1352 POR_TABDECIMAL == pLastTabPortion->GetWhichPor() ) in NewPortion()
H A DEnhancedPDFExportHelper.cxx1482 case POR_TABDECIMAL : in BeginInlineStructureElements()
/AOO41X/main/sw/source/core/inc/
H A Dtxttypes.hxx96 #define POR_TABDECIMAL 0x07d2 macro