Home
last modified time | relevance | path

Searched refs:maTargetURL (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sfx2/source/doc/
H A Ddoctempl.cxx143 OUString maTargetURL; member in DocTempl::DocTempl_EntryData_Impl
159 void SetTargetURL( const OUString& rURL ) { maTargetURL = rURL; } in SetTargetURL()
181 OUString maTargetURL; member in RegionData_Impl
193 void SetTargetURL( const OUString& rURL ) { maTargetURL = rURL; } in SetTargetURL()
2023 if ( !maTargetURL.getLength() ) in GetTargetURL()
2032 getTextProperty_Impl( aRegion, aPropName, maTargetURL ); in GetTargetURL()
2040 return maTargetURL; in GetTargetURL()
2186 if ( !maTargetURL.getLength() ) in GetTargetURL()
2195 getTextProperty_Impl( aRegion, aPropName, maTargetURL ); in GetTargetURL()
2197 maTargetURL = SvtPathOptions().SubstituteVariable( maTargetURL ); in GetTargetURL()
[all …]
H A Ddoctemplates.cxx324 OUString maTargetURL; member in DocTemplates_EntryData_Impl
346 const OUString& getTargetURL() const { return maTargetURL; } in getTargetURL()
351 void setTargetURL( const OUString& rURL ) { maTargetURL = rURL; } in setTargetURL()
363 OUString maTargetURL; member in GroupData_Impl
374 void setTargetURL( const OUString& rURL ) { maTargetURL = rURL; } in setTargetURL()
379 const OUString& getTargetURL() const { return maTargetURL; } in getTargetURL()
/trunk/main/svtools/source/contnr/
H A Dfileview.cxx2206 SvtContentEntry* pUserData = new SvtContentEntry( (*aIt)->maTargetURL, in OpenFolder_Impl()
2363 …Image = SvFileInformationManager::GetFileImage( INetURLObject( (*aIt)->maTargetURL ), sal_False, i… in CreateDisplayText_Impl()
2428 pEntry->maTargetURL = aValue.getToken( 0, '\t', nIndex ); in CreateVector_Impl()
2447 … INetURLObject aObj( pEntry->maImageURL.getLength() ? pEntry->maImageURL : pEntry->maTargetURL ); in CreateVector_Impl()
2604 if ( (*aIt)->maTargetURL == rURL ) in EntryRemoved()
2622 if ( (*aIt)->maTargetURL == rURL ) in EntryRenamed()
2636 (*aIt)->maTargetURL = rURL; in EntryRenamed()
2652 pData->maTargetURL = rURL; in FolderInserted()
2696 if ( (*aIt)->maTargetURL == rURL ) in GetEntryPos()
H A Dcontentenumeration.cxx280 pData->maTargetURL = sRealURL; in enumerateFolderContent()
318 INetURLObject( pData->maTargetURL ) ); in enumerateFolderContent()
331 … bTranslated = implGetDocTitle( pData->maTargetURL, sNewTitle ); in enumerateFolderContent()
H A Dcontentenumeration.hxx57 ::rtl::OUString maTargetURL;

Completed in 71 milliseconds