/aoo42x/main/sc/source/core/tool/ |
H A D | address.cxx | 966 p = lcl_ParseQuotedName(p, aDocName); in lcl_ScAddress_Parse_OOo() 1092 aDocName = *pFileName; in lcl_ScAddress_Parse_OOo() 1096 pRefMgr->convertToAbsName(aDocName); in lcl_ScAddress_Parse_OOo() 1646 String aTabName, aDocName; in Format() local 1673 r += aDocName; in Format() 1683 if (aDocName.Len() > 0) in Format() 1686 r += aDocName; in Format() 1760 String aTabName, aDocName; in lcl_ScRange_Format_XL_Header() local 1762 aTabName, aDocName ); in lcl_ScRange_Format_XL_Header() 1763 if( aDocName.Len() > 0 ) in lcl_ScRange_Format_XL_Header() [all …]
|
/aoo42x/main/comphelper/source/misc/ |
H A D | mimeconfighelper.cxx | 488 …medValue > MimeConfigurationHelper::GetObjectPropsByDocumentName( const ::rtl::OUString& aDocName ) in GetObjectPropsByDocumentName() argument 490 if ( !aDocName.isEmpty() ) in GetObjectPropsByDocumentName() 506 && aEntryDocName.equals( aDocName ) ) in GetObjectPropsByDocumentName() 553 …::OUString MimeConfigurationHelper::GetFactoryNameByDocumentName( const ::rtl::OUString& aDocName ) in GetFactoryNameByDocumentName() argument 557 if ( !aDocName.isEmpty() ) in GetFactoryNameByDocumentName() 573 && aEntryDocName.equals( aDocName ) ) in GetFactoryNameByDocumentName() 674 ::rtl::OUString aDocName; in UpdateMediaDescriptorWithFilterName() 678 aObject[nInd].Value >>= aDocName; in UpdateMediaDescriptorWithFilterName() 682 OSL_ENSURE( !aDocName.isEmpty(), "The name must exist at this point!\n" ); in UpdateMediaDescriptorWithFilterName() 689 aMediaDescr[nMedInd].Value <<= aDocName; in UpdateMediaDescriptorWithFilterName() [all …]
|
/aoo42x/main/sc/source/ui/navipi/ |
H A D | content.cxx | 1374 String aDocName; in DoDrag() local 1376 aDocName = aHiddenName; in DoDrag() 1383 aDocName = pDocSh->GetMedium()->GetName(); in DoDrag() 1398 String aUrl = aDocName; in DoDrag() 1404 if (aDocName.Len()) in DoDrag() 1417 if ( aDocName.Len() ) // link only to named documents in DoDrag() 1526 String aDocName = rUrl; in LoadFile() local 1527 xub_StrLen nPos = aDocName.Search('#'); in LoadFile() 1529 aDocName.Erase(nPos); // nur der Name, ohne #... in LoadFile() 1533 ScDocumentLoader aLoader( aDocName, aFilter, aOptions ); in LoadFile() [all …]
|
H A D | navipi.cxx | 381 String aDocName = GetSelectEntry(); in Select() local 382 rDlg.aLbEntries.SelectDoc( aDocName ); in Select()
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | docsh6.cxx | 397 String aDocName = aDocument.GetLinkDoc(i); in UpdateLinks() local 404 && aDocument.GetLinkDoc(j) == aDocName in UpdateLinks() 414 StrData* pData = new StrData(aDocName); in UpdateLinks() 423 ScTableLink* pLink = new ScTableLink( this, aDocName, aFltName, aOptions, nRefresh ); in UpdateLinks() 425 pLinkManager->InsertFileLink( *pLink, OBJECT_CLIENT_FILE, aDocName, &aFltName ); in UpdateLinks()
|
H A D | impex.cxx | 506 String aDocName; in ExportStream() local 508 aDocName = ScGlobal::GetClipDocName(); in ExportStream() 513 aDocName = pShell->GetTitle( SFX_TITLE_FULLNAME ); in ExportStream() 516 DBG_ASSERT( aDocName.Len(), "ClipBoard document has no name! :-/" ); in ExportStream() 517 if( aDocName.Len() ) in ExportStream() 532 WriteUnicodeOrByteString( rStrm, aDocName, sal_True ); in ExportStream()
|
H A D | tpstat.cxx | 66 aInfo += aDocStat.aDocName; in ScDocStatPage()
|
/aoo42x/main/sd/source/ui/dlg/ |
H A D | navigatr.cxx | 186 String aDocName = pDocShell->GetMedium()->GetName(); in FreshTree() local 189 maTlbObjects.Fill( pDoc, sal_False, aDocName ); // Nur normale Seiten in FreshTree() 224 String aDocName = pDocShell->GetMedium()->GetName(); in InitTreeLB() local 226 maTlbObjects.Fill( pDoc, (sal_Bool) sal_False, aDocName ); // Nur normale Seiten in InitTreeLB() 484 String aDocName = pNCDocShell->GetMedium()->GetName(); in IMPL_LINK() local 486 maTlbObjects.Fill( pDoc, (sal_Bool) sal_False, aDocName ); // Nur normale Seiten in IMPL_LINK()
|
/aoo42x/main/sc/source/ui/miscdlgs/ |
H A D | anyrefdg.cxx | 730 aDocName = pParentDoc->GetTitle(); in EnterRefMode() 797 if ( pObjSh && pObjSh->GetTitle() == aDocName ) in SwitchToDocument() 809 if ( pObjSh && pObjSh->GetTitle() == aDocName ) in SwitchToDocument() 829 return ( aDocName.Len() == 0 || aDocName == aCmpName ); in IsDocAllowed()
|
/aoo42x/main/sc/source/ui/undo/ |
H A D | undoblk3.cxx | 1786 aDocName ( rDoc ), in ScUndoInsertAreaLink() 1818 ScAreaLink* pLink = lcl_FindAreaLink( pLinkManager, aDocName, aFltName, aOptions, in Undo() 1834 ScAreaLink* pLink = new ScAreaLink( pDocShell, aDocName, aFltName, aOptions, in Redo() 1838 pLinkManager->InsertFileLink( *pLink, OBJECT_CLIENT_FILE, aDocName, &aFltName, &aAreaName ); in Redo() 1876 aDocName ( rDoc ), in ScUndoRemoveAreaLink() 1908 ScAreaLink* pLink = new ScAreaLink( pDocShell, aDocName, aFltName, aOptions, in Undo() 1912 pLinkManager->InsertFileLink( *pLink, OBJECT_CLIENT_FILE, aDocName, &aFltName, &aAreaName ); in Undo() 1927 ScAreaLink* pLink = lcl_FindAreaLink( pLinkManager, aDocName, aFltName, aOptions, in Redo()
|
H A D | undotab.cxx | 1093 aDocName( rDoc ), in ScUndoRemoveLink() 1106 if (pDoc->GetLinkDoc(i) == aDocName) in ScUndoRemoveLink() 1146 pDoc->SetLink( pTabs[i], pModes[i], aDocName, aFltName, aOptions, pTabNames[i], nRefreshDelay ); in DoChange()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | rfindlst.hxx | 47 String aDocName; member in ScRangeFindList 61 const String& GetDocName() const { return aDocName; } in GetDocName()
|
H A D | undoblk.hxx | 765 String aDocName; member in ScUndoInsertAreaLink 793 String aDocName; member in ScUndoRemoveAreaLink
|
/aoo42x/main/sc/source/ui/view/ |
H A D | tabvwshf.cxx | 501 String aDocName; in ExecuteTable() local 509 aDocName = ((const SfxStringItem*)pItem)->GetValue(); in ExecuteTable() 520 if( aDocName.Len() ) in ExecuteTable() 534 if( pScSh->GetTitle() == aDocName ) in ExecuteTable()
|
/aoo42x/main/sw/source/ui/dbui/ |
H A D | dbui.cxx | 43 aDocName (this, SW_RES( FT_DOCNAME )), in PrintMonitor() 95 lcl_RePosControl( &aDocName, nDiff ); in ResizeControls()
|
/aoo42x/main/offapi/com/sun/star/sheet/ |
H A D | XExternalDocLinks.idl | 50 @param aDocName document URL (e.g. file:///path/to/document.ods) 54 com::sun::star::sheet::XExternalDocLink addDocLink( [in] string aDocName );
|
/aoo42x/main/uui/source/ |
H A D | iahndl-authentication.cxx | 516 ::rtl::OUString aDocName, in executePasswordDialog() argument 533 new PasswordDialog( pParent, nMode, xManager.get(), aDocName, in executePasswordDialog() 557 new PasswordDialog( pParent, nMode, xManager.get(), aDocName, in executePasswordDialog()
|
/aoo42x/main/sc/source/filter/ftools/ |
H A D | fapihelper.cxx | 152 …OUString aDocName = INetURLObject( rMedium.GetOrigURL() ).GetName( INetURLObject::DECODE_WITH_CHAR… in QueryEncryptionDataForMedium() local 156 rVerifier, aEncryptionData, aPassword, rMedium.GetInteractionHandler(), aDocName, in QueryEncryptionDataForMedium()
|
/aoo42x/main/sd/source/ui/view/ |
H A D | sdview2.cxx | 798 const String aDocName( aBookmark.copy( 0, nIndex ) ); in ExecuteDrop() local 800 if( mpDocSh->GetMedium()->GetName() == aDocName || mpDocSh->GetName() == aDocName ) in ExecuteDrop()
|
/aoo42x/main/sc/source/core/data/ |
H A D | document.cxx | 1478 if( !pDestDoc->aDocName.Len() ) in CopyToDocument() 1479 pDestDoc->aDocName = aDocName; in CopyToDocument() 1532 if( !pDestDoc->aDocName.Len() ) in CopyToDocument() 1533 pDestDoc->aDocName = aDocName; in CopyToDocument() 1588 pClipDoc->aDocName = aDocName; in CopyToClip() 1633 pClipDoc->aDocName = aDocName; in CopyTabToClip() 5207 rDocStat.aDocName = aDocName; in GetDocStat()
|
/aoo42x/main/sc/source/ui/app/ |
H A D | rfindlst.cxx | 42 aDocName( rName ), in ScRangeFindList()
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | dbui.hxx | 43 FixedText aDocName; member in PrintMonitor
|
/aoo42x/main/sdext/source/pdfimport/ |
H A D | filterdet.cxx | 737 … rtl::OUString aDocName( rInPDFFileURL.copy( rInPDFFileURL.lastIndexOf( sal_Unicode('/') )+1 ) ); in getAdditionalStream() local 742 … bEntered = getPassword( xIntHdl, io_rPwd, ! bEntered, aDocName ); in getAdditionalStream()
|
/aoo42x/main/chart2/source/controller/main/ |
H A D | ChartDropTargetHelper.cxx | 121 OUString aDocName( aStrings[1] ); in ExecuteDrop() local
|
/aoo42x/main/sdext/source/pdfimport/wrapper/ |
H A D | wrapper.cxx | 989 rtl::OUString aDocName( rURL.copy( rURL.lastIndexOf( sal_Unicode('/') )+1 ) ); in xpdf_ImportFromFile() local 994 if( checkEncryption( aSysUPath, xIHdl, aPwd, bIsEncrypted, aDocName ) == false ) in xpdf_ImportFromFile()
|