Lines Matching refs:mpObj
73 if( mpObj.is() ) in setPropertyValueImpl()
74 static_cast< sdr::table::SdrTableObj* >( mpObj.get() )->setTableStyle(xTemplate); in setPropertyValueImpl()
85 if( mpObj.is() ) in setPropertyValueImpl()
87 …TableStyleSettings aSettings( static_cast< sdr::table::SdrTableObj* >( mpObj.get() )->getTableStyl… in setPropertyValueImpl()
99 static_cast< sdr::table::SdrTableObj* >( mpObj.get() )->setTableStyleSettings(aSettings); in setPropertyValueImpl()
123 if( mpObj.is() ) in getPropertyValueImpl()
125 rValue <<= static_cast< sdr::table::SdrTableObj* >( mpObj.get() )->getTable(); in getPropertyValueImpl()
131 if( mpObj.is() ) in getPropertyValueImpl()
133 rValue <<= static_cast< sdr::table::SdrTableObj* >( mpObj.get() )->getTableStyle(); in getPropertyValueImpl()
139 if( mpObj.is() ) in getPropertyValueImpl()
141 Graphic aGraphic( SvxGetGraphicForShape( *mpObj.get(), true ) ); in getPropertyValueImpl()
153 if( mpObj.is() ) in getPropertyValueImpl()
155 …TableStyleSettings aSettings( static_cast< sdr::table::SdrTableObj* >( mpObj.get() )->getTableStyl… in getPropertyValueImpl()
180 if( mpObj.is() ) in lock()
181 static_cast< sdr::table::SdrTableObj* >( mpObj.get() )->uno_lock(); in lock()
186 if( mpObj.is() ) in unlock()
187 static_cast< sdr::table::SdrTableObj* >( mpObj.get() )->uno_unlock(); in unlock()