/aoo4110/main/sw/source/ui/shells/ |
H A D | txtattr.cxx | 451 int eAdjust = (int)(( const SvxAdjustItem& ) in ExecParaAttr() local 634 eAdjust = (int)(( SvxAdjustItem* ) pItem)->GetAdjust(); in GetAttrState() 668 if (eAdjust == -1) in GetAttrState() 674 bFlag = SVX_ADJUST_LEFT == eAdjust; in GetAttrState() 677 if (eAdjust == -1) in GetAttrState() 683 bFlag = SVX_ADJUST_RIGHT == eAdjust; in GetAttrState() 686 if (eAdjust == -1) in GetAttrState() 692 bFlag = SVX_ADJUST_CENTER == eAdjust; in GetAttrState() 696 if (eAdjust == -1) in GetAttrState() 703 bFlag = SVX_ADJUST_BLOCK == eAdjust; in GetAttrState() [all …]
|
H A D | drwtxtex.cxx | 631 int eAdjust, nLSpace, nEsc; in GetState() local 664 case SID_ATTR_PARA_ADJUST_LEFT: eAdjust = SVX_ADJUST_LEFT; goto ASK_ADJUST; in GetState() 665 case SID_ATTR_PARA_ADJUST_RIGHT: eAdjust = SVX_ADJUST_RIGHT; goto ASK_ADJUST; in GetState() 666 case SID_ATTR_PARA_ADJUST_CENTER: eAdjust = SVX_ADJUST_CENTER; goto ASK_ADJUST; in GetState() 667 case SID_ATTR_PARA_ADJUST_BLOCK: eAdjust = SVX_ADJUST_BLOCK; goto ASK_ADJUST; in GetState() 676 bFlag = eAdjust == ((SvxAdjustItem*)pAdjust)->GetAdjust(); in GetState()
|
H A D | annotsh.cxx | 739 int eAdjust = 0; in GetState() local 742 eAdjust = SVX_ADJUST_LEFT; in GetState() 745 eAdjust = SVX_ADJUST_RIGHT; in GetState() 748 eAdjust = SVX_ADJUST_CENTER; in GetState() 751 eAdjust = SVX_ADJUST_BLOCK; in GetState() 760 if ( eAdjust == ((const SvxAdjustItem*)pAdjust)->GetAdjust()) in GetState()
|
/aoo4110/main/sw/source/filter/rtf/ |
H A D | rtftbl.cxx | 455 if( text::HoriOrientation::LEFT == eAdjust ) in ReadTable() 456 eAdjust = text::HoriOrientation::LEFT_AND_WIDTH; in ReadTable() 570 if( eAdjust != rHoriz.GetHoriOrient() ) in ReadTable() 573 eAdjust ) ); in ReadTable() 582 if( text::HoriOrientation::LEFT_AND_WIDTH == eAdjust && in ReadTable() 594 rHoriz.GetHoriOrient() != eAdjust || in ReadTable() 596 text::HoriOrientation::LEFT_AND_WIDTH == eAdjust && in ReadTable() 619 eAdjust ) ); in ReadTable() 620 if( text::HoriOrientation::LEFT_AND_WIDTH == eAdjust && nLSpace ) in ReadTable() 674 rHoriz.GetHoriOrient() != eAdjust || in ReadTable() [all …]
|
/aoo4110/main/xmloff/source/style/ |
H A D | adjushdl.cxx | 73 sal_uInt16 eAdjust; in importXML() local 74 sal_Bool bRet = SvXMLUnitConverter::convertEnum( eAdjust, rStrImpValue, pXML_Para_Adjust_Enum ); in importXML() 76 rValue <<= (sal_Int16)eAdjust; in importXML() 109 sal_uInt16 eAdjust; in importXML() local 110 …sal_Bool bRet = SvXMLUnitConverter::convertEnum( eAdjust, rStrImpValue, pXML_Para_Align_Last_Enum … in importXML() 112 rValue <<= (sal_Int16)eAdjust; in importXML()
|
H A D | xmlnumi.cxx | 226 sal_Int16 eAdjust; member in SvxXMLListLevelStyleContext_Impl 255 void SetAdjust( sal_Int16 eSet ) { eAdjust = eSet; } in SetAdjust() 327 , eAdjust( HoriOrientation::LEFT ) in SvxXMLListLevelStyleContext_Impl() 532 pProps[nPos++].Value <<= eAdjust; in GetProperties() 797 sal_Int16 eAdjust = HoriOrientation::LEFT; in SvxXMLListLevelStyleAttrContext_Impl() local 799 eAdjust = HoriOrientation::CENTER; in SvxXMLListLevelStyleAttrContext_Impl() 801 eAdjust = HoriOrientation::RIGHT; in SvxXMLListLevelStyleAttrContext_Impl() 802 rListLevel.SetAdjust( eAdjust ); in SvxXMLListLevelStyleAttrContext_Impl()
|
H A D | xmlnume.cxx | 118 sal_Int16 eAdjust = HoriOrientation::LEFT; in exportLevelStyle() local 181 eAdjust = nValue; in exportLevelStyle() 442 if( HoriOrientation::LEFT != eAdjust ) in exportLevelStyle() 445 switch( eAdjust ) in exportLevelStyle()
|
/aoo4110/main/sw/source/filter/html/ |
H A D | htmltab.cxx | 106 SvxAdjust eAdjust; member 309 SvxAdjust eAdjust; member in HTMLTableRow 365 SvxAdjust eAdjust; member in HTMLTableColumn 850 eAdjust(SVX_ADJUST_END), in HTMLTableRow() 2132 if( SVX_ADJUST_END==eAdjust ) in GetInheritedAdjust() 2135 return eAdjust; in GetInheritedAdjust() 2392 pCol->SetAdjust( eAdjust ); in InsertCol() 3191 SvxAdjust eAdjust; member in _CellSaveStruct 4021 SvxAdjust eAdjust = in BuildTableCell() local 4268 SvxAdjust eAdjust; member in _RowSaveStruct [all …]
|
H A D | htmlsect.cxx | 78 SvxAdjust eAdjust = HTML_CENTER_ON==nToken ? SVX_ADJUST_CENTER in NewDivision() local 93 eAdjust = (SvxAdjust)pOption->GetEnum( aHTMLPAlignTable, in NewDivision() 94 static_cast< sal_uInt16 >(eAdjust) ); in NewDivision() 379 if( SVX_ADJUST_END != eAdjust ) in NewDivision() 381 InsertAttr( &aAttrTab.pAdjust, SvxAdjustItem(eAdjust, RES_PARATR_ADJUST), pCntxt ); in NewDivision()
|
/aoo4110/main/editeng/source/editeng/ |
H A D | eehtml.cxx | 728 SvxAdjust eAdjust = SVX_ADJUST_LEFT; in StartPara() local 737 eAdjust = SVX_ADJUST_RIGHT; in StartPara() 739 eAdjust = SVX_ADJUST_CENTER; in StartPara() 741 eAdjust = SVX_ADJUST_CENTER; in StartPara() 743 eAdjust = SVX_ADJUST_LEFT; in StartPara() 749 aItemSet.Put( SvxAdjustItem( eAdjust, EE_PARA_JUST ) ); in StartPara()
|
/aoo4110/main/editeng/source/items/ |
H A D | paraitem.cxx | 1115 SvxTabAdjust eAdjust = SVX_TAB_ADJUST_DEFAULT; in PutValue() local 1118 case style::TabAlign_LEFT : eAdjust = SVX_TAB_ADJUST_LEFT; break; in PutValue() 1119 case style::TabAlign_CENTER : eAdjust = SVX_TAB_ADJUST_CENTER; break; in PutValue() 1120 case style::TabAlign_RIGHT : eAdjust = SVX_TAB_ADJUST_RIGHT; break; in PutValue() 1121 case style::TabAlign_DECIMAL: eAdjust = SVX_TAB_ADJUST_DECIMAL; break; in PutValue() 1127 eAdjust, in PutValue() 1223 sal_Int8 eAdjust; in Create() local 1225 rStrm >> nPos >> eAdjust >> cDecimal >> cFill; in Create() 1226 if( !i || SVX_TAB_ADJUST_DEFAULT != eAdjust ) in Create() 1228 ( nPos, (SvxTabAdjust)eAdjust, sal_Unicode(cDecimal), sal_Unicode(cFill) ) ); in Create()
|
/aoo4110/main/svx/inc/svx/ |
H A D | paraprev.hxx | 61 SvxAdjust eAdjust; member in SvxParaPrevWindow 84 void SetAdjust( SvxAdjust eNew ) { eAdjust = eNew; } in SetAdjust() 96 SvxAdjust GetAdjust() const { return eAdjust; } in GetAdjust()
|
/aoo4110/main/svx/source/dialog/ |
H A D | paraprev.cxx | 46 eAdjust ( SVX_ADJUST_LEFT ), in SvxParaPrevWindow() 158 switch ( eAdjust ) in DrawParagraph() 170 if( SVX_ADJUST_BLOCK == eAdjust ) in DrawParagraph()
|
H A D | fontwork.cxx | 758 XFormTextAdjust eAdjust = XFT_AUTOSIZE; in IMPL_LINK() local 762 case TBI_ADJUST_LEFT : eAdjust = XFT_LEFT; break; in IMPL_LINK() 763 case TBI_ADJUST_CENTER : eAdjust = XFT_CENTER; break; in IMPL_LINK() 764 case TBI_ADJUST_RIGHT : eAdjust = XFT_RIGHT; break; in IMPL_LINK() 766 XFormTextAdjustItem aItem(eAdjust); in IMPL_LINK()
|
/aoo4110/main/sc/source/ui/Accessibility/ |
H A D | AccessiblePageHeader.cxx | 409 …ScAccessiblePageHeader::AddChild(const EditTextObject* pArea, sal_uInt32 nIndex, SvxAdjust eAdjust) in AddChild() argument 418 … maAreas[nIndex] = new ScAccessiblePageHeaderArea(this, mpViewShell, pArea, mbHeader, eAdjust); in AddChild() 424 … maAreas[nIndex] = new ScAccessiblePageHeaderArea(this, mpViewShell, pArea, mbHeader, eAdjust); in AddChild()
|
H A D | AccessiblePageHeaderArea.cxx | 63 SvxAdjust eAdjust) in ScAccessiblePageHeaderArea() argument 69 meAdjust(eAdjust) in ScAccessiblePageHeaderArea()
|
/aoo4110/main/svx/source/unodraw/ |
H A D | unoshap2.cxx | 803 drawing::TextVerticalAdjust eAdjust = drawing::TextVerticalAdjust_TOP; in convertVerticalAdjustToVerticalAlign() local 805 if ( !( _rValue >>= eAdjust ) ) in convertVerticalAdjustToVerticalAlign() 807 switch ( eAdjust ) in convertVerticalAdjustToVerticalAlign() 821 drawing::TextVerticalAdjust eAdjust = drawing::TextVerticalAdjust_TOP; in convertVerticalAlignToVerticalAdjust() local 825 case style::VerticalAlignment_TOP: eAdjust = drawing::TextVerticalAdjust_TOP; break; in convertVerticalAlignToVerticalAdjust() 826 case style::VerticalAlignment_BOTTOM: eAdjust = drawing::TextVerticalAdjust_BOTTOM; break; in convertVerticalAlignToVerticalAdjust() 827 default: eAdjust = drawing::TextVerticalAdjust_CENTER; break; in convertVerticalAlignToVerticalAdjust() 829 _rValue <<= eAdjust; in convertVerticalAlignToVerticalAdjust()
|
/aoo4110/main/editeng/source/uno/ |
H A D | unonrule.cxx | 89 unsigned short ConvertUnoAdjust( SvxAdjust eAdjust ) in ConvertUnoAdjust() argument 91 DBG_ASSERT( eAdjust <= 6, "Enum hat sich geaendert! [CL]" ); in ConvertUnoAdjust() 92 return aSvxToUnoAdjust[eAdjust]; in ConvertUnoAdjust()
|
/aoo4110/main/cui/source/tabpages/ |
H A D | paragrph.cxx | 1143 SvxAdjust eAdjust = SVX_ADJUST_LEFT; in FillItemSet() local 1147 eAdjust = SVX_ADJUST_LEFT; in FillItemSet() 1153 eAdjust = SVX_ADJUST_RIGHT; in FillItemSet() 1159 eAdjust = SVX_ADJUST_CENTER; in FillItemSet() 1165 eAdjust = SVX_ADJUST_BLOCK; in FillItemSet() 1191 if ( !pOld || pOld->GetAdjust() != eAdjust || in FillItemSet() 1199 aAdj.SetAdjust( eAdjust ); in FillItemSet()
|
H A D | numpages.cxx | 2584 SvxAdjust eAdjust = SVX_ADJUST_CENTER; in IMPL_LINK() local 2586 eAdjust = SVX_ADJUST_LEFT; in IMPL_LINK() 2588 eAdjust = SVX_ADJUST_RIGHT; in IMPL_LINK() 2589 aNumFmt.SetNumAdjust( eAdjust ); in IMPL_LINK() 3633 SvxAdjust eAdjust = SVX_ADJUST_CENTER; in IMPL_LINK() local 3635 eAdjust = SVX_ADJUST_LEFT; in IMPL_LINK() 3637 eAdjust = SVX_ADJUST_RIGHT; in IMPL_LINK() 3638 aNumFmt.SetNumAdjust( eAdjust ); in IMPL_LINK()
|
/aoo4110/main/sw/source/ui/misc/ |
H A D | num.cxx | 686 SvxAdjust eAdjust = SVX_ADJUST_CENTER; in IMPL_LINK() local 688 eAdjust = SVX_ADJUST_LEFT; in IMPL_LINK() 690 eAdjust = SVX_ADJUST_RIGHT; in IMPL_LINK() 691 aNumFmt.SetNumAdjust( eAdjust ); in IMPL_LINK()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8par6.cxx | 4436 SvxAdjust eAdjust(SVX_ADJUST_LEFT); in Read_Justify() local 4444 eAdjust = SVX_ADJUST_CENTER; in Read_Justify() 4447 eAdjust = SVX_ADJUST_RIGHT; in Read_Justify() 4450 eAdjust = SVX_ADJUST_BLOCK; in Read_Justify() 4453 eAdjust = SVX_ADJUST_BLOCK; in Read_Justify() 4457 SvxAdjustItem aAdjust(eAdjust, RES_PARATR_ADJUST); in Read_Justify() 4495 SvxAdjust eAdjust(SVX_ADJUST_RIGHT); in Read_RTLJustify() local 4503 eAdjust = SVX_ADJUST_CENTER; in Read_RTLJustify() 4506 eAdjust = SVX_ADJUST_LEFT; in Read_RTLJustify() 4509 eAdjust = SVX_ADJUST_BLOCK; in Read_RTLJustify() [all …]
|
H A D | wrtw8num.cxx | 209 SvxAdjust eAdjust, in NumberingLevel() argument 229 switch ( eAdjust ) in NumberingLevel()
|
/aoo4110/main/forms/source/richtext/ |
H A D | rtattributehandler.cxx | 240 SvxAdjust eAdjust = static_cast< const SvxAdjustItem& >( _rItem ).GetAdjust(); in implGetCheckState() local 241 return ( eAdjust == m_eAdjust ) ? eChecked : eUnchecked; in implGetCheckState()
|
/aoo4110/main/sw/source/core/docnode/ |
H A D | ndtbl.cxx | 361 sal_uInt16 nCols, sal_Int16 eAdjust, in InsertTable() argument 378 (nCols + ( text::HoriOrientation::NONE == eAdjust ? 2 : 1 )) != pColArr->Count() ) in InsertTable() 387 new SwUndoInsTbl( rPos, nCols, nRows, static_cast<sal_uInt16>(eAdjust), in InsertTable() 442 pTableFmt->SetFmtAttr( SwFmtHoriOrient( 0, eAdjust ) ); in InsertTable() 452 if( text::HoriOrientation::NONE == eAdjust ) in InsertTable() 662 sal_Int16 eAdjust, in TextToTable() argument 690 static_cast<sal_uInt16>(eAdjust), pTAFmt ); in TextToTable() 783 eAdjust = text::HoriOrientation::NONE; in TextToTable() 787 pTableFmt->SetFmtAttr( SwFmtHoriOrient( 0, eAdjust ) ); in TextToTable()
|