LibreOffice Module writerfilter (master) 1
|
Stores the properties of a drawing object. More...
#include <rtfdocumentimpl.hxx>
Public Member Functions | |
RTFDrawingObject () | |
void | setShape (const css::uno::Reference< css::drawing::XShape > &xShape) |
const css::uno::Reference< css::drawing::XShape > & | getShape () const |
void | setPropertySet (const css::uno::Reference< css::beans::XPropertySet > &xPropertySet) |
const css::uno::Reference< css::beans::XPropertySet > & | getPropertySet () const |
std::vector< css::beans::PropertyValue > & | getPendingProperties () |
void | setLineColorR (sal_uInt8 nLineColorR) |
sal_uInt8 | getLineColorR () const |
void | setLineColorG (sal_uInt8 nLineColorG) |
sal_uInt8 | getLineColorG () const |
void | setLineColorB (sal_uInt8 nLineColorB) |
sal_uInt8 | getLineColorB () const |
void | setHasLineColor (bool bHasLineColor) |
bool | getHasLineColor () const |
void | setFillColorR (sal_uInt8 nFillColorR) |
sal_uInt8 | getFillColorR () const |
void | setFillColorG (sal_uInt8 nFillColorG) |
sal_uInt8 | getFillColorG () const |
void | setFillColorB (sal_uInt8 nFillColorB) |
sal_uInt8 | getFillColorB () const |
void | setHasFillColor (bool bHasFillColor) |
bool | getHasFillColor () const |
void | setDhgt (sal_Int32 nDhgt) |
sal_Int32 | getDhgt () const |
void | setFLine (sal_Int32 nFLine) |
sal_Int32 | getFLine () const |
void | setPolyLineCount (sal_Int32 nPolyLineCount) |
sal_Int32 | getPolyLineCount () const |
std::vector< css::awt::Point > & | getPolyLinePoints () |
void | setHadShapeText (bool bHadShapeText) |
bool | getHadShapeText () const |
![]() | |
RTFShape () | |
std::vector< std::pair< OUString, OUString > > & | getProperties () |
const std::vector< std::pair< OUString, OUString > > & | getProperties () const |
std::vector< std::pair< OUString, OUString > > & | getGroupProperties () |
void | setLeft (sal_Int32 nLeft) |
sal_Int32 | getLeft () const |
void | setTop (sal_Int32 nTop) |
sal_Int32 | getTop () const |
void | setRight (sal_Int32 nRight) |
sal_Int32 | getRight () const |
void | setBottom (sal_Int32 nBottom) |
sal_Int32 | getBottom () const |
void | setZ (sal_Int32 nZ) |
bool | hasZ () const |
sal_Int32 | getZ () const |
void | setHoriOrientRelation (sal_Int16 nHoriOrientRelation) |
sal_Int16 | getHoriOrientRelation () const |
void | setVertOrientRelation (sal_Int16 nVertOrientRelation) |
sal_Int16 | getVertOrientRelation () const |
void | setHoriOrientRelationToken (sal_uInt32 nHoriOrientRelationToken) |
sal_uInt32 | getHoriOrientRelationToken () const |
void | setVertOrientRelationToken (sal_uInt32 nVertOrientRelationToken) |
sal_uInt32 | getVertOrientRelationToken () const |
void | setWrap (css::text::WrapTextMode nWrap) |
css::text::WrapTextMode | getWrap () const |
void | setInBackground (bool bInBackground) |
bool | getInBackground () const |
RTFSprms & | getWrapPolygonSprms () |
RTFSprms & | getAnchorAttributes () |
std::pair< Id, RTFValue::Pointer_t > & | getWrapSprm () |
![]() | |
SvRefBase () | |
SvRefBase (const SvRefBase &) | |
SvRefBase & | operator= (const SvRefBase &) |
void | RestoreNoDelete () |
void | AddNextRef () |
void | AddFirstRef () |
void | ReleaseRef () |
unsigned int | GetRefCount () const |
Private Attributes | |
css::uno::Reference< css::drawing::XShape > | m_xShape |
css::uno::Reference< css::beans::XPropertySet > | m_xPropertySet |
std::vector< css::beans::PropertyValue > | m_aPendingProperties |
sal_uInt8 | m_nLineColorR = 0 |
sal_uInt8 | m_nLineColorG = 0 |
sal_uInt8 | m_nLineColorB = 0 |
bool | m_bHasLineColor = false |
sal_uInt8 | m_nFillColorR = 0 |
sal_uInt8 | m_nFillColorG = 0 |
sal_uInt8 | m_nFillColorB = 0 |
bool | m_bHasFillColor = false |
sal_Int32 | m_nDhgt = 0 |
sal_Int32 | m_nFLine = -1 |
sal_Int32 | m_nPolyLineCount = 0 |
std::vector< css::awt::Point > | m_aPolyLinePoints |
bool | m_bHadShapeText = false |
Additional Inherited Members | |
![]() | |
virtual | ~SvRefBase () COVERITY_NOEXCEPT_FALSE |
Stores the properties of a drawing object.
Definition at line 290 of file rtfdocumentimpl.hxx.
|
default |
|
inline |
Definition at line 323 of file rtfdocumentimpl.hxx.
References m_nDhgt.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchFlag().
|
inline |
Definition at line 319 of file rtfdocumentimpl.hxx.
References m_nFillColorB.
Referenced by writerfilter::rtftok::RTFDocumentImpl::beforePopState().
|
inline |
Definition at line 317 of file rtfdocumentimpl.hxx.
References m_nFillColorG.
Referenced by writerfilter::rtftok::RTFDocumentImpl::beforePopState().
|
inline |
Definition at line 315 of file rtfdocumentimpl.hxx.
References m_nFillColorR.
Referenced by writerfilter::rtftok::RTFDocumentImpl::beforePopState().
|
inline |
Definition at line 325 of file rtfdocumentimpl.hxx.
References m_nFLine.
Referenced by writerfilter::rtftok::RTFDocumentImpl::beforePopState().
|
inline |
Definition at line 330 of file rtfdocumentimpl.hxx.
References m_bHadShapeText.
Referenced by writerfilter::rtftok::RTFDocumentImpl::afterPopState(), and writerfilter::rtftok::RTFDocumentImpl::beforePopState().
|
inline |
Definition at line 321 of file rtfdocumentimpl.hxx.
References m_bHasFillColor.
Referenced by writerfilter::rtftok::RTFDocumentImpl::beforePopState().
|
inline |
Definition at line 313 of file rtfdocumentimpl.hxx.
References m_bHasLineColor.
Referenced by writerfilter::rtftok::RTFDocumentImpl::beforePopState().
|
inline |
Definition at line 311 of file rtfdocumentimpl.hxx.
References m_nLineColorB.
Referenced by writerfilter::rtftok::RTFDocumentImpl::beforePopState().
|
inline |
Definition at line 309 of file rtfdocumentimpl.hxx.
References m_nLineColorG.
Referenced by writerfilter::rtftok::RTFDocumentImpl::beforePopState().
|
inline |
Definition at line 307 of file rtfdocumentimpl.hxx.
References m_nLineColorR.
Referenced by writerfilter::rtftok::RTFDocumentImpl::beforePopState().
|
inline |
Definition at line 305 of file rtfdocumentimpl.hxx.
References m_aPendingProperties.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchFlag().
|
inline |
Definition at line 327 of file rtfdocumentimpl.hxx.
References m_nPolyLineCount.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchValue().
|
inline |
Definition at line 328 of file rtfdocumentimpl.hxx.
References m_aPolyLinePoints.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchValue().
|
inline |
Definition at line 301 of file rtfdocumentimpl.hxx.
References m_xPropertySet.
Referenced by writerfilter::rtftok::RTFDocumentImpl::beforePopState(), writerfilter::rtftok::RTFDocumentImpl::dispatchFlag(), and writerfilter::rtftok::RTFDocumentImpl::dispatchValue().
|
inline |
Definition at line 296 of file rtfdocumentimpl.hxx.
References m_xShape.
Referenced by writerfilter::rtftok::RTFDocumentImpl::beforePopState(), writerfilter::rtftok::RTFDocumentImpl::dispatchFlag(), and writerfilter::rtftok::RTFDocumentImpl::resolvePict().
|
inline |
Definition at line 322 of file rtfdocumentimpl.hxx.
References m_nDhgt.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchValue().
|
inline |
Definition at line 318 of file rtfdocumentimpl.hxx.
References m_nFillColorB.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchValue().
|
inline |
Definition at line 316 of file rtfdocumentimpl.hxx.
References m_nFillColorG.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchValue().
|
inline |
Definition at line 314 of file rtfdocumentimpl.hxx.
References m_nFillColorR.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchValue().
|
inline |
Definition at line 324 of file rtfdocumentimpl.hxx.
References m_nFLine.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchFlag().
|
inline |
Definition at line 329 of file rtfdocumentimpl.hxx.
References m_bHadShapeText.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchFlag().
|
inline |
Definition at line 320 of file rtfdocumentimpl.hxx.
References m_bHasFillColor.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchValue().
|
inline |
Definition at line 312 of file rtfdocumentimpl.hxx.
References m_bHasLineColor.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchValue().
|
inline |
Definition at line 310 of file rtfdocumentimpl.hxx.
References m_nLineColorB.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchValue().
|
inline |
Definition at line 308 of file rtfdocumentimpl.hxx.
References m_nLineColorG.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchValue().
|
inline |
Definition at line 306 of file rtfdocumentimpl.hxx.
References m_nLineColorR.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchValue().
|
inline |
Definition at line 326 of file rtfdocumentimpl.hxx.
References m_nPolyLineCount.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchValue().
|
inline |
Definition at line 297 of file rtfdocumentimpl.hxx.
References m_xPropertySet.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchFlag().
|
inline |
Definition at line 295 of file rtfdocumentimpl.hxx.
References m_xShape.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchFlag().
|
private |
Definition at line 335 of file rtfdocumentimpl.hxx.
Referenced by getPendingProperties().
|
private |
Definition at line 347 of file rtfdocumentimpl.hxx.
Referenced by getPolyLinePoints().
|
private |
Definition at line 348 of file rtfdocumentimpl.hxx.
Referenced by getHadShapeText(), and setHadShapeText().
|
private |
Definition at line 343 of file rtfdocumentimpl.hxx.
Referenced by getHasFillColor(), and setHasFillColor().
|
private |
Definition at line 339 of file rtfdocumentimpl.hxx.
Referenced by getHasLineColor(), and setHasLineColor().
|
private |
Definition at line 344 of file rtfdocumentimpl.hxx.
|
private |
Definition at line 342 of file rtfdocumentimpl.hxx.
Referenced by getFillColorB(), and setFillColorB().
|
private |
Definition at line 341 of file rtfdocumentimpl.hxx.
Referenced by getFillColorG(), and setFillColorG().
|
private |
Definition at line 340 of file rtfdocumentimpl.hxx.
Referenced by getFillColorR(), and setFillColorR().
|
private |
Definition at line 345 of file rtfdocumentimpl.hxx.
Referenced by getFLine(), and setFLine().
|
private |
Definition at line 338 of file rtfdocumentimpl.hxx.
Referenced by getLineColorB(), and setLineColorB().
|
private |
Definition at line 337 of file rtfdocumentimpl.hxx.
Referenced by getLineColorG(), and setLineColorG().
|
private |
Definition at line 336 of file rtfdocumentimpl.hxx.
Referenced by getLineColorR(), and setLineColorR().
|
private |
Definition at line 346 of file rtfdocumentimpl.hxx.
Referenced by getPolyLineCount(), and setPolyLineCount().
|
private |
Definition at line 334 of file rtfdocumentimpl.hxx.
Referenced by getPropertySet(), and setPropertySet().
|
private |
Definition at line 333 of file rtfdocumentimpl.hxx.
Referenced by getShape(), and setShape().