Home
last modified time | relevance | path

Searched refs:LinePropertiesPtr (Results 1 – 9 of 9) sorted by relevance

/aoo41x/main/oox/source/drawingml/table/
H A Dtableproperties.cxx122 oox::drawingml::LinePropertiesPtr pLeftBorder( new oox::drawingml::LineProperties); in SetTableStyleProperties()
127 …bl().getLineBorders().insert(std::pair<sal_Int32, ::oox::drawingml::LinePropertiesPtr>(XML_left,pL… in SetTableStyleProperties()
128 …bl().getLineBorders().insert(std::pair<sal_Int32, ::oox::drawingml::LinePropertiesPtr>(XML_right,p… in SetTableStyleProperties()
129 …bl().getLineBorders().insert(std::pair<sal_Int32, ::oox::drawingml::LinePropertiesPtr>(XML_top,pLe… in SetTableStyleProperties()
130 …bl().getLineBorders().insert(std::pair<sal_Int32, ::oox::drawingml::LinePropertiesPtr>(XML_bottom,… in SetTableStyleProperties()
131 …bl().getLineBorders().insert(std::pair<sal_Int32, ::oox::drawingml::LinePropertiesPtr>(XML_insideH… in SetTableStyleProperties()
132 …bl().getLineBorders().insert(std::pair<sal_Int32, ::oox::drawingml::LinePropertiesPtr>(XML_insideV… in SetTableStyleProperties()
169 oox::drawingml::LinePropertiesPtr pFstBottomBorder( new oox::drawingml::LineProperties); in CreateTableStyle()
179 …ow().getLineBorders().insert(std::pair<sal_Int32, ::oox::drawingml::LinePropertiesPtr>(XML_top,pFs… in CreateTableStyle()
204 oox::drawingml::LinePropertiesPtr pFstBottomBorder( new oox::drawingml::LineProperties); in CreateTableStyle()
[all …]
H A Dtablestylecellstylecontext.cxx76 …std::map < sal_Int32, ::oox::drawingml::LinePropertiesPtr >& rLineBorders = mrTableStylePart.getLi… in createFastChildContext()
77 ::oox::drawingml::LinePropertiesPtr mpLineProperties( new oox::drawingml::LineProperties ); in createFastChildContext()
H A Dtablecell.cxx90 …std::map < sal_Int32, ::oox::drawingml::LinePropertiesPtr >& rPartLineBorders( rTableStylePart.get… in applyBorder()
91 …std::map < sal_Int32, ::oox::drawingml::LinePropertiesPtr >::const_iterator aIter( rPartLineBorder… in applyBorder()
/aoo41x/main/oox/inc/oox/drawingml/table/
H A Dtablestylepart.hxx54 …std::map < sal_Int32, ::oox::drawingml::LinePropertiesPtr >& getLineBorders(){ return maLineBorder… in getLineBorders()
69 std::map < sal_Int32, ::oox::drawingml::LinePropertiesPtr > maLineBorders;
/aoo41x/main/oox/inc/oox/drawingml/
H A Ddrawingmltypes.hxx50 typedef ::boost::shared_ptr< LineProperties > LinePropertiesPtr; typedef
H A Dshape.hxx176 LinePropertiesPtr mpLinePropertiesPtr;
/aoo41x/main/oox/source/drawingml/
H A Dthemeelementscontext.cxx100 mrLineStyleList.push_back( LinePropertiesPtr( new LineProperties ) ); in createFastChildContext()
H A Dshape.cxx191 …mpLinePropertiesPtr = LinePropertiesPtr( new LineProperties( *rReferencedShape.mpLinePropertiesPtr… in applyShapeReference()
/aoo41x/main/oox/source/drawingml/chart/
H A Dobjectformatter.cxx638 LinePropertiesPtr mxAutoLine; /// Automatic line properties.

Completed in 49 milliseconds