/aoo41x/main/sfx2/source/appl/ |
H A D | impldde.cxx | 98 String sServer, sTopic, sItem; in SvDDELinkEditDialog() local 99 pLink->GetLinkManager()->GetDisplayNames( pLink, &sServer, &sTopic, &sItem ); in SvDDELinkEditDialog() 102 aEdDdeTopic.SetText( sTopic ); in SvDDELinkEditDialog() 109 aOKButton1.Enable( sServer.Len() && sTopic.Len() && sItem.Len() ); in SvDDELinkEditDialog() 155 String sTopic( pConnection->GetTopicName() ); in GetData() local 158 pConnection = new DdeConnection( sServer, sTopic ); in GetData() 229 String sServer, sTopic; in Connect() local 230 pSvLink->GetLinkManager()->GetDisplayNames( pSvLink, &sServer, &sTopic, &sItem ); in Connect() 232 if( !sServer.Len() || !sTopic.Len() || !sItem.Len() ) in Connect() 235 pConnection = new DdeConnection( sServer, sTopic ); in Connect() [all …]
|
H A D | linkmgr2.cxx | 268 *pFile = sTopic; in GetDisplayNames() 327 String sApp, sTopic, sItem; in UpdateAllLinks() local 560 String sTopic, sItem, sReferer; in Connect() local 562 pLink->GetLinkManager()->GetDisplayNames( pLink, 0, &sTopic, &sItem ) in Connect() 563 && sTopic.Len() ) in Connect() 572 String sNm( sTopic ), sTmp; in Connect() 587 String sNmURL( lcl_DDE_RelToAbs( sTopic, sReferer ) ); in Connect() 625 if( !sTopic.Len() ) in Connect() 631 INetURLObject aURL( sTopic ); in Connect() 633 aURL.SetURL( sTopic = lcl_DDE_RelToAbs( sTopic, sReferer ) ); in Connect() [all …]
|
H A D | lnkbase2.cxx | 606 String sApp, sTopic, sItem, sError; in ExecuteEdit() local 607 pImpl->m_pLinkMgr->GetDisplayNames( this, &sApp, &sTopic, &sItem ); in ExecuteEdit() 620 sError.Erase( nFndPos, 1 ).Insert( sTopic, nFndPos ); in ExecuteEdit() 621 nFndPos = nFndPos + sTopic.Len(); in ExecuteEdit() 750 String sTopic( sNm.GetToken( 0, cTokenSeperator, nTokenPos ) ); in FindTopic() local 760 if( pTopic->GetName() == sTopic ) in FindTopic() 765 if( i || !pService->MakeTopic( sTopic ) ) in FindTopic()
|
/aoo41x/main/UnoControls/source/inc/ |
H A D | progressmonitor.hxx | 136 UNO3_OUSTRING sTopic ; /// Left site of textline in dialog member 307 virtual void SAL_CALL addText( const UNO3_OUSTRING& sTopic , 324 virtual void SAL_CALL removeText( const UNO3_OUSTRING& sTopic , 340 virtual void SAL_CALL updateText( const UNO3_OUSTRING& sTopic , 750 IMPL_TextlistItem* impl_searchTopic( const UNO3_OUSTRING& sTopic , 774 …sal_Bool impl_debug_checkParameter( const UNO3_OUSTRING& sTopic, const UNO3_OUSTRING& sText, sal_B…
|
/aoo41x/main/xmloff/source/text/ |
H A D | XMLSectionSourceDDEImportContext.cxx | 102 OUString sTopic; in StartElement() local 120 sTopic = xAttrList->getValueByIndex(nAttr); in StartElement() 152 aValues[1] <<= sTopic; in StartElement()
|
H A D | XMLSectionExport.cxx | 530 OUString sTopic; in ExportRegularSectionStart() local 531 aAny >>= sTopic; in ExportRegularSectionStart() 537 (sTopic.getLength() > 0) || in ExportRegularSectionStart() 543 sTopic); in ExportRegularSectionStart()
|
/aoo41x/main/sw/source/core/graphic/ |
H A D | ndgrf.cxx | 651 String sApp, sTopic, sItem; in GetFileFilterNms() local 653 refLink, &sApp, &sTopic, &sItem ) ) in GetFileFilterNms() 656 ( *pFileNm += sTopic ) += sfx2::cTokenSeperator; in GetFileFilterNms() 725 String sApp, sTopic, sItem; in InsertLink() local 727 sTopic = rGrfName.GetToken( 0, sfx2::cTokenSeperator, nTmp ); in InsertLink() 730 sApp, sTopic, sItem ); in InsertLink()
|
/aoo41x/main/qadevOOo/tests/java/ifc/sheet/ |
H A D | _XDDELink.java | 97 String sTopic = oObj.getTopic(); in _getTopic() local 103 bResult = oTopic.equals(sTopic); in _getTopic()
|
/aoo41x/main/UnoControls/source/controls/ |
H A D | progressmonitor.cxx | 260 pTextItem->sTopic = rTopic ; in addText() 886 aCollectString += pSearchItem->sTopic ; in impl_rebuildFixedText() 924 aCollectString += pSearchItem->sTopic ; in impl_rebuildFixedText() 1013 if ( pSearchItem->sTopic == rTopic ) in impl_searchTopic()
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | XMLDDELinksContext.cxx | 91 sTopic(), in ScXMLDDELinkContext() 127 sTopic.getLength() && in CreateDDELink() 131 String sTop(sTopic); in CreateDDELink()
|
H A D | XMLDDELinksContext.hxx | 68 rtl::OUString sTopic; member in ScXMLDDELinkContext 91 void SetTopic(const rtl::OUString& sValue) { sTopic = sValue; } in SetTopic()
|
/aoo41x/main/autodoc/source/ary/idl/ |
H A D | i2s_calculator.cxx | 941 const char * sTopic = "TOPIC:"; in Read_Links2DevManual() local 965 else if ( strncmp(rLine.c_str(), sTopic, strlen(sTopic)) == 0 ) in Read_Links2DevManual()
|
/aoo41x/main/migrationanalysis/src/wizard/ |
H A D | Utilities.bas | 290 Public Sub RunShellExecute(sTopic As String, _ 304 success = ShellExecute(hWndDesk, sTopic, sFile, sParams, sDirectory, nShowCmd)
|