Home
last modified time | relevance | path

Searched refs:eTmp (Results 1 – 12 of 12) sorted by relevance

/trunk/main/sw/inc/
H A Dpagedesc.hxx274 UseOnPage eTmp = nsUseOnPage::PD_NONE; in SetUseOn() local
276 eTmp = nsUseOnPage::PD_HEADERSHARE; in SetUseOn()
279 eTmp = (UseOnPage) (eTmp | nsUseOnPage::PD_FOOTERSHARE); in SetUseOn()
281 eUse = (UseOnPage) (eTmp | eNew); in SetUseOn()
/trunk/main/xmloff/source/style/
H A Dbackhdl.cxx66 style::GraphicLocation ePos = style::GraphicLocation_NONE, eTmp; in importXML() local
92 eTmp = nPrc < 25 ? style::GraphicLocation_LEFT_TOP: in importXML()
95 MergeXMLVertPos( ePos, eTmp ); in importXML()
H A DXMLBackgroundImageContext.cxx204 GraphicLocation eNewPos = GraphicLocation_NONE, eTmp; in ProcessAttrs() local
231 eTmp = nPrc < 25 in ProcessAttrs()
235 lcl_xmlbic_MergeVertPos( eNewPos, eTmp ); in ProcessAttrs()
/trunk/main/sc/source/ui/app/
H A Dseltrans.cxx72 form::FormButtonType eTmp; in lcl_IsURLButton() local
73 if ( (aAny >>= eTmp) && eTmp == form::FormButtonType_URL ) in lcl_IsURLButton()
H A Ddrwtrans.cxx169 form::FormButtonType eTmp; in ScDrawTransferObj() local
170 if ( (aAny >>= eTmp) && eTmp == form::FormButtonType_URL ) in ScDrawTransferObj()
/trunk/main/sw/source/core/edit/
H A Dautofmt.cxx570 int eTmp = 0; in DoUnderline() local
573 case '-': eTmp = 1; break; in DoUnderline()
574 case '_': eTmp = 2; break; in DoUnderline()
575 case '=': eTmp = 3; break; in DoUnderline()
576 case '*': eTmp = 4; break; in DoUnderline()
577 case '~': eTmp = 5; break; in DoUnderline()
578 case '#': eTmp = 6; break; in DoUnderline()
583 eState = eTmp; in DoUnderline()
584 else if( eState != eTmp ) in DoUnderline()
/trunk/main/sc/source/ui/drawfunc/
H A Ddrawsh5.cxx117 form::FormButtonType eTmp; in GetHLinkState() local
118 if ( (aAny >>= eTmp) && eTmp == form::FormButtonType_URL ) in GetHLinkState()
/trunk/main/sw/source/core/text/
H A Dinftxt.cxx1470 LanguageType eTmp = GetFont()->GetLanguage(); in IsHyphenate() local
1471 if( LANGUAGE_DONTKNOW == eTmp || LANGUAGE_NONE == eTmp ) in IsHyphenate()
1476 SvxSpellWrapper::CheckHyphLang( xHyph, eTmp ); in IsHyphenate()
1478 if( !xHyph.is() || !xHyph->hasLocale( pBreakIt->GetLocale(eTmp) ) ) in IsHyphenate()
/trunk/main/sw/source/filter/xml/
H A Dxmlimpit.cxx691 SvxGraphicPosition ePos = GPOS_NONE, eTmp; in PutXMLValue() local
716 eTmp = nPrc < 25 ? GPOS_LT: in PutXMLValue()
718 lcl_frmitems_MergeXMLVertPos( ePos, eTmp ); in PutXMLValue()
/trunk/main/sw/source/core/frmedt/
H A Dfefly1.cxx1917 ObjCntType eTmp = GetObjCntType( *pObj ); in GetObjCntTypeOfSelection() local
1920 eType = eTmp; in GetObjCntTypeOfSelection()
1923 else if( eTmp != eType ) in GetObjCntTypeOfSelection()
H A Dfetab.cxx2352 TblChgWidthHeightType eTmp = in SetColRowWidthHeight() local
2354 switch( eTmp ) in SetColRowWidthHeight()
/trunk/main/cui/source/tabpages/
H A Dpage.cxx1131 Paper eTmp = (Paper)(sal_uLong)aPaperSizeBox.GetEntryData(i); in IMPL_LINK() local
1133 if ( eTmp == ePaper ) in IMPL_LINK()

Completed in 122 milliseconds