/aoo42x/main/unotools/source/config/ |
H A D | pathoptions.cxx | 175 void SetPath( SvtPathOptions::Pathes, const String& rNewPath ); 179 void SetBackupPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_BACKUP, rPath ); } in SetBackupPath() 180 void SetBasicPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_BASIC, rPath ); } in SetBasicPath() 181 void SetBitmapPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_BITMAP, rPath ); } in SetBitmapPath() 182 void SetConfigPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_CONFIG, rPath ); } in SetConfigPath() 188 void SetHelpPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_HELP, rPath ); } in SetHelpPath() 194 void SetTempPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_TEMP, rPath ); } in SetTempPath() 197 void SetWorkPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_WORK, rPath ); } in SetWorkPath() 329 void SvtPathOptions_Impl::SetPath( SvtPathOptions::Pathes ePath, const String& rNewPath ) in SetPath() function in SvtPathOptions_Impl 1054 void SvtPathOptions::SetPath( SvtPathOptions::Pathes ePath, const String& rNewPath ) in SetPath() function in SvtPathOptions [all …]
|
/aoo42x/main/svtools/source/dialogs/ |
H A D | filedlg2.cxx | 276 SetPath( aDrive ); in IMPL_LINK() 329 SetPath( aCheck.GetFull() ); in IMPL_LINK() 350 SetPath( aFile.GetFull() ); in IMPL_LINK() 364 SetPath( aFile.GetFull() ); in IMPL_LINK() 659 void ImpPathDialog::SetPath( UniString const & rPath ) in SetPath() function in ImpPathDialog 679 void ImpPathDialog::SetPath( Edit const & rEdit ) in SetPath() function in ImpPathDialog 683 SetPath( aPresetText ); in SetPath() 818 SetPath( aDrive ); in IMPL_LINK() 1136 void ImpFileDialog::SetPath( UniString const & rPath ) in SetPath() function in ImpFileDialog 1166 void ImpFileDialog::SetPath( Edit const& rEdit ) in SetPath() function in ImpFileDialog [all …]
|
H A D | filedlg.cxx | 54 void PathDialog::SetPath( const UniString& rPath ) in SetPath() function in PathDialog 56 pImpFileDlg->GetDialog()->SetPath( rPath ); in SetPath() 59 void PathDialog::SetPath( const Edit& rEdit ) in SetPath() function in PathDialog 61 pImpFileDlg->GetDialog()->SetPath( rEdit ); in SetPath()
|
H A D | filedlg2.hxx | 115 virtual void SetPath( const String& rPath ); 116 virtual void SetPath( const Edit& rEdit ); 171 virtual void SetPath( const String& rPath ); 172 virtual void SetPath( const Edit& rEdit );
|
/aoo42x/main/cui/source/tabpages/ |
H A D | tabarea.cxx | 189 maHatchingList->SetPath( aPath ); in SavePalettes() 204 maBitmapList->SetPath( aPath ); in SavePalettes() 219 maGradientList->SetPath( aPath ); in SavePalettes() 234 maColorTab->SetPath( aPath ); in SavePalettes()
|
H A D | tabline.cxx | 168 maDashList->SetPath( aPath ); in SavePalettes() 178 maLineEndList->SetPath( aPath ); in SavePalettes() 188 maColorTab->SetPath( aPath ); in SavePalettes()
|
/aoo42x/main/sfx2/source/appl/ |
H A D | opengrf.cxx | 189 void SvxOpenGraphicDialog::SetPath( const String& rPath ) in SetPath() function in SvxOpenGraphicDialog 194 void SvxOpenGraphicDialog::SetPath( const String& rPath, sal_Bool bLinkState ) in SetPath() function in SvxOpenGraphicDialog 196 SetPath(rPath); in SetPath()
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | opengrf.hxx | 40 void SetPath( const String& rPath ); 41 void SetPath( const String& rPath, sal_Bool bLinkState );
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | filedlg.hxx | 57 void SetPath( const UniString& rNewPath ); 58 void SetPath( const Edit& rEdit );
|
/aoo42x/main/fpicker/source/office/ |
H A D | OfficeFolderPicker.cxx | 134 getDialog()->SetPath( m_aDisplayDirectory ); in prepareExecute() 139 getDialog()->SetPath( aStdDirObj.GetMainURL( INetURLObject::NO_DECODE) ); in prepareExecute()
|
H A D | iodlg.hxx | 269 inline void SetPath( const String& rNewURL ); 364 inline void SvtFileDialog::SetPath( const String& rNewURL ) in SetPath() function in SvtFileDialog
|
H A D | OfficeFilePicker.cxx | 193 getDialog()->SetPath( sPath ); in prepareExecute() 198 getDialog()->SetPath( m_aDefaultName ); in prepareExecute() 206 getDialog()->SetPath( aStdDirObj.GetMainURL( INetURLObject::NO_DECODE ) ); in prepareExecute()
|
/aoo42x/main/cui/source/factory/ |
H A D | dlgfact.cxx | 794 void AbstractSvxMultiPathDialog_Impl::SetPath( const String& rPath ) in SetPath() function in AbstractSvxMultiPathDialog_Impl 796 pDlg->SetPath( rPath ); in SetPath() 814 void AbstractSvxMultiFileDialog_Impl::SetPath( const String& rPath ) in SetPath() function in AbstractSvxMultiFileDialog_Impl 816 pDlg->SetPath( rPath ); in SetPath()
|
H A D | dlgfact.hxx | 447 virtual void SetPath( const String& rPath ); 462 virtual void SetPath( const String& rPath );
|
/aoo42x/main/sd/source/ui/inc/ |
H A D | filedlg.hxx | 62 void SetPath( const String& rPath );
|
/aoo42x/main/cui/source/inc/ |
H A D | multifil.hxx | 50 void SetFiles( const String& rPath ) { SvxMultiPathDialog::SetPath(rPath); aDelBtn.Enable(); } in SetFiles()
|
H A D | multipat.hxx | 78 void SetPath( const String& rPath );
|
/aoo42x/main/uui/source/ |
H A D | logindlg.hxx | 87 void SetPath( const String& rNewPath ) { aPathED.SetText( rNewPath ); } in SetPath() function in LoginDialog
|
H A D | loginerr.hxx | 96 void SetPath( const String& aPath ) in SetPath() function in LoginErrorInfo
|
H A D | logindlg.cxx | 229 pDlg->SetPath( aPathED.GetText() ); in IMPL_LINK()
|
/aoo42x/main/unotools/inc/unotools/ |
H A D | pathoptions.hxx | 126 void SetPath( SvtPathOptions::Pathes ePath, const String& rNewPath );
|
/aoo42x/main/rsc/inc/ |
H A D | rscinst.hxx | 143 void SetPath( const ByteString & rPath );
|
/aoo42x/main/svx/inc/svx/ |
H A D | xtable.hxx | 184 void SetPath( const String& rString ) { maPath = rString; } in SetPath() function in XPropertyList
|
/aoo42x/main/sd/source/ui/dlg/ |
H A D | filedlg.cxx | 361 void SdOpenSoundFileDialog::SetPath( const String& rPath ) in SetPath() function in SdOpenSoundFileDialog
|
/aoo42x/main/cui/source/dialogs/ |
H A D | multipat.cxx | 280 void SvxMultiPathDialog::SetPath( const String& rPath ) in SetPath() function in SvxMultiPathDialog
|