Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/config/
H A Duinums.cxx513 SwFmtVertOrient* pVOrient = 0; in _SwNumFmtGlobal() local
526 pVOrient = (SwFmtVertOrient*)GetDfltAttr( RES_VERT_ORIENT ) in _SwNumFmtGlobal()
530 if(pVOrient) in _SwNumFmtGlobal()
531 eOrient = (sal_Int16)pVOrient->GetVertOrient(); in _SwNumFmtGlobal()
532 aFmt.SetGraphicBrush( pBrush, &aSz, pVOrient ? &eOrient : 0 ); in _SwNumFmtGlobal()
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx95 SwFmtVertOrient* pVOrient; member in SwShapeDescriptor_Impl
118 pVOrient( 0L ), in SwShapeDescriptor_Impl()
140 delete pVOrient; in ~SwShapeDescriptor_Impl()
169 if(bCreate && !pVOrient) in GetVOrient()
172pVOrient = new SwFmtVertOrient( 0, text::VertOrientation::NONE, text::RelOrientation::FRAME ); in GetVOrient()
174 return pVOrient; in GetVOrient()
208 void RemoveVOrient(){DELETEZ(pVOrient);} in RemoveVOrient()

Completed in 72 milliseconds