Searched refs:aFontProps (Results 1 – 3 of 3) sorted by relevance
863 PropertyMap aFontProps; in visit() local866 aFontProps[ USTR( "fo:font-family" ) ] = rFont.familyName; in visit()867 aFontProps[ USTR( "style:font-family-complex" ) ] = rFont.familyName; in visit()872 aFontProps[ USTR( "fo:font-weight" ) ] = USTR( "bold" ); in visit()873 aFontProps[ USTR( "fo:font-weight-asian" ) ] = USTR( "bold" ); in visit()879 aFontProps[ USTR( "fo:font-style" ) ] = USTR( "italic" ); in visit()880 aFontProps[ USTR( "fo:font-style-asian" ) ] = USTR( "italic" ); in visit()893 aFontProps[ USTR( "style:text-outline" ) ] = USTR( "true" ); in visit()900 aFontProps[ USTR( "fo:font-size" ) ] = aFSize; in visit()901 aFontProps[ USTR( "style:font-size-asian" ) ] = aFSize; in visit()[all …]
900 PropertyMap aFontProps; in visit() local903 aFontProps[ USTR( "fo:font-family" ) ] = rFont.familyName; in visit()907 aFontProps[ USTR( "fo:font-weight" ) ] = USTR( "bold" ); in visit()908 aFontProps[ USTR( "fo:font-weight-asian" ) ] = USTR( "bold" ); in visit()909 aFontProps[ USTR( "fo:font-weight-complex" ) ] = USTR( "bold" ); in visit()914 aFontProps[ USTR( "fo:font-style" ) ] = USTR( "italic" ); in visit()915 aFontProps[ USTR( "fo:font-style-asian" ) ] = USTR( "italic" ); in visit()928 aFontProps[ USTR( "style:text-outline" ) ] = USTR( "true" ); in visit()935 aFontProps[ USTR( "fo:font-size" ) ] = aFSize; in visit()936 aFontProps[ USTR( "style:font-size-asian" ) ] = aFSize; in visit()[all …]
1335 PropertyMapPtr aFontProps( new PropertyMap ); in PushFootOrEndnote() local1336 aFontProps->Insert(PROP_CHAR_FONT_NAME, true, uno::makeAny( pFontEntry->sFontName )); in PushFootOrEndnote()1337 …aFontProps->Insert(PROP_CHAR_FONT_CHAR_SET, true, uno::makeAny( (sal_Int16)pFontEntry->nTextEncodi… in PushFootOrEndnote()1338 … aFontProps->Insert(PROP_CHAR_FONT_PITCH, true, uno::makeAny( pFontEntry->nPitchRequest )); in PushFootOrEndnote()1339 aFontProperties = aFontProps->GetPropertyValues(); in PushFootOrEndnote()1343 PropertyMapPtr aFontProps( new PropertyMap ); in PushFootOrEndnote() local1344 …aFontProps->Insert(PROP_CHAR_FONT_NAME, true, uno::makeAny( pTopContext->GetFootnoteFontName() )); in PushFootOrEndnote()1345 aFontProperties = aFontProps->GetPropertyValues(); in PushFootOrEndnote()
Completed in 52 milliseconds