Searched refs:SvCommand (Results 1 – 11 of 11) sorted by relevance
/aoo4110/main/svl/source/misc/ |
H A D | ownlist.cxx | 37 PRV_SV_IMPL_OWNER_LIST(SvCommandList,SvCommand) in PRV_SV_IMPL_OWNER_LIST() argument 108 SvCommand * pCmd = new SvCommand(name, value); in AppendCommands() 201 SvCommand * pCmd = (SvCommand *)aTypes.GetObject( i ); in GetCommands() 214 SvCommand & SvCommandList::Append in Append() 229 SvCommand * pCmd = new SvCommand( rCommand, rArg ); in Append() 257 SvCommand * pCmd = new SvCommand(); in operator >>() 287 SvCommand * pCmd = (SvCommand *)rThis.aTypes.GetObject( i ); in operator <<() 316 const SvCommand& rCommand = (*this)[ nIndex ]; in FillSequence()
|
/aoo4110/main/svl/inc/svl/ |
H A D | ownlist.hxx | 39 class SvCommand class 51 SvCommand() {} in SvCommand() function in SvCommand 52 SvCommand( const String & rCommand, const String & rArg ) in SvCommand() function in SvCommand 60 friend SvStream& operator >> ( SvStream& rStm, SvCommand & rThis ) in operator >>() 66 friend SvStream& operator << ( SvStream& rStm, const SvCommand & rThis ) in operator <<() 83 PRV_SV_DECL_OWNER_LIST(SvCommandList,SvCommand); 84 SvCommand & Append( const String & rCommand, const String & rArg );
|
/aoo4110/main/idl/inc/ |
H A D | command.hxx | 39 class SvCommand class 64 SvCommand( int argc, char ** argv ); 65 ~SvCommand(); 70 sal_Bool ReadIdl( SvIdlWorkingBase * pDataBase, const SvCommand & rCommand );
|
H A D | database.hxx | 35 class SvCommand; 95 explicit SvIdlDataBase( const SvCommand& rCmd ); 164 explicit SvIdlWorkingBase( const SvCommand& rCmd );
|
/aoo4110/main/idl/source/prj/ |
H A D | command.cxx | 168 sal_Bool ReadIdl( SvIdlWorkingBase * pDataBase, const SvCommand & rCommand ) in ReadIdl() 257 SvCommand::SvCommand( int argc, char ** argv ) in SvCommand() function in SvCommand 426 SvCommand::~SvCommand() in ~SvCommand()
|
H A D | database.cxx | 54 SvIdlDataBase::SvIdlDataBase( const SvCommand& rCmd ) in SvIdlDataBase() 796 SvIdlWorkingBase::SvIdlWorkingBase(const SvCommand& rCmd) : SvIdlDataBase(rCmd) in SvIdlWorkingBase()
|
H A D | svidl.cxx | 129 SvCommand aCommand( argc, argv );
|
/aoo4110/main/sw/source/filter/html/ |
H A D | htmlplug.cxx | 1266 const SvCommand& rCommand = aCommands[ --i ]; in OutHTML_FrmFmtOLENode() 1290 const SvCommand& rCommand = aCommands[ aParams[--ii] ]; in OutHTML_FrmFmtOLENode() 1321 const SvCommand& rCommand = aCommands[ i ]; in OutHTML_FrmFmtOLENode()
|
H A D | SwAppletImpl.cxx | 165 const SvCommand& rArg = aCommandList[i]; in CreateApplet()
|
/aoo4110/main/sfx2/source/doc/ |
H A D | plugin.cxx | 119 SvCommand & rCmd = maCmdList.GetObject( i ); in load()
|
/aoo4110/main/cui/source/dialogs/ |
H A D | insdlg.cxx | 480 const SvCommand& rCommand = aLst[ nIndex ]; in Plugin_ImplFillCommandSequence()
|
Completed in 64 milliseconds