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()
2583 sal_Int16 nVertOrient = VertOrientation::NONE; in addTextFrameAttributes() local2584 rPropSet->getPropertyValue( sVertOrient ) >>= nVertOrient; in addTextFrameAttributes()2585 if( VertOrientation::NONE == nVertOrient ) in addTextFrameAttributes()
476 sal_Int16 nVertOrient = -1; in Execute() local481 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()
345 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()
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()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()
868 sal_Int16 nVertOrient = text::VertOrientation::NONE; in finishParagraph() local871 … nVertOrient = static_cast<sal_Int16>(rAppendContext.pLastParagraphProperties->GetyAlign()); in finishParagraph()875 … nVertOrient = 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()
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 170 milliseconds