Home
last modified time | relevance | path

Searched refs:nVertOrient (Results 1 – 13 of 13) sorted by path

/trunk/main/cui/source/tabpages/
H A Dswpossizetabpage.cxx1101 aVal.nVertOrient = (short)nAlign; in IMPL_LINK()
1105 aVal.nVertOrient = VertOrientation::NONE; in IMPL_LINK()
/trunk/main/svx/inc/svx/
H A Dswframevalidation.hxx36 sal_Int16 nVertOrient; //com::sun::star::text::VertOrientation member
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmmgr.cxx345 if (rVal.nVertOrient == text::VertOrientation::NONE) in ValidateMetrics()
357 if ( rVal.nVertOrient != text::VertOrientation::NONE ) in ValidateMetrics()
398 if (rVal.nVertOrient == text::VertOrientation::NONE) in ValidateMetrics()
429 const SwTwips nV = ( rVal.nVertOrient != text::VertOrientation::NONE ) in ValidateMetrics()
465 rVal.nVertOrient == text::VertOrientation::NONE ) in ValidateMetrics()
472 rVal.nVertOrient == text::VertOrientation::NONE ) in ValidateMetrics()
477 if ( rVal.nVertOrient == text::VertOrientation::NONE ) in ValidateMetrics()
H A Dfrmpage.cxx1818 aVal.nVertOrient = nAlign; in IMPL_LINK()
1822 aVal.nVertOrient = text::VertOrientation::NONE; in IMPL_LINK()
H A Dwrap.cxx485 aVal.nVertOrient = (short)rVert.GetVertOrient(); in ActivatePage()
/trunk/main/sw/source/ui/shells/
H A Ddrwbassh.cxx476 sal_Int16 nVertOrient = -1; in Execute() local
481 nVertOrient = text::VertOrientation::TOP; in Execute()
484 nVertOrient = text::VertOrientation::CENTER; in Execute()
487 nVertOrient = text::VertOrientation::BOTTOM; in Execute()
492 if (nVertOrient != -1) in Execute()
498 aVOrient.SetVertOrient( nVertOrient ); in Execute()
888 if (pValidation->nVertOrient == text::VertOrientation::NONE) in IMPL_LINK()
900 if ( pValidation->nVertOrient != text::VertOrientation::NONE ) in IMPL_LINK()
936 if (pValidation->nVertOrient == text::VertOrientation::NONE) in IMPL_LINK()
967 const SwTwips nV = ( pValidation->nVertOrient != text::VertOrientation::NONE ) in IMPL_LINK()
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx868 sal_Int16 nVertOrient = text::VertOrientation::NONE; in finishParagraph() local
871nVertOrient = static_cast<sal_Int16>(rAppendContext.pLastParagraphProperties->GetyAlign()); in finishParagraph()
875nVertOrient = static_cast<sal_Int16>(pStyleProperties->GetyAlign()); in finishParagraph()
878 aPropSequence.set(PROP_VERT_ORIENT, nVertOrient); in finishParagraph()
912 if (nVertOrient == text::VertOrientation::TOP) in finishParagraph()
931 if (nVertOrient == text::VertOrientation::BOTTOM) in finishParagraph()
H A DGraphicImport.cxx221 sal_Int16 nVertOrient; member in writerfilter::dmapper::GraphicImport_Impl
285 ,nVertOrient( text::VertOrientation::NONE ) in GraphicImport_Impl()
828 m_pImpl->nVertOrient = m_pImpl->nVertRelation == text::RelOrientation::TEXT_LINE ? in lcl_attribute()
1457 m_pImpl->nVertOrient = pHandler->m_nOrient; in lcl_sprm()
1604 if( m_pImpl->nVertOrient == text::VertOrientation::TOP && in createGraphicObject()
1608 if( m_pImpl->nVertOrient == text::VertOrientation::BOTTOM && in createGraphicObject()
1612 if( m_pImpl->nVertOrient == text::VertOrientation::BOTTOM && in createGraphicObject()
1643 uno::makeAny(m_pImpl->nVertOrient)); in createGraphicObject()
H A DTDefTableHandler.cxx278 sal_Int16 nVertOrient = text::VertOrientation::NONE; in fillCellProperties() local
281 case 1: nVertOrient = text::VertOrientation::CENTER; break; in fillCellProperties()
282 case 2: nVertOrient = text::VertOrientation::BOTTOM; break; in fillCellProperties()
285 pCellProperties->Insert( PROP_VERT_ORIENT, false, uno::makeAny( nVertOrient ) ); in fillCellProperties()
H A DTablePropertiesHandler.cxx140 sal_Int16 nVertOrient = text::VertOrientation::NONE; in sprm() local
143 case 1: nVertOrient = text::VertOrientation::CENTER; break; in sprm()
144 case 3: nVertOrient = text::VertOrientation::BOTTOM; break; in sprm()
148 pCellPropMap->Insert( PROP_VERT_ORIENT, false, uno::makeAny( nVertOrient ) ); in sprm()
/trunk/main/xmloff/source/text/
H A DXMLTextFrameContext.cxx685 sal_Int16 nVertOrient = VertOrientation::NONE; in Create() local
687 aAny >>= nVertOrient; in Create()
688 if( VertOrientation::NONE == nVertOrient ) in Create()
H A Dtxtimppr.cxx607 sal_Int16 nVertOrient; in finished() local
608 pVertOrient->maValue >>= nVertOrient; in finished()
611 switch( nVertOrient ) in finished()
614 nVertOrient = nVertOrientRel; in finished()
620 nVertOrient = VertOrientation::CHAR_CENTER; in finished()
623 nVertOrient = VertOrientation::LINE_CENTER; in finished()
631 nVertOrient = VertOrientation::CHAR_BOTTOM; in finished()
634 nVertOrient = VertOrientation::LINE_BOTTOM; in finished()
639 pVertOrient->maValue <<= nVertOrient; in finished()
H A Dtxtparae.cxx2583 sal_Int16 nVertOrient = VertOrientation::NONE; in addTextFrameAttributes() local
2584 rPropSet->getPropertyValue( sVertOrient ) >>= nVertOrient; in addTextFrameAttributes()
2585 if( VertOrientation::NONE == nVertOrient ) in addTextFrameAttributes()

Completed in 122 milliseconds