Home
last modified time | relevance | path

Searched refs:rTopic (Results 1 – 21 of 21) sorted by relevance

/trunk/main/UnoControls/source/controls/
H A Dprogressmonitor.cxx241 void SAL_CALL ProgressMonitor::addText( const OUString& rTopic, const OUString& rText, sal_Bool bbe… in addText() argument
245 …DBG_ASSERT ( impl_debug_checkParameter ( rTopic, rText, bbeforeProgress ) , "ProgressMonitor::ad… in addText()
246 …DBG_ASSERT ( !(impl_searchTopic ( rTopic, bbeforeProgress ) != NULL ) , "ProgresMonitor::add… in addText()
249 if ( impl_searchTopic ( rTopic, bbeforeProgress ) != NULL ) in addText()
260 pTextItem->sTopic = rTopic ; in addText()
286 void SAL_CALL ProgressMonitor::removeText ( const OUString& rTopic, sal_Bool bbeforeProgress ) thro… in removeText() argument
290 …DBG_ASSERT ( impl_debug_checkParameter ( rTopic, bbeforeProgress ), "ProgressMonitor::removeText()… in removeText()
293 IMPL_TextlistItem* pSearchItem = impl_searchTopic ( rTopic, bbeforeProgress ) ; in removeText()
322 void SAL_CALL ProgressMonitor::updateText ( const OUString& rTopic, const OUString& rText, sal_Bool… in updateText() argument
326 …DBG_ASSERT ( impl_debug_checkParameter ( rTopic, rText, bbeforeProgress ), "ProgressMonitor::updat… in updateText()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dxelink.cxx142 … sal_uInt16 InsertDde( const String& rApplic, const String& rTopic, const String& rItem );
294 …t XclExpSupbook( const XclExpRoot& rRoot, const String& rApplic, const String& rTopic );
299 bool IsDdeLink( const String& rApplic, const String& rTopic ) const;
410 const String& rApplic, const String& rTopic, const String& rItem );
447 const String& rApplic, const String& rTopic ) const;
496 const String& rApplic, const String& rTopic, const String& rItem ) = 0;
543 const String& rApplic, const String& rTopic, const String& rItem );
612 const String& rApplic, const String& rTopic, const String& rItem );
1062 const String& rApplic, const String& rTopic, const String& rItem ) in InsertDde() argument
1068 if( GetDoc().FindDdeLink( rApplic, rTopic, rItem, SC_DDE_IGNOREMODE, nPos ) ) in InsertDde()
[all …]
H A Dxilink.cxx196 bool GetLinkData( String& rApplic, String& rTopic, sal_uInt16 nXtiIndex ) const;
349 void XclImpExtName::CreateDdeData( ScDocument& rDoc, const String& rApplic, const String& rTopic ) … in CreateDdeData()
354 rDoc.CreateDdeLink( rApplic, rTopic, maName, SC_DDE_DEFAULT, xResults ); in CreateDdeData()
522 bool XclImpSupbook::GetLinkData( String& rApplic, String& rTopic ) const in GetLinkData()
524 … return (meType == EXC_SBTYPE_SPECIAL) && XclImpUrlHelper::DecodeLink( rApplic, rTopic, maXclUrl ); in GetLinkData()
669 bool XclImpLinkManagerImpl::GetLinkData( String& rApplic, String& rTopic, sal_uInt16 nXtiIndex ) co… in GetLinkData() argument
672 return pSupbook && pSupbook->GetLinkData( rApplic, rTopic ); in GetLinkData()
792 bool XclImpLinkManager::GetLinkData( String& rApplic, String& rTopic, sal_uInt16 nXtiIndex ) const in GetLinkData() argument
794 return mxImpl->GetLinkData( rApplic, rTopic, nXtiIndex ); in GetLinkData()
H A Dxihelper.cxx784 bool XclImpUrlHelper::DecodeLink( String& rApplic, String& rTopic, const String rEncUrl ) in DecodeLink() argument
790 rTopic = rEncUrl.Copy( nPos + 1 ); in DecodeLink()
H A Dxehelper.cxx1045 String XclExpUrlHelper::EncodeDde( const String& rApplic, const String rTopic ) in EncodeDde() argument
1048 aDde.Append( EXC_DDE_DELIM ).Append( rTopic ); in EncodeDde()
/trunk/main/sc/source/core/data/
H A Ddocumen8.cxx1104 sal_Bool ScDocument::UpdateDdeLink( const String& rAppl, const String& rTopic, const String& rItem ) in UpdateDdeLink() argument
1122 pDdeLink->GetTopic() == rTopic && in UpdateDdeLink()
1201 const String& rAppl, const String& rTopic, const String& rItem, sal_uInt8 nMode, in lclGetDdeLink() argument
1215 (pDdeLink->GetTopic() == rTopic) && in lclGetDdeLink()
1254 bool ScDocument::FindDdeLink( const String& rAppl, const String& rTopic, const String& rItem, sal_u… in FindDdeLink() argument
1256 return lclGetDdeLink( GetLinkManager(), rAppl, rTopic, rItem, nMode, &rnDdePos ) != NULL; in FindDdeLink()
1259 bool ScDocument::GetDdeLinkData( sal_uInt16 nDdePos, String& rAppl, String& rTopic, String& rItem )… in GetDdeLinkData() argument
1264 rTopic = pDdeLink->GetTopic(); in GetDdeLinkData()
1287 bool ScDocument::CreateDdeLink( const String& rAppl, const String& rTopic, const String& rItem, sal… in CreateDdeLink() argument
1296 ScDdeLink* pDdeLink = lclGetDdeLink( pLinkManager, rAppl, rTopic, rItem, nMode ); in CreateDdeLink()
[all …]
/trunk/main/svl/source/svdde/
H A Dddesvr.cxx426 DdeItem* DdeInternal::FindItem( DdeTopic& rTopic, HSZ hItem ) in FindItem() argument
429 DdeItems& rItems = rTopic.aItems; in FindItem()
447 bWeiter = rTopic.MakeItem( reinterpret_cast<const sal_Unicode*>(chBuf) ); in FindItem()
550 void DdeService::AddTopic( const DdeTopic& rTopic ) in AddTopic() argument
552 RemoveTopic( rTopic ); in AddTopic()
553 aTopics.Insert( (DdeTopic*) &rTopic ); in AddTopic()
558 void DdeService::RemoveTopic( const DdeTopic& rTopic ) in RemoveTopic() argument
563 if ( !DdeCmpStringHandles (*t->pName, *rTopic.pName ) ) in RemoveTopic()
571 if( pC->pTopic == &rTopic ) in RemoveTopic()
H A Dddecli.cxx152 DdeConnection::DdeConnection( const String& rService, const String& rTopic ) in DdeConnection() argument
175 pTopic = new DdeString( pInst->hDdeInstCli, rTopic ); in DdeConnection()
/trunk/main/sfx2/source/appl/
H A Dlinkmgr2.cxx196 const String& rTopic, in InsertDDELink() argument
203 ::sfx2::MakeLnkName( sCmd, &rServer, rTopic, rItem ); in InsertDDELink()
591 String lcl_DDE_RelToAbs( const String& rTopic, const String& rBaseURL ) in lcl_DDE_RelToAbs() argument
594 INetURLObject aURL( rTopic ); in lcl_DDE_RelToAbs()
596 utl::LocalFileHelper::ConvertSystemPathToURL( rTopic, rBaseURL, sRet ); in lcl_DDE_RelToAbs()
598 …sRet = URIHelper::SmartRel2Abs( INetURLObject(rBaseURL), rTopic, URIHelper::GetMaybeFileHdl(), tru… in lcl_DDE_RelToAbs()
/trunk/main/basic/source/runtime/
H A Dddectrl.cxx109 SbError SbiDdeControl::Initiate( const String& rService, const String& rTopic, in Initiate() argument
113 DdeConnection* pConv = new DdeConnection( rService, rTopic ); in Initiate()
H A Dddectrl.hxx51 SbError Initiate( const String& rService, const String& rTopic,
H A Dmethods.cxx3674 const String& rTopic = rPar.Get(2)->GetString(); in RTLFUNC() local
3678 SbError nDdeErr = pDDE->Initiate( rApp, rTopic, nChannel ); in RTLFUNC()
/trunk/main/testtools/source/performance/
H A Dubtest.cxx1205 const std::string & rTopic = (*iTopics).first; in run() local
1208 out( rTopic.c_str(), stream ); in run()
1228 … const t_TimeEntryMap::const_iterator iFind( (*iSheets).second._entries.find( rTopic ) ); in run()
/trunk/main/sc/source/filter/inc/
H A Dxilink.hxx194 bool GetLinkData( String& rApplic, String& rTopic, sal_uInt16 nXtiIndex ) const;
H A Dxelink.hxx200 const String& rApplic, const String& rTopic, const String& rItem );
H A Dxihelper.hxx300 static bool DecodeLink( String& rApplic, String& rTopic, const String rEncUrl );
H A Dxehelper.hxx418 static String EncodeDde( const String& rApplic, const String rTopic );
/trunk/main/sfx2/inc/sfx2/
H A Dlinkmgr.hxx95 const String& rTopic,
/trunk/main/UnoControls/source/inc/
H A Dprogressmonitor.hxx775 …sal_Bool impl_debug_checkParameter( const UNO3_OUSTRING& rTopic, sal_Bool bbeforeProgress ); …
/trunk/main/sc/inc/
H A Ddocument.hxx693 …sal_Bool UpdateDdeLink( const String& rAppl, const String& rTopic, const String& rItem …
698 …SC_DLLPUBLIC bool FindDdeLink( const String& rAppl, const String& rTopic, const String&…
706 …bool GetDdeLinkData( sal_uInt16 nDdePos, String& rAppl, String& rTopic, String& rItem )…
720 …SC_DLLPUBLIC bool CreateDdeLink( const String& rAppl, const String& rTopic, const Strin…
/trunk/main/sc/source/ui/unoobj/
H A Dlinkuno.cxx1100 String lcl_BuildDDEName( const String& rAppl, const String& rTopic, const String& rItem ) in lcl_BuildDDEName() argument
1105 aRet += rTopic; in lcl_BuildDDEName()