Home
last modified time | relevance | path

Searched refs:TypeId (Results 1 – 25 of 120) sorted by relevance

12345

/trunk/main/tools/inc/tools/
H A Drtti.hxx30 typedef void* (*TypeId)(); typedef
36 static TypeId StaticType(); \
37 static sal_Bool IsOf( TypeId aSameOrSuperType ); \
38 virtual TypeId Type() const; \
43 visibility static TypeId StaticType(); \
45 visibility virtual TypeId Type() const; \
50 TypeId sType::StaticType() { return &CreateType; } \
52 sal_Bool sType::IsOf( TypeId aSameOrSuperType ) \
113 #define CREATE(TypeId) (TypeId()) argument
119 static TypeId StaticType() { return (TypeId) ( id | 0xF000000L ); } \
[all …]
/trunk/main/basic/source/inc/
H A Dsbunoobj.hxx82 void SFX_NOTIFY( SfxBroadcaster&, const TypeId&, const SfxHint& rHint, const TypeId& );
205 void SFX_NOTIFY( SfxBroadcaster&, const TypeId&, const SfxHint& rHint, const TypeId& );
246 void SFX_NOTIFY( SfxBroadcaster&, const TypeId&, const SfxHint& rHint, const TypeId& );
317 virtual void SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType,
318 const SfxHint& rHint, const TypeId& rHintType );
H A Dcollelem.hxx37 virtual void SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType,
38 const SfxHint& rHint, const TypeId& rHintType );
H A Dstdobj.hxx39 virtual void SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType,
40 const SfxHint& rHint, const TypeId& rHintType );
H A Dobject.hxx80 virtual void SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType,
81 const SfxHint& rHint, const TypeId& rHintType );
/trunk/main/basic/inc/basic/
H A Dsbstdobj.hxx56 virtual void SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType,
57 const SfxHint& rHint, const TypeId& rHintType );
87 virtual void SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType,
88 const SfxHint& rHint, const TypeId& rHintType );
125 virtual void SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType,
126 const SfxHint& rHint, const TypeId& rHintType );
H A Dsbmod.hxx96 virtual void SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType,
97 const SfxHint& rHint, const TypeId& rHintType );
175 virtual void SFX_NOTIFY( SfxBroadcaster&, const TypeId&, const SfxHint& rHint, const TypeId& );
H A Dsbx.hxx145 virtual void SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType,
146 const SfxHint& rHint, const TypeId& rHintType );
287 virtual void SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType,
288 const SfxHint& rHint, const TypeId& rHintType );
H A Dsbobjmod.hxx52 virtual void SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType,
53 const SfxHint& rHint, const TypeId& rHintType );
/trunk/main/sfx2/inc/sfx2/
H A Dmsg.hxx116 TypeId aTypeId;
120 const TypeId& Type() const in Type()
128 TypeId aTypeId;
131 const TypeId& Type() const in Type()
139 TypeId aTypeId; \
241 const TypeId& Type() const in Type()
/trunk/main/autodoc/source/parser/cpp/
H A Dpreproc.cxx86 if ( let_drToken.TypeId() == Tid_Identifier ) in On_plain()
98 if ( let_drToken.TypeId() == Tid_Bracket_Left ) in On_expect_macro_bracket_left()
115 if ( let_drToken.TypeId() == Tid_Bracket_Left ) in On_expect_macro_param()
117 else if ( let_drToken.TypeId() == Tid_Bracket_Right ) in On_expect_macro_param()
134 else if ( let_drToken.TypeId() == Tid_Comma AND nBracketInParameterCounter == 0 ) in On_expect_macro_param()
H A Dall_toks.hxx42 virtual INT16 TypeId() const;
64 virtual INT16 TypeId() const;
79 virtual INT16 TypeId() const; \
136 virtual INT16 TypeId() const; \
H A Dpe_ignor.cxx51 switch (i_rTok.TypeId()) in Call_Handler()
67 switch (i_rTok.TypeId()) in Call_Handler()
75 else if ( i_rTok.TypeId() == Tid_Semicolon ) in Call_Handler()
H A Dall_toks.cxx49 Tok_##name::TypeId() const { return Tid_##name; } \
58 Tok_##name::TypeId() const { return Tid_##name; } \
118 Tok_PreProDefinition::TypeId() const { return Tid_PreProDefinition; } in TypeId() function in cpp::Tok_PreProDefinition
H A Dpe_funct.cxx154 pStati->Cur().Call_Handler(i_rTok.TypeId(), i_rTok.Text()); in Call_Handler()
369 nException = pSpuException->Child().Result_Type().TypeId(); in SpReturn_Exception()
382 aName, pSpuCastOperatorType->Child().Result_Type().TypeId() ); in SpReturn_CastOperatorType()
/trunk/main/autodoc/source/ary/idl/
H A Dia_type.cxx86 … : lhf_Get_NameRoomRoot_forModuleofOccurrence( i_nModuleOfOccurrence ).TypeId(); in lhf_CheckIn_XNameRoom()
107 ret->Add_Name( rNew.Name(), rNew.TypeId() ); in lhf_CheckIn_XNameRoom()
137 io_rXNameRoom.TypeId(), in lhf_CheckIn_TypeName()
141 ret = rNewType.TypeId(); in lhf_CheckIn_TypeName()
192 …currence2NameRoomRoot.insert(std::pair< const Ce_id, Type_id>(i_nModuleOfOccurrence,ret.TypeId())); in lhf_Get_NameRoomRoot_forModuleofOccurrence()
/trunk/main/basic/source/runtime/
H A Dstdobj1.cxx152 void SbStdPicture::SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType, in SFX_NOTIFY()
153 const SfxHint& rHint, const TypeId& rHintType ) in SFX_NOTIFY()
275 void SbStdFont::SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType, in SFX_NOTIFY()
276 const SfxHint& rHint, const TypeId& rHintType ) in SFX_NOTIFY()
514 void SbStdClipboard::SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType, in SFX_NOTIFY()
515 const SfxHint& rHint, const TypeId& rHintType ) in SFX_NOTIFY()
/trunk/main/sw/inc/
H A Dcalbck.hxx150 …void ModifyBroadcast( const SfxPoolItem *pOldValue, const SfxPoolItem *pNewValue, TypeId nType = T…
227 TypeId aSrchId;
250 SW_DLLPUBLIC SwClient* First( TypeId nType );
252 SW_DLLPUBLIC SwClient* Last( TypeId nType );
/trunk/main/sfx2/source/control/
H A Dmsgpool.cxx57 TypeId nType;
59 SfxSlotType_Impl( sal_uInt16 nTheId, TypeId nTheType ): in SfxSlotType_Impl()
149 const TypeId &rTypeId = pDef->GetType()->Type(); in RegisterInterface()
173 TypeId SfxSlotPool::GetSlotType( sal_uInt16 nId ) const in GetSlotType()
/trunk/main/sc/source/ui/unoobj/
H A Dfielduno.cxx126 TypeId aFieldType;
140 sal_uInt16 CountFields(TypeId aType);
141 SvxFieldData* FindByIndex(sal_uInt16 nIndex, TypeId aType);
142 SvxFieldData* FindByPos(sal_uInt32 nPar, xub_StrLen nPos, TypeId aType);
198 sal_uInt16 ScUnoEditEngine::CountFields(TypeId aType) in CountFields()
210 SvxFieldData* ScUnoEditEngine::FindByIndex(sal_uInt16 nIndex, TypeId aType) in FindByIndex()
223 SvxFieldData* ScUnoEditEngine::FindByPos(sal_uInt32 nPar, xub_StrLen nPos, TypeId aType) in FindByPos()
916 TypeId aTypeId = NULL; in GetObjectByIndex_Impl()
960 TypeId aTypeId = NULL; in getCount()
/trunk/main/sc/source/ui/miscdlgs/
H A Danyrefdg.cxx93 TypeId aType(TYPE(ScDocShell)); in enableInput()
563 TypeId aType(TYPE(ScDocShell)); in SetDispatcherLock()
592 TypeId aType(TYPE(ScDocShell)); in EnableSpreadsheets()
632 TypeId aType(TYPE(ScDocShell)); in lcl_InvalidateWindows()
665 TypeId aScType = TYPE(ScTabViewShell); in lcl_HideAllReferences()
804 TypeId aScType = TYPE(ScTabViewShell); in SwitchToDocument()
/trunk/main/sw/source/core/attr/
H A Dcalbck.cxx366 void SwModify::ModifyBroadcast( const SfxPoolItem *pOldValue, const SfxPoolItem *pNewValue, TypeId in ModifyBroadcast()
489 SwClient* SwClientIter::First( TypeId nType ) in First()
527 SwClient* SwClientIter::Last( TypeId nType ) in Last()
/trunk/main/sw/source/ui/app/
H A Dapphdl.cxx806 TypeId aType(TYPE(SwDocShell)); in ConfigurationChanged()
825 const TypeId aSwViewTypeId = TYPE(SwView); in ConfigurationChanged()
826 const TypeId aSwPreViewTypeId = TYPE(SwPagePreView); in ConfigurationChanged()
827 const TypeId aSwSrcViewTypeId = TYPE(SwSrcView); in ConfigurationChanged()
/trunk/main/svl/inc/svl/
H A Dlisteneriter.hxx46 TypeId aSrchId; // fuer First/Next - suche diesen Type
69 SvtListener* First( TypeId nType );
/trunk/main/basic/source/sample/
H A Dcollelem.cxx46 void SampleElement::SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType, in SFX_NOTIFY()
47 const SfxHint& rHint, const TypeId& rHintType ) in SFX_NOTIFY()

Completed in 107 milliseconds

12345