Searched refs:nHoriOrient (Results 1 – 11 of 11) sorted by relevance
218 sal_Int16 nHoriOrient; member in writerfilter::dmapper::GraphicImport_Impl282 ,nHoriOrient( text::HoriOrientation::NONE ) in GraphicImport_Impl()772 m_pImpl->nHoriOrient = aHoriOrientTab[nIntValue]; in lcl_attribute()1442 m_pImpl->nHoriOrient = pHandler->m_nOrient; in lcl_sprm()1591 if( (m_pImpl->nHoriOrient == text::HoriOrientation::LEFT && in createGraphicObject()1597 if((m_pImpl->nHoriOrient == text::HoriOrientation::RIGHT && in createGraphicObject()1600 (m_pImpl->nHoriOrient == text::HoriOrientation::INSIDE && in createGraphicObject()1617 if( m_pImpl->nHoriOrient == text::HoriOrientation::INSIDE && in createGraphicObject()1621 m_pImpl->nHoriOrient = text::HoriOrientation::NONE; in createGraphicObject()1629 m_pImpl->nHoriOrient = text::HoriOrientation::NONE; in createGraphicObject()[all …]
535 sal_Int32 nHoriOrient = text::HoriOrientation::LEFT_AND_WIDTH; in endTableGetTableStyle() local536 m_aTableProperties->getValue( TablePropertyMap::HORI_ORIENT, nHoriOrient ) ; in endTableGetTableStyle()537 … m_aTableProperties->Insert( PROP_HORI_ORIENT, false, uno::makeAny( sal_Int16(nHoriOrient) ) ); in endTableGetTableStyle()
835 sal_Int16 nHoriOrient = text::HoriOrientation::NONE; in finishParagraph() local838 … nHoriOrient = static_cast<sal_Int16>(rAppendContext.pLastParagraphProperties->GetxAlign()); in finishParagraph()842 nHoriOrient = static_cast<sal_Int16>(pStyleProperties->GetxAlign()); in finishParagraph()845 aPropSequence.set(PROP_HORI_ORIENT, nHoriOrient); in finishParagraph()939 if (nHoriOrient == text::HoriOrientation::LEFT) in finishParagraph()960 if ( nHoriOrient == text::HoriOrientation::RIGHT) in finishParagraph()
331 if (rVal.nHoriOrient == text::HoriOrientation::NONE) in ValidateMetrics()360 if ( rVal.nHoriOrient != text::HoriOrientation::NONE ) in ValidateMetrics()378 if (rVal.nHoriOrient == text::HoriOrientation::NONE) in ValidateMetrics()426 const SwTwips nH = ( rVal.nHoriOrient != text::HoriOrientation::NONE ) in ValidateMetrics()449 if (rVal.nHoriOrient == text::HoriOrientation::NONE) in ValidateMetrics()457 const SwTwips nH = ( rVal.nHoriOrient != text::HoriOrientation::NONE ) in ValidateMetrics()
484 aVal.nHoriOrient = (short)rHori.GetHoriOrient(); in ActivatePage()
1805 aVal.nHoriOrient = nAlign; in IMPL_LINK()1809 aVal.nHoriOrient = text::HoriOrientation::NONE; in IMPL_LINK()
874 if (pValidation->nHoriOrient == text::HoriOrientation::NONE) in IMPL_LINK()903 if ( pValidation->nHoriOrient != text::HoriOrientation::NONE ) in IMPL_LINK()916 if (pValidation->nHoriOrient == text::HoriOrientation::NONE) in IMPL_LINK()964 const SwTwips nH = ( pValidation->nHoriOrient != text::HoriOrientation::NONE ) in IMPL_LINK()
35 sal_Int16 nHoriOrient; //com::sun::star::text::HoriOrientation member
676 sal_Int16 nHoriOrient = HoriOrientation::NONE; in Create() local678 aAny >>= nHoriOrient; in Create()679 if( HoriOrientation::NONE == nHoriOrient ) in Create()
2566 sal_Int16 nHoriOrient = HoriOrientation::NONE; in addTextFrameAttributes() local2567 rPropSet->getPropertyValue( sHoriOrient ) >>= nHoriOrient; in addTextFrameAttributes()2568 if( HoriOrientation::NONE == nHoriOrient ) in addTextFrameAttributes()
1088 aVal.nHoriOrient = (short)nAlign; in IMPL_LINK()1092 aVal.nHoriOrient = HoriOrientation::NONE; in IMPL_LINK()
Completed in 286 milliseconds