Lines Matching refs:getDialog

190 				getDialog()->SetHasFilename( true );  in prepareExecute()
193 getDialog()->SetPath( sPath ); in prepareExecute()
198 getDialog()->SetPath( m_aDefaultName ); in prepareExecute()
199 getDialog()->SetHasFilename( true ); in prepareExecute()
206 getDialog()->SetPath( aStdDirObj.GetMainURL( INetURLObject::NO_DECODE ) ); in prepareExecute()
212 ::svt::OControlAccess aAccess( getDialog(), getDialog()->GetView() ); in prepareExecute()
227 getDialog()->updateListboxLabelSizes(); in prepareExecute()
242 getDialog()->AddFilterGroup( aListIter->getTitle(), aSubFilters ); in prepareExecute()
246 getDialog()->AddFilter( aListIter->getTitle(), aListIter->getFilter() ); in prepareExecute()
252 getDialog()->SetCurFilter( m_aCurrentFilter ); in prepareExecute()
482 getDialog()->SetFileCallback( this ); in implExecutePicker()
486 getDialog()->EnableAutocompletion( sal_True ); in implExecutePicker()
488 sal_Int16 nRet = getDialog()->Execute(); in implExecutePicker()
491 if ( getDialog() ) in implExecutePicker()
492 getDialog()->SetFileCallback( NULL ); in implExecutePicker()
558 getDialog()->EnableAutocompletion( sal_True ); in startExecuteModal()
559 getDialog()->StartExecuteModal( LINK( this, SvtFilePicker, DialogClosedHdl ) ); in startExecuteModal()
596 if ( getDialog() ) in getDisplayDirectory()
598 rtl::OUString aPath = getDialog()->GetPath(); in getDisplayDirectory()
606 if( !getDialog()->ContentIsFolder( aPath ) ) in getDisplayDirectory()
624 if ( ! getDialog() ) in getFiles()
633 SvStringsDtor* pPathList = getDialog()->GetPathList(); in getFiles()
670 if ( getDialog() ) in setValue()
672 ::svt::OControlAccess aAccess( getDialog(), getDialog()->GetView() ); in setValue()
717 if ( getDialog() ) in getValue()
719 ::svt::OControlAccess aAccess( getDialog(), getDialog()->GetView() ); in getValue()
750 if ( getDialog() ) in setLabel()
752 ::svt::OControlAccess aAccess( getDialog(), getDialog()->GetView() ); in setLabel()
792 if ( getDialog() ) in getLabel()
794 ::svt::OControlAccess aAccess( getDialog(), getDialog()->GetView() ); in getLabel()
823 if ( getDialog() ) in enableControl()
825 ::svt::OControlAccess aAccess( getDialog(), getDialog()->GetView() ); in enableControl()
902 if ( getDialog() ) in getTargetColorDepth()
903 nDepth = getDialog()->getTargetColorDepth(); in getTargetColorDepth()
916 if ( getDialog() ) in getAvailableWidth()
917 nWidth = getDialog()->getAvailableWidth(); in getAvailableWidth()
930 if ( getDialog() ) in getAvailableHeight()
931 nHeigth = getDialog()->getAvailableHeight(); in getAvailableHeight()
943 if ( getDialog() ) in setImage()
944 getDialog()->setImage( aImageFormat, rImage ); in setImage()
956 if ( getDialog() ) in setShowState()
957 bRet = getDialog()->setShowState( bShowState ); in setShowState()
970 if ( getDialog() ) in getShowState()
971 bRet = getDialog()->getShowState(); in getShowState()
1039 if ( getDialog() ) in setCurrentFilter()
1040 getDialog()->SetCurFilter( aTitle ); in setCurrentFilter()
1050 rtl::OUString aFilter = getDialog() ? rtl::OUString( getDialog()->GetCurFilter() ) : in getCurrentFilter()