Home
last modified time | relevance | path

Searched refs:eNew (Results 1 – 25 of 58) sorted by relevance

123

/trunk/main/sw/inc/
H A Dfmtornt.hxx64 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 Dpagedesc.hxx73 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 Dfmtsrnd.hxx46 SwFmtSurround( SwSurround eNew = SURROUND_PARALLEL );
67 void SetSurround ( SwSurround eNew ){ SfxEnumItem::SetValue( sal_uInt16( eNew ) ); } in SetSurround() argument
/trunk/main/sw/source/core/inc/
H A Dswfont.hxx103 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 …]
/trunk/main/svx/inc/svx/
H A Dparaprev.hxx84 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()
/trunk/main/sc/source/ui/view/
H A Deditsh.cxx931 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 Dtabview4.cxx151 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()
/trunk/main/xmloff/source/text/
H A DXMLTextFrameContext.cxx937 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 DXMLTextShapeImportHelper.cxx111 TextContentAnchorType eNew; in addShape() local
113 if ( XMLAnchorTypePropHdl::convert( rValue, eNew ) ) in addShape()
115 eAnchorType = eNew; in addShape()
/trunk/main/sc/source/core/data/
H A Dcell.cxx1644 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 …]
/trunk/main/sc/source/ui/unoobj/
H A Ddefltuno.cxx192 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()
/trunk/main/editeng/inc/editeng/
H A Descpitem.hxx78 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 Demphitem.hxx79 void SetEmphasisMark( FontEmphasisMark eNew ) in SetEmphasisMark() argument
80 { SetValue( (sal_uInt16)eNew ); } in SetEmphasisMark()
H A Dcmapitem.hxx78 void SetCaseMap( SvxCaseMap eNew ) in SetCaseMap() argument
79 { SetValue( (sal_uInt16)eNew ); } in SetCaseMap()
H A Dwghtitem.hxx80 void SetWeight( FontWeight eNew ) in SetWeight() argument
81 { SetValue( (sal_uInt16)eNew ); } in SetWeight()
H A Dpostitem.hxx80 void SetPosture( FontItalic eNew ) in SetPosture() argument
81 { SetValue( (sal_uInt16)eNew ); } in SetPosture()
H A Dcrsditem.hxx84 void SetStrikeout( FontStrikeout eNew ) in SetStrikeout() argument
85 { SetValue( (sal_uInt16)eNew ); } in SetStrikeout()
H A Dbrkitem.hxx77 void SetBreak( const SvxBreak eNew ) in SetBreak() argument
78 { SetValue( (sal_uInt16)eNew ); } in SetBreak()
H A Dshaditem.hxx87 void SetLocation( SvxShadowLocation eNew ) { eLocation = eNew; } in SetLocation() argument
/trunk/main/sc/source/ui/inc/
H A Dselect.hxx48 void SetWhich(ScSplitPos eNew) { eWhich = eNew; } in SetWhich() argument
101 void SetWhich( ScSplitPos eNew );
H A Dpfuncache.hxx61 void SetMode(ScPrintSelectionMode eNew) { eMode = eNew; } in SetMode() argument
H A Dasciiopt.hxx102 void SetCharSet( CharSet eNew ) { eCharSet = eNew; } in SetCharSet() argument
/trunk/main/sc/source/ui/drawfunc/
H A Ddrtxtob.cxx602 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()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx1053 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 …]
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibilityHints.cxx98 ScAccGridWinFocusGotHint::ScAccGridWinFocusGotHint(ScSplitPos eNew, in ScAccGridWinFocusGotHint() argument
102 eNewGridWin(eNew) in ScAccGridWinFocusGotHint()

Completed in 148 milliseconds

123