Home
last modified time | relevance | path

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

/trunk/main/oox/source/drawingml/chart/
H A Dconverterbase.cxx117 #define OOX_FRAGMENT_GETTITLESHAPE( shape_supplier, supplier_func, property_name ) \ argument
118 PropertySet aPropSet( shape_supplier ); \
119 if( shape_supplier.is() && aPropSet.getBoolProperty( PROP_##property_name ) ) \
120 return shape_supplier->supplier_func(); \
/trunk/main/sc/source/filter/excel/
H A Dxlchart.cxx1250 #define EXC_FRAGMENT_GETTITLESHAPE( shape_supplier, supplier_func, property_name ) \ argument
1251 ScfPropertySet aPropSet( shape_supplier ); \
1252 if( shape_supplier.is() && aPropSet.GetBoolProperty( CREATE_OUSTRING( #property_name ) ) ) \
1253 return shape_supplier->supplier_func(); \

Completed in 45 milliseconds