Searched refs:nVertOrient (Results 1 – 13 of 13) sorted by relevance
607 sal_Int16 nVertOrient; in finished() local608 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()
685 sal_Int16 nVertOrient = VertOrientation::NONE; in Create() local687 aAny >>= nVertOrient; in Create()688 if( VertOrientation::NONE == nVertOrient ) in Create()
2579 sal_Int16 nVertOrient = VertOrientation::NONE; in addTextFrameAttributes() local2580 rPropSet->getPropertyValue( sVertOrient ) >>= nVertOrient; in addTextFrameAttributes()2581 if( VertOrientation::NONE == nVertOrient ) in addTextFrameAttributes()
480 sal_Int16 nVertOrient = -1; in Execute() local485 nVertOrient = text::VertOrientation::TOP; in Execute()488 nVertOrient = text::VertOrientation::CENTER; in Execute()491 nVertOrient = text::VertOrientation::BOTTOM; in Execute()496 if (nVertOrient != -1) in Execute()502 aVOrient.SetVertOrient( nVertOrient ); in Execute()892 if (pValidation->nVertOrient == text::VertOrientation::NONE) in IMPL_LINK()904 if ( pValidation->nVertOrient != text::VertOrientation::NONE ) in IMPL_LINK()940 if (pValidation->nVertOrient == text::VertOrientation::NONE) in IMPL_LINK()971 const SwTwips nV = ( pValidation->nVertOrient != text::VertOrientation::NONE ) in IMPL_LINK()
340 if (rVal.nVertOrient == text::VertOrientation::NONE) in ValidateMetrics()352 if ( rVal.nVertOrient != text::VertOrientation::NONE ) in ValidateMetrics()393 if (rVal.nVertOrient == text::VertOrientation::NONE) in ValidateMetrics()424 const SwTwips nV = ( rVal.nVertOrient != text::VertOrientation::NONE ) in ValidateMetrics()460 rVal.nVertOrient == text::VertOrientation::NONE ) in ValidateMetrics()467 rVal.nVertOrient == text::VertOrientation::NONE ) in ValidateMetrics()472 if ( rVal.nVertOrient == text::VertOrientation::NONE ) in ValidateMetrics()
485 aVal.nVertOrient = (short)rVert.GetVertOrient(); in ActivatePage()
1818 aVal.nVertOrient = nAlign; in IMPL_LINK()1822 aVal.nVertOrient = text::VertOrientation::NONE; in IMPL_LINK()
278 sal_Int16 nVertOrient = text::VertOrientation::NONE; in fillCellProperties() local281 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()
140 sal_Int16 nVertOrient = text::VertOrientation::NONE; in sprm() local143 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()
221 sal_Int16 nVertOrient; member in writerfilter::dmapper::GraphicImport_Impl285 ,nVertOrient( text::VertOrientation::NONE ) in GraphicImport_Impl()828 m_pImpl->nVertOrient = m_pImpl->nVertRelation == text::RelOrientation::TEXT_LINE ? in lcl_attribute()1456 m_pImpl->nVertOrient = pHandler->m_nOrient; in lcl_sprm()1603 if( m_pImpl->nVertOrient == text::VertOrientation::TOP && in createGraphicObject()1607 if( m_pImpl->nVertOrient == text::VertOrientation::BOTTOM && in createGraphicObject()1611 if( m_pImpl->nVertOrient == text::VertOrientation::BOTTOM && in createGraphicObject()1642 uno::makeAny(m_pImpl->nVertOrient)); in createGraphicObject()
753 sal_Int16 nVertOrient = sal_Int16( in finishParagraph() local757 pFrameProperties[7].Value <<= nVertOrient; in finishParagraph()778 … pFrameProperties[11].Value <<= nVertOrient == text::VertOrientation::TOP ? 0 : nTopDist; in finishParagraph()779 … pFrameProperties[12].Value <<= nVertOrient == text::VertOrientation::BOTTOM ? 0 : nBottomDist; in finishParagraph()
36 sal_Int16 nVertOrient; //com::sun::star::text::VertOrientation member
1101 aVal.nVertOrient = (short)nAlign; in IMPL_LINK()1105 aVal.nVertOrient = VertOrientation::NONE; in IMPL_LINK()
Completed in 140 milliseconds