Searched refs:shape_supplier (Results 1 – 2 of 2) sorted by relevance
117 #define OOX_FRAGMENT_GETTITLESHAPE( shape_supplier, supplier_func, property_name ) \ argument118 PropertySet aPropSet( shape_supplier ); \119 if( shape_supplier.is() && aPropSet.getBoolProperty( PROP_##property_name ) ) \120 return shape_supplier->supplier_func(); \
1250 #define EXC_FRAGMENT_GETTITLESHAPE( shape_supplier, supplier_func, property_name ) \ argument1251 ScfPropertySet aPropSet( shape_supplier ); \1252 if( shape_supplier.is() && aPropSet.GetBoolProperty( CREATE_OUSTRING( #property_name ) ) ) \1253 return shape_supplier->supplier_func(); \
Completed in 27 milliseconds