/aoo4110/main/tools/inc/tools/ |
H A D | rtti.hxx | 30 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 …]
|
/aoo4110/main/basic/source/inc/ |
H A D | sbunoobj.hxx | 82 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 D | collelem.hxx | 37 virtual void SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType, 38 const SfxHint& rHint, const TypeId& rHintType );
|
H A D | stdobj.hxx | 39 virtual void SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType, 40 const SfxHint& rHint, const TypeId& rHintType );
|
H A D | object.hxx | 80 virtual void SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType, 81 const SfxHint& rHint, const TypeId& rHintType );
|
/aoo4110/main/basic/inc/basic/ |
H A D | sbstdobj.hxx | 55 virtual void SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType, 56 const SfxHint& rHint, const TypeId& rHintType ); 86 virtual void SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType, 87 const SfxHint& rHint, const TypeId& rHintType ); 124 virtual void SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType, 125 const SfxHint& rHint, const TypeId& rHintType );
|
H A D | sbmod.hxx | 95 virtual void SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType, 96 const SfxHint& rHint, const TypeId& rHintType ); 174 virtual void SFX_NOTIFY( SfxBroadcaster&, const TypeId&, const SfxHint& rHint, const TypeId& );
|
H A D | sbx.hxx | 144 virtual void SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType, 145 const SfxHint& rHint, const TypeId& rHintType ); 286 virtual void SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType, 287 const SfxHint& rHint, const TypeId& rHintType );
|
H A D | sbobjmod.hxx | 51 virtual void SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType, 52 const SfxHint& rHint, const TypeId& rHintType );
|
H A D | sbxobj.hxx | 54 virtual void SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType, 55 const SfxHint& rHint, const TypeId& rHintType );
|
/aoo4110/main/sfx2/inc/sfx2/ |
H A D | msg.hxx | 116 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()
|
/aoo4110/main/autodoc/source/parser/cpp/ |
H A D | preproc.cxx | 86 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 D | all_toks.hxx | 42 virtual INT16 TypeId() const; 64 virtual INT16 TypeId() const; 79 virtual INT16 TypeId() const; \ 136 virtual INT16 TypeId() const; \
|
H A D | pe_ignor.cxx | 51 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 D | all_toks.cxx | 49 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
|
/aoo4110/main/autodoc/source/ary/idl/ |
H A D | ia_type.cxx | 86 … : 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()
|
/aoo4110/main/basic/source/runtime/ |
H A D | stdobj1.cxx | 152 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()
|
/aoo4110/main/sw/inc/ |
H A D | calbck.hxx | 150 …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 );
|
/aoo4110/main/sfx2/source/control/ |
H A D | msgpool.cxx | 57 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()
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | fielduno.cxx | 126 TypeId aFieldType; 140 sal_uInt16 CountFields(TypeId aType); 141 SvxFieldData* FindByIndex(sal_uInt16 nIndex, TypeId aType); 142 SvxFieldData* FindByPos(sal_uInt16 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_uInt16 nPar, xub_StrLen nPos, TypeId aType) in FindByPos() 916 TypeId aTypeId = NULL; in GetObjectByIndex_Impl() 960 TypeId aTypeId = NULL; in getCount()
|
/aoo4110/main/sc/source/ui/miscdlgs/ |
H A D | anyrefdg.cxx | 93 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()
|
/aoo4110/main/svl/inc/svl/ |
H A D | listeneriter.hxx | 46 TypeId aSrchId; // fuer First/Next - suche diesen Type 69 SvtListener* First( TypeId nType );
|
/aoo4110/main/sw/source/core/attr/ |
H A D | calbck.cxx | 366 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()
|
/aoo4110/main/basic/source/sample/ |
H A D | collelem.cxx | 46 void SampleElement::SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType, in SFX_NOTIFY() 47 const SfxHint& rHint, const TypeId& rHintType ) in SFX_NOTIFY()
|
/aoo4110/main/sw/source/ui/app/ |
H A D | apphdl.cxx | 806 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()
|