/aoo41x/main/sc/source/filter/lotus/ |
H A D | lotform.cxx | 2005 eId = ocFact; in lcl_KnownAddIn() 2009 eId=ocRad; in lcl_KnownAddIn() 2011 eId=ocDeg; in lcl_KnownAddIn() 2023 eId=ocCosHyp; in lcl_KnownAddIn() 2025 eId=ocCotHyp; in lcl_KnownAddIn() 2033 eId=ocIsOdd; in lcl_KnownAddIn() 2037 eId=ocCot; in lcl_KnownAddIn() 2041 eId=ocTrunc; in lcl_KnownAddIn() 2051 eId=ocCovar; in lcl_KnownAddIn() 2057 eId=ocFTest; in lcl_KnownAddIn() [all …]
|
/aoo41x/main/sc/source/filter/qpro/ |
H A D | qproform.cxx | 573 DefTokenId eId; in IndexToDLLId() local 581 eId = ocGCD; in IndexToDLLId() 585 eId = ocLCM; in IndexToDLLId() 589 eId = ocCeil; in IndexToDLLId() 593 eId = ocEven; in IndexToDLLId() 597 eId = ocFact; in IndexToDLLId() 601 eId = ocFloor; in IndexToDLLId() 605 eId = ocOdd; in IndexToDLLId() 617 eId = ocCovar; in IndexToDLLId() 629 eId = ocFInv; in IndexToDLLId() [all …]
|
/aoo41x/main/svx/source/dialog/ |
H A D | swframeposstrings.cxx | 66 const String& SvxSwFramePosString::GetString(StringId eId) in GetString() argument 68 DBG_ASSERT(eId >= 0 && eId < STR_MAX, "invalid StringId"); in GetString() 69 if(!(eId >= 0 && eId < STR_MAX)) in GetString() 70 eId = LEFT; in GetString() 71 return pImpl->aStrings[eId]; in GetString()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | tokstack.hxx | 113 DefTokenId eId; member 116 eId( e ), aText( r ){} in EXTCONT() 191 inline TokenPool& operator <<( const DefTokenId eId ); 206 const TokenId Store( const DefTokenId eId, const String& rName ); 218 sal_Bool IsSingleOp( const TokenId& nId, const DefTokenId eId ) const; 320 inline TokenPool& TokenPool::operator <<( const DefTokenId eId ) in operator <<() argument 322 DBG_ASSERT( ( sal_uInt32 ) eId + nScTokenOff < 0xFFFF, in operator <<() 329 pP_Id[ nP_IdAkt ] = ( ( sal_uInt16 ) eId ) + nScTokenOff; in operator <<()
|
H A D | excform.hxx | 50 void DoMulArgs( DefTokenId eId, sal_uInt8 nNumArgs, sal_uInt8 mnMinParamCount = 0 );
|
/aoo41x/main/sw/source/core/access/ |
H A D | accfrmobjmap.hxx | 50 inline SwAccessibleChildMapKey( LayerId eId, sal_uInt32 nOrd ) in SwAccessibleChildMapKey() argument 51 : eLayerId( eId ) in SwAccessibleChildMapKey() 56 inline SwAccessibleChildMapKey( LayerId eId, sal_uInt32 nOrd, Point nPos ) in SwAccessibleChildMapKey() argument 57 : eLayerId( eId ) in SwAccessibleChildMapKey()
|
/aoo41x/main/writerfilter/source/dmapper/ |
H A D | PropertyMap.cxx | 79 pValues[nValue].Name = rPropNameSupplier.GetName( aParaStyleIter->first.eId ); in GetPropertyValues() 87 pValues[nValue].Name = rPropNameSupplier.GetName( aCharStyleIter->first.eId ); in GetPropertyValues() 94 pValues[nValue].Name = rPropNameSupplier.GetName( aNumRuleIter->first.eId ); in GetPropertyValues() 103 pValues[nValue].Name = rPropNameSupplier.GetName( aMapIter->first.eId ); in GetPropertyValues() 135 void PropertyMap::Insert( PropertyIds eId, bool bIsTextProperty, const uno::Any& rAny, bool bOverwr… in Insert() argument 139 GetPropertyNameSupplier().GetName(eId); in Insert() 148 PropertyMap::iterator aElement = find(PropertyDefinition( eId, bIsTextProperty ) ); in Insert() 156 (PropertyDefinition( eId, bIsTextProperty), in Insert() 171 pTag->addAttr("name", rPropNameSupplier.GetName( aMapIter->first.eId )); in toTag() 173 switch (aMapIter->first.eId) in toTag() [all …]
|
H A D | PropertyMap.hxx | 77 PropertyIds eId; member 81 eId( _eId ), in PropertyDefinition() 85 { return rDef.eId == eId; } in operator ==() 87 { return eId < rDef.eId; } in operator <() 115 …void Insert( PropertyIds eId, bool bIsTextProperty, const ::com::sun::star::uno::Any& rAny, bool b…
|
H A D | DomainMapper_Impl.cxx | 254 PropertyMapPtr pInsert(eId == CONTEXT_SECTION ? in PushProperties() 257 if(eId == CONTEXT_SECTION) in PushProperties() 268 m_aPropertyStacks[eId].push( pInsert ); in PushProperties() 269 m_aContextStack.push(eId); in PushProperties() 271 m_pTopContext = m_aPropertyStacks[eId].top(); in PushProperties() 299 if ( eId == CONTEXT_SECTION ) in PopProperties() 304 if (!m_aPropertyStacks[eId].empty()) { in PopProperties() 305 m_aPropertyStacks[eId].pop(); in PopProperties() 323 OSL_ENSURE( !m_aPropertyStacks[eId].empty(), in GetTopContextOfType() 325 if(!m_aPropertyStacks[eId].empty()) in GetTopContextOfType() [all …]
|
H A D | DomainMapper_Impl.hxx | 438 void PushProperties(ContextType eId); 441 void PopProperties(ContextType eId); 448 PropertyMapPtr GetTopContextOfType(ContextType eId); 493 ::com::sun::star::uno::Any GetPropertyFromStyleSheet(PropertyIds eId);
|
H A D | PropertyIds.cxx | 54 const rtl::OUString& PropertyNameSupplier::GetName( PropertyIds eId ) const in GetName() 56 PropertyNameMap_t::iterator aIt = m_pImpl->aNameMap.find(eId); in GetName() 60 switch(eId) in GetName() 333 m_pImpl->aNameMap.insert( PropertyNameMap_t::value_type( eId, sName )); in GetName()
|
H A D | NumberingManager.cxx | 232 switch( aMapIter->first.eId ) in GetCharStyleProperties() 246 aPropNameSupplier.GetName( aMapIter->first.eId ), 0, in GetCharStyleProperties() 315 switch( aMapIter->first.eId ) in GetLevelProperties() 323 …beans::PropertyValue( aPropNameSupplier.GetName( aMapIter->first.eId ), 0, aMapIter->second, beans… in GetLevelProperties()
|
H A D | PropertyIds.hxx | 294 const rtl::OUString& GetName( PropertyIds eId ) const;
|
H A D | DomainMapper.cxx | 4075 PropertyIds eId = META_PROP_CELL_MAR_TOP; in sprmWithProps() local 4083 eId = META_PROP_CELL_MAR_LEFT; in sprmWithProps() 4087 eId = META_PROP_CELL_MAR_BOTTOM; in sprmWithProps() 4091 eId = META_PROP_CELL_MAR_RIGHT; in sprmWithProps() 4095 rContext->Insert( eId, false, uno::makeAny(nMeasureValue), false); in sprmWithProps()
|
/aoo41x/main/sw/source/ui/frmdlg/ |
H A D | frmmgr.cxx | 227 void SwFlyFrmAttrMgr::SetAnchor( RndStdIds eId ) in SetAnchor() argument 232 aSet.Put( SwFmtAnchor( eId, nPhyPageNum ) ); in SetAnchor() 233 if ((FLY_AT_PAGE == eId) || (FLY_AT_PARA == eId) || (FLY_AT_CHAR == eId) in SetAnchor() 234 || (FLY_AT_FLY == eId)) in SetAnchor()
|
H A D | frmpage.cxx | 1209 void SwFrmPage::InitPos(RndStdIds eId, in InitPos() argument 1238 if ( eId == FLY_AT_PAGE ) in InitPos() 1243 else if ( eId == FLY_AT_FLY ) in InitPos() 1250 else if ( eId == FLY_AT_PARA ) in InitPos() 1263 else if ( eId == FLY_AT_CHAR ) in InitPos() 1276 else if ( eId == FLY_AS_CHAR ) in InitPos() 1331 if ( eId == FLY_AS_CHAR ) in InitPos() 1740 RndStdIds eId = GetAnchor(); in IMPL_LINK() local 1741 InitPos( eId, USHRT_MAX, 0, USHRT_MAX, 0, LONG_MAX, LONG_MAX); in IMPL_LINK() 1920 RndStdIds eId = GetAnchor(); in IMPL_LINK() local [all …]
|
/aoo41x/main/autodoc/source/parser/inc/adoc/ |
H A D | tk_attag.hxx | 44 : eId(i_nId) {} in Tok_at_std() 49 E_AtTagId Id() const { return eId; } in Id() 52 E_AtTagId eId; member in adoc::Tok_at_std
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | tokstack.cxx | 467 if( p->eId == ocEuroConvert ) in GetElement() 468 pScToken->AddOpCode( p->eId ); in GetElement() 470 pScToken->AddExternal( p->aText, p->eId ); in GetElement() 776 ppP_Ext[ nP_ExtAkt ]->eId = e; in Store() 908 sal_Bool TokenPool::IsSingleOp( const TokenId& rId, const DefTokenId eId ) const in IsSingleOp() 924 return ( DefTokenId ) ( nSecId - nScTokenOff ) == eId; // Gesuchter? in IsSingleOp()
|
H A D | excform.cxx | 1560 void ExcelToSc::DoMulArgs( DefTokenId eId, sal_uInt8 nAnz, sal_uInt8 nMinParamCount ) in DoMulArgs() argument 1565 if( eId == ocCeil || eId == ocFloor ) in DoMulArgs() 1577 if( nAnz > 0 && eId == ocExternal ) in DoMulArgs() 1590 aPool << eId; in DoMulArgs() 1593 aPool << eId; in DoMulArgs() 1606 if( eId == ocPercentrank && nAnz == 3 ) in DoMulArgs() 1610 else if( eId == ocIf || lcl_isInMissArgForZeroList(eId)) in DoMulArgs()
|
/aoo41x/main/autodoc/inc/ary/info/ |
H A D | all_tags.hxx | 57 { eId = i_eId; } in ChangeId2() 62 E_AtTagId Std_Id() const { return eId; } in Std_Id() 69 E_AtTagId eId; member in ary::info::StdTag
|
/aoo41x/main/sd/source/ui/tools/ |
H A D | EventMultiplexer.cxx | 162 EventMultiplexerEvent::EventId eId, 772 EventMultiplexerEvent::EventId eId, in CallListeners() argument 775 EventMultiplexerEvent aEvent (mrBase, eId, pUserData); in CallListeners()
|
/aoo41x/main/autodoc/source/ary/info/ |
H A D | all_tags.cxx | 43 : eId(i_eId), in StdTag() 72 pNext = new StdTag(eId); in GetFollower()
|
/aoo41x/main/svx/inc/svx/ |
H A D | swframeposstrings.hxx | 87 const String& GetString(StringId eId);
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | frmmgr.hxx | 84 void SetAnchor(RndStdIds eId);
|
H A D | frmpage.hxx | 146 void InitPos(RndStdIds eId, sal_uInt16 nH, sal_uInt16 nHRel,
|