Searched refs:pVertOrient (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/sw/source/filter/xml/ |
H A D | xmltble.cxx | 352 const SwFmtVertOrient *pVertOrient = 0; in AddCell() local 362 pVertOrient = (const SwFmtVertOrient *)pItem; in AddCell() 378 if( !pVertOrient && !pBrush && !pBox && !pNumFmt && !pFrameDir ) in AddCell() 402 if( !pVertOrient ) in AddCell() 409 if( pVertOrient ) in AddCell() 470 if( pVertOrient && in AddCell() 471 pVertOrient->GetVertOrient() != pTestVertOrient->GetVertOrient() ) in AddCell()
|
H A D | xmlimpit.cxx | 832 SwFmtVertOrient* pVertOrient = PTR_CAST(SwFmtVertOrient, &rItem); in PutXMLValue() local 833 DBG_ASSERT( pVertOrient != NULL, "Wrong Which-ID" ); in PutXMLValue() 839 pVertOrient->SetVertOrient( nValue ); in PutXMLValue() 843 pVertOrient->SetVertOrient( text::VertOrientation::NONE ); in PutXMLValue()
|
H A D | xmlexpit.cxx | 963 SwFmtVertOrient* pVertOrient = PTR_CAST(SwFmtVertOrient, &rItem); in QueryXMLValue() local 964 DBG_ASSERT( pVertOrient != NULL, "Wrong Which-ID" ); in QueryXMLValue() 966 rUnitConverter.convertEnum( aOut, pVertOrient->GetVertOrient(), in QueryXMLValue()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | number.cxx | 200 pVertOrient(new SwFmtVertOrient( 0, text::VertOrientation::NONE)) in SwNumFmt() 210 pVertOrient(new SwFmtVertOrient( 0, rFmt.GetVertOrient())) in SwNumFmt() 222 pVertOrient(new SwFmtVertOrient( 0, rNumFmt.GetVertOrient())) in SwNumFmt() 250 delete pVertOrient; in ~SwNumFmt() 404 pVertOrient->SetVertOrient( *pOrient ); in SetGraphicBrush() 488 pVertOrient->SetVertOrient(eOrient); in GetGraphicOrientation() 489 return pVertOrient; in GetGraphicOrientation()
|
/aoo41x/main/xmloff/source/text/ |
H A D | txtimppr.cxx | 311 XMLPropertyState* pVertOrient = 0; in finished() local 369 case CTF_VERTICALPOS: pVertOrient = property; break; in finished() 605 if( pVertOrient && pVertOrientRelAsChar ) in finished() 608 pVertOrient->maValue >>= nVertOrient; in finished() 639 pVertOrient->maValue <<= nVertOrient; in finished()
|
/aoo41x/main/sw/source/ui/shells/ |
H A D | drwbassh.cxx | 348 const SfxPoolItem* pVertOrient = 0; in Execute() local 351 … pOutSet->GetItemState(SID_ATTR_TRANSFORM_VERT_ORIENT, sal_False, &pVertOrient); in Execute() 354 if(pVertOrient || pVertRelation || pVertPosition ) in Execute() 356 if(pVertOrient) in Execute() 358 static_cast<const SfxInt16Item*>(pVertOrient)->GetValue()); in Execute()
|
/aoo41x/main/sw/inc/ |
H A D | numrule.hxx | 57 SwFmtVertOrient* pVertOrient; member in SwNumFmt
|
/aoo41x/main/sw/source/filter/html/ |
H A D | htmlfly.cxx | 1198 const SwFmtVertOrient* pVertOrient ) in OutHTML_BulletImage() argument 1285 if( pVertOrient ) in OutHTML_BulletImage() 1288 switch( pVertOrient->GetVertOrient() ) in OutHTML_BulletImage()
|
H A D | wrthtml.hxx | 575 const SwFmtVertOrient* pVertOrient );
|
Completed in 79 milliseconds