Searched refs:LinePropertiesPtr (Results  1 – 9 of 9) sorted by relevance
| /aoo42x/main/oox/source/drawingml/table/ | 
| H A D | tableproperties.cxx | 122 	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 D | tablestylecellstylecontext.cxx | 76 …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 D | tablecell.cxx | 90 …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()
 
 | 
| /aoo42x/main/oox/inc/oox/drawingml/table/ | 
| H A D | tablestylepart.hxx | 54 …std::map < sal_Int32, ::oox::drawingml::LinePropertiesPtr >&	getLineBorders(){ return maLineBorder…  in getLineBorders()69 	std::map < sal_Int32, ::oox::drawingml::LinePropertiesPtr > maLineBorders;
 
 | 
| /aoo42x/main/oox/inc/oox/drawingml/ | 
| H A D | drawingmltypes.hxx | 50 typedef ::boost::shared_ptr< LineProperties > LinePropertiesPtr;  typedef
 | 
| H A D | shape.hxx | 176     LinePropertiesPtr           mpLinePropertiesPtr;
 | 
| /aoo42x/main/oox/source/drawingml/ | 
| H A D | themeelementscontext.cxx | 100             mrLineStyleList.push_back( LinePropertiesPtr( new LineProperties ) );  in createFastChildContext()
 | 
| H A D | shape.cxx | 191 …mpLinePropertiesPtr = LinePropertiesPtr( new LineProperties( *rReferencedShape.mpLinePropertiesPtr…  in applyShapeReference()
 | 
| /aoo42x/main/oox/source/drawingml/chart/ | 
| H A D | objectformatter.cxx | 638     LinePropertiesPtr   mxAutoLine;         /// Automatic line properties.
 | 
        Completed in 73 milliseconds