/aoo41x/main/sw/inc/ |
H A D | fmtornt.hxx | 64 void SetVertOrient( sal_Int16 eNew ) { eOrient = eNew; } in SetVertOrient() argument 65 void SetRelationOrient( sal_Int16 eNew ) { eRelation = eNew; } in SetRelationOrient() argument 102 void SetHoriOrient( sal_Int16 eNew ) { eOrient = eNew; } in SetHoriOrient() argument 103 void SetRelationOrient( sal_Int16 eNew ) { eRelation = eNew; } in SetRelationOrient() argument
|
H A D | pagedesc.hxx | 73 void SetAdj ( SwFtnAdj eNew ) { eAdj = eNew; } in SetAdj() argument 181 inline void SetUseOn( UseOnPage eNew ); 184 void WriteUseOn( UseOnPage eNew ) { eUse = eNew; } in WriteUseOn() argument 272 inline void SwPageDesc::SetUseOn( UseOnPage eNew ) in SetUseOn() argument 281 eUse = (UseOnPage) (eTmp | eNew); in SetUseOn()
|
H A D | fmtsrnd.hxx | 46 SwFmtSurround( SwSurround eNew = SURROUND_PARALLEL ); 67 void SetSurround ( SwSurround eNew ){ SfxEnumItem::SetValue( sal_uInt16( eNew ) ); } in SetSurround() argument
|
/aoo41x/main/svx/inc/svx/ |
H A D | paraprev.hxx | 84 void SetAdjust( SvxAdjust eNew ) { eAdjust = eNew; } in SetAdjust() argument 85 void SetLastLine( SvxAdjust eNew ) { eLastLine = eNew; } in SetLastLine() argument 86 void SetLineSpace( SvxPrevLineSpace eNew, sal_uInt16 nNew = 0 ) in SetLineSpace() argument 87 { eLine = eNew; nLineVal = nNew; } in SetLineSpace()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | swfont.hxx | 103 inline void SetRelief( const FontRelief eNew ); 215 inline void SetCaseMap( const SvxCaseMap eNew ); 233 inline void SetRelief( const FontRelief eNew ); 618 aSub[SW_LATIN].SetCaseMap( eNew ); in SetCaseMap() 619 aSub[SW_CJK].SetCaseMap( eNew ); in SetCaseMap() 620 aSub[SW_CTL].SetCaseMap( eNew ); in SetCaseMap() 667 Font::SetRelief( eNew ); in SetRelief() 672 if( eNew != aSub[0].GetRelief() ) in SetRelief() 675 aSub[0].SetRelief( eNew ); in SetRelief() 676 aSub[1].SetRelief( eNew ); in SetRelief() [all …]
|
/aoo41x/main/sc/source/ui/view/ |
H A D | editsh.cxx | 931 FontUnderline eNew = eOld; in ExecuteAttr() local 938 eNew = rTextLineItem.GetLineStyle(); in ExecuteAttr() 946 eNew = ( eOld == UNDERLINE_SINGLE ) ? UNDERLINE_NONE : UNDERLINE_SINGLE; in ExecuteAttr() 949 eNew = ( eOld == UNDERLINE_DOUBLE ) ? UNDERLINE_NONE : UNDERLINE_DOUBLE; in ExecuteAttr() 955 aSet.Put( SvxUnderlineItem( eNew, EE_CHAR_UNDERLINE ) ); in ExecuteAttr() 964 FontUnderline eNew = ( eOld != UNDERLINE_NONE ) ? UNDERLINE_NONE : UNDERLINE_SINGLE; in ExecuteAttr() local 965 aSet.Put( SvxOverlineItem( eNew, EE_CHAR_OVERLINE ) ); in ExecuteAttr() 1001 SvxEscapement eNew = (eOld == SVX_ESCAPEMENT_SUPERSCRIPT) ? in ExecuteAttr() local 1003 aSet.Put( SvxEscapementItem( eNew, EE_CHAR_ESCAPEMENT ) ); in ExecuteAttr() 1011 SvxEscapement eNew = (eOld == SVX_ESCAPEMENT_SUBSCRIPT) ? in ExecuteAttr() local [all …]
|
H A D | tabview4.cxx | 151 ScSplitPos eNew = aViewData.GetActivePart(); in StopRefMode() local 152 if ( eNew != eOld ) in StopRefMode() 154 pSelEngine->SetWindow( pGridWin[ eNew ] ); in StopRefMode() 155 pSelEngine->SetWhich( eNew ); in StopRefMode() 157 pGridWin[eNew]->GetOutputSizePixel()) ); in StopRefMode() 158 pGridWin[eOld]->MoveMouseStatus(*pGridWin[eNew]); in StopRefMode()
|
/aoo41x/main/xmloff/source/text/ |
H A D | XMLTextFrameContext.cxx | 937 TextContentAnchorType eNew; in XMLTextFrameContext_Impl() local 939 ( TextContentAnchorType_AT_PARAGRAPH == eNew || in XMLTextFrameContext_Impl() 942 TextContentAnchorType_AT_PAGE == eNew) ) in XMLTextFrameContext_Impl() 943 eAnchorType = eNew; in XMLTextFrameContext_Impl() 1459 TextContentAnchorType eNew; in XMLTextFrameContext() local 1461 eNew ) && in XMLTextFrameContext() 1462 ( TextContentAnchorType_AT_PARAGRAPH == eNew || in XMLTextFrameContext() 1463 TextContentAnchorType_AT_CHARACTER == eNew || in XMLTextFrameContext() 1464 TextContentAnchorType_AS_CHARACTER == eNew || in XMLTextFrameContext() 1465 TextContentAnchorType_AT_PAGE == eNew) ) in XMLTextFrameContext() [all …]
|
H A D | XMLTextShapeImportHelper.cxx | 111 TextContentAnchorType eNew; in addShape() local 113 if ( XMLAnchorTypePropHdl::convert( rValue, eNew ) ) in addShape() 115 eAnchorType = eNew; in addShape()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | defltuno.cxx | 192 LanguageType eNew; in setPropertyValue() local 194 eNew = MsLangId::convertLocaleToLanguage( aLocale ); in setPropertyValue() 196 eNew = LANGUAGE_NONE; in setPropertyValue() 203 eCjk = eNew; in setPropertyValue() 205 eCtl = eNew; in setPropertyValue() 207 eLatin = eNew; in setPropertyValue()
|
/aoo41x/main/sc/source/core/data/ |
H A D | cell.cxx | 1644 StackVar eNew = aNewResult.GetCellResultType(); in InterpretTail() local 1645 …if ( eOld == svUnknown && ( eNew == svError || ( eNew == svDouble && aNewResult.GetDouble() == 0.0… in InterpretTail() 1656 bContentChanged = (eOld != eNew || in InterpretTail() 1657 … (eNew == svDouble && !rtl::math::approxEqual( aResult.GetDouble(), aNewResult.GetDouble() )) || in InterpretTail() 1658 (eNew == svString && aResult.GetString() != aNewResult.GetString())); in InterpretTail() 1668 StackVar eNew = aNewResult.GetCellResultType(); in InterpretTail() local 1669 bChanged = (eOld != eNew || in InterpretTail() 1670 (eNew == svDouble && aResult.GetDouble() != aNewResult.GetDouble()) || in InterpretTail() 1671 (eNew == svString && aResult.GetString() != aNewResult.GetString())); in InterpretTail() 1676 …if ( ( eOld == svUnknown && ( eNew == svError || ( eNew == svDouble && aNewResult.GetDouble() == 0… in InterpretTail() [all …]
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | escpitem.hxx | 78 inline void SetEscapement( const SvxEscapement eNew ) in SetEscapement() argument 80 if( SVX_ESCAPEMENT_OFF == eNew ) in SetEscapement() 83 if( SVX_ESCAPEMENT_SUPERSCRIPT == eNew ) in SetEscapement()
|
H A D | emphitem.hxx | 79 void SetEmphasisMark( FontEmphasisMark eNew ) in SetEmphasisMark() argument 80 { SetValue( (sal_uInt16)eNew ); } in SetEmphasisMark()
|
H A D | wghtitem.hxx | 80 void SetWeight( FontWeight eNew ) in SetWeight() argument 81 { SetValue( (sal_uInt16)eNew ); } in SetWeight()
|
H A D | cmapitem.hxx | 78 void SetCaseMap( SvxCaseMap eNew ) in SetCaseMap() argument 79 { SetValue( (sal_uInt16)eNew ); } in SetCaseMap()
|
H A D | postitem.hxx | 80 void SetPosture( FontItalic eNew ) in SetPosture() argument 81 { SetValue( (sal_uInt16)eNew ); } in SetPosture()
|
H A D | crsditem.hxx | 84 void SetStrikeout( FontStrikeout eNew ) in SetStrikeout() argument 85 { SetValue( (sal_uInt16)eNew ); } in SetStrikeout()
|
H A D | brkitem.hxx | 77 void SetBreak( const SvxBreak eNew ) in SetBreak() argument 78 { SetValue( (sal_uInt16)eNew ); } in SetBreak()
|
H A D | shaditem.hxx | 87 void SetLocation( SvxShadowLocation eNew ) { eLocation = eNew; } in SetLocation() argument
|
H A D | udlnitem.hxx | 88 void SetLineStyle( FontUnderline eNew ) in SetLineStyle() argument 89 { SetValue((sal_uInt16) eNew); } in SetLineStyle()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | select.hxx | 48 void SetWhich(ScSplitPos eNew) { eWhich = eNew; } in SetWhich() argument 101 void SetWhich( ScSplitPos eNew );
|
H A D | pfuncache.hxx | 61 void SetMode(ScPrintSelectionMode eNew) { eMode = eNew; } in SetMode() argument
|
/aoo41x/main/sc/source/ui/drawfunc/ |
H A D | drtxtob.cxx | 602 FontUnderline eNew = eOld; in ExecuteToggle() local 606 eNew = UNDERLINE_NONE; in ExecuteToggle() 609 eNew = ( eOld == UNDERLINE_SINGLE ) ? UNDERLINE_NONE : UNDERLINE_SINGLE; in ExecuteToggle() 612 eNew = ( eOld == UNDERLINE_DOUBLE ) ? UNDERLINE_NONE : UNDERLINE_DOUBLE; in ExecuteToggle() 615 eNew = ( eOld == UNDERLINE_DOTTED ) ? UNDERLINE_NONE : UNDERLINE_DOTTED; in ExecuteToggle() 620 aSet.Put( SvxUnderlineItem( eNew, EE_CHAR_UNDERLINE ) ); in ExecuteToggle()
|
/aoo41x/main/sw/source/ui/docvw/ |
H A D | edtwin.cxx | 1053 sal_Int16 eNew; in ChangeFly() local 1056 eNew = aVert.GetVertOrient(); in ChangeFly() 1058 switch( eNew ) in ChangeFly() 1084 eNew = text::VertOrientation::NONE; in ChangeFly() 1086 aVert.SetVertOrient( eNew ); in ChangeFly() 1094 sal_Int16 eNew; in ChangeFly() local 1095 eNew = aHori.GetHoriOrient(); in ChangeFly() 1096 switch( eNew ) in ChangeFly() 1100 eNew = text::HoriOrientation::LEFT; in ChangeFly() 1108 if( eNew != aHori.GetHoriOrient() ) in ChangeFly() [all …]
|
/aoo41x/main/sc/source/ui/Accessibility/ |
H A D | AccessibilityHints.cxx | 98 ScAccGridWinFocusGotHint::ScAccGridWinFocusGotHint(ScSplitPos eNew, in ScAccGridWinFocusGotHint() argument 102 eNewGridWin(eNew) in ScAccGridWinFocusGotHint()
|