Home
last modified time | relevance | path

Searched refs:pVertOrient (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sw/source/filter/xml/
H A Dxmltble.cxx352 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 Dxmlimpit.cxx832 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 Dxmlexpit.cxx963 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()
/trunk/main/sw/source/core/doc/
H A Dnumber.cxx200 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()
/trunk/main/xmloff/source/text/
H A Dtxtimppr.cxx311 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()
/trunk/main/sw/source/ui/shells/
H A Ddrwbassh.cxx344 const SfxPoolItem* pVertOrient = 0; in Execute() local
347 … pOutSet->GetItemState(SID_ATTR_TRANSFORM_VERT_ORIENT, sal_False, &pVertOrient); in Execute()
350 if(pVertOrient || pVertRelation || pVertPosition ) in Execute()
352 if(pVertOrient) in Execute()
354 static_cast<const SfxInt16Item*>(pVertOrient)->GetValue()); in Execute()
/trunk/main/sw/source/filter/html/
H A Dhtmlfly.cxx1198 const SwFmtVertOrient* pVertOrient ) in OutHTML_BulletImage() argument
1285 if( pVertOrient ) in OutHTML_BulletImage()
1288 switch( pVertOrient->GetVertOrient() ) in OutHTML_BulletImage()
H A Dwrthtml.hxx575 const SwFmtVertOrient* pVertOrient );
/trunk/main/sw/inc/
H A Dnumrule.hxx57 SwFmtVertOrient* pVertOrient; member in SwNumFmt

Completed in 55 milliseconds