Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/config/
H A Dfontcfg.cxx122 nDefaultFontHeight[i] = -1; in SwStdFontConfig()
143 pValues[nProp] >>= nDefaultFontHeight[nProp - DEF_FONT_COUNT]; in SwStdFontConfig()
144nDefaultFontHeight[nProp - DEF_FONT_COUNT] = MM100_TO_TWIP(nDefaultFontHeight[nProp - DEF_FONT_COU… in SwStdFontConfig()
177 if(nDefaultFontHeight[nProp - DEF_FONT_COUNT] > 0) in Commit()
178 …pValues[nProp] <<= static_cast<sal_Int32>(TWIP_TO_MM100(nDefaultFontHeight[nProp - DEF_FONT_COUNT]… in Commit()
317 if( nFontType < DEF_FONT_COUNT && nDefaultFontHeight[nFontType] != nHeight) in ChangeInt()
329 if( bIsDefaultHeight && nDefaultFontHeight[nFontType] > 0 ) in ChangeInt()
332 nDefaultFontHeight[nFontType] = -1; in ChangeInt()
334 else if( !bIsDefaultHeight && nHeight != nDefaultFontHeight[nFontType] ) in ChangeInt()
337 nDefaultFontHeight[nFontType] = nHeight; in ChangeInt()
[all …]
/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx1107 const sal_uInt16 nDefaultFontHeight = GetDefaultFontHeight( rInf ); in DrawText() local
1112 nGridWidthAdd = ( nGridWidthAdd - nDefaultFontHeight ) / 2; in DrawText()
1114 nGridWidthAdd = nGridWidthAdd - nDefaultFontHeight; in DrawText()
1967 const sal_uInt16 nDefaultFontHeight = GetDefaultFontHeight( rInf ); in GetTextSize() local
1972 nGridWidthAdd = ( nGridWidthAdd - nDefaultFontHeight ) / 2; in GetTextSize()
1974 nGridWidthAdd = nGridWidthAdd - nDefaultFontHeight; in GetTextSize()
2241 const sal_uInt16 nDefaultFontHeight = GetDefaultFontHeight( rInf ); in GetCrsrOfst() local
2246 nGridWidthAdd = ( nGridWidthAdd - nDefaultFontHeight ) / 2; in GetCrsrOfst()
2248 nGridWidthAdd = nGridWidthAdd - nDefaultFontHeight; in GetCrsrOfst()
2512 nGridWidthAdd = ( nGridWidthAdd - nDefaultFontHeight ) / 2 ; in GetTxtBreak()
[all …]
/trunk/main/sw/source/ui/inc/
H A Dfontcfg.hxx63 sal_Int32 nDefaultFontHeight[DEF_FONT_COUNT]; member in SwStdFontConfig
/trunk/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx384 sal_uLong nDefaultFontHeight; member in SvxMSDffManager
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx5707 nDefaultFontHeight( nDefaultFontHeight_), in SV_IMPL_OP_PTRARR_SORT()
5760 nDefaultFontHeight( 24 ), in SvxMSDffManager()

Completed in 67 milliseconds