Home
last modified time | relevance | path

Searched refs:aGCProps (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sdext/source/pdfimport/tree/
H A Ddrawtreevisiting.cxx812 PropertyMap aGCProps; in visit() local
832 aGCProps[ USTR("draw:stroke") ] = USTR("none"); in visit()
838 aGCProps[ USTR("draw:fill") ] = USTR("solid"); in visit()
843 aGCProps[ USTR("draw:fill") ] = USTR("none"); in visit()
966 PropertyMap aGCProps; in visit() local
973 aGCProps[ USTR("draw:textarea-vertical-align") ] = USTR("top"); in visit()
976 aGCProps[ USTR("fo:padding-top") ] = USTR("0cm"); in visit()
977 aGCProps[ USTR("fo:padding-left") ] = USTR("0cm"); in visit()
978 aGCProps[ USTR("fo:padding-right") ] = USTR("0cm"); in visit()
979 aGCProps[ USTR("fo:padding-bottom") ] = USTR("0cm"); in visit()
[all …]
H A Dwritertreevisiting.cxx849 PropertyMap aGCProps; in visit() local
855 aGCProps[ USTR("svg:stroke-color") ] = getColorString( rGC.LineColor ); in visit()
869 aGCProps[ USTR("draw:stroke") ] = USTR("none"); in visit()
875 aGCProps[ USTR("draw:fill") ] = USTR("solid"); in visit()
876 aGCProps[ USTR("draw:fill-color") ] = getColorString( rGC.FillColor ); in visit()
880 aGCProps[ USTR("draw:fill") ] = USTR("none"); in visit()
884 StyleContainer::Style aSubStyle( "style:graphic-properties", aGCProps ); in visit()
1029 PropertyMap aGCProps; in visit() local
1031 aGCProps[ USTR("draw:stroke") ] = USTR("none"); in visit()
1032 aGCProps[ USTR("draw:fill") ] = USTR("none"); in visit()
[all …]

Completed in 29 milliseconds