Lines Matching refs:aProps
49 PropertyMap aProps; in visit() local
50 aProps[ USTR( "xlink:type" ) ] = USTR( "simple" ); in visit()
51 aProps[ USTR( "xlink:href" ) ] = elem.URI; in visit()
52 aProps[ USTR( "office:target-frame-name" ) ] = USTR( "_blank" ); in visit()
53 aProps[ USTR( "xlink:show" ) ] = USTR( "new" ); in visit()
55 m_rEmitContext.rEmitter.beginTag( pType, aProps ); in visit()
70 PropertyMap aProps; in visit() local
73 aProps[ rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "text:style-name" ) ) ] = in visit()
77 m_rEmitContext.rEmitter.beginTag( "text:span", aProps ); in visit()
91 PropertyMap aProps; in visit() local
94 aProps[ USTR( "text:style-name" ) ] = m_rEmitContext.rStyles.getStyleName( elem.StyleId ); in visit()
99 m_rEmitContext.rEmitter.beginTag( pTagType, aProps ); in visit()
276 PropertyMap aProps; in visit() local
277 fillFrameProps( elem, aProps, m_rEmitContext ); in visit()
283 aProps[ USTR( "svg:viewBox" ) ] = aBuf.makeStringAndClear(); in visit()
284 …aProps[ USTR( "svg:d" ) ] = basegfx::tools::exportToSvgD( elem.PolyPoly, true, true, false ); in visit()
286 m_rEmitContext.rEmitter.beginTag( "draw:path", aProps ); in visit()
846 PropertyMap aProps; in visit() local
847 aProps[ USTR( "style:family" ) ] = USTR( "graphic" ); in visit()
883 StyleContainer::Style aStyle( "style:style", aProps ); in visit()
897 PropertyMap aProps; in visit() local
898 aProps[ USTR( "style:family" ) ] = USTR( "text" ); in visit()
942 StyleContainer::Style aStyle( "style:style", aProps ); in visit()
1013 PropertyMap aProps; in visit() local
1014 aProps[ USTR( "style:family" ) ] = USTR( "paragraph" ); in visit()
1015 StyleContainer::Style aStyle( "style:style", aProps ); in visit()
1026 PropertyMap aProps; in visit() local
1027 aProps[ USTR( "style:family" ) ] = USTR( "graphic" ); in visit()
1034 StyleContainer::Style aStyle( "style:style", aProps ); in visit()
1050 PropertyMap aProps; in setFirstOnPage() local
1055 aProps = *pProps; in setFirstOnPage()
1058 aProps[ USTR( "style:family" ) ] = USTR( "paragraph" ); in setFirstOnPage()
1059 aProps[ USTR( "style:master-page-name" ) ] = rMasterPageName; in setFirstOnPage()
1062 rElem.StyleId = rStyles.setProperties( rElem.StyleId, aProps ); in setFirstOnPage()
1065 StyleContainer::Style aStyle( "style:style", aProps ); in setFirstOnPage()