Lines Matching refs:getDialog

181 				getDialog()->SetHasFilename( true );  in prepareExecute()
184 getDialog()->SetPath( aPath.GetMainURL( INetURLObject::NO_DECODE ) ); in prepareExecute()
188 getDialog()->SetPath( m_aDefaultName ); in prepareExecute()
189 getDialog()->SetHasFilename( true ); in prepareExecute()
196 getDialog()->SetPath( aStdDirObj.GetMainURL( INetURLObject::NO_DECODE ) ); in prepareExecute()
202 ::svt::OControlAccess aAccess( getDialog(), getDialog()->GetView() ); in prepareExecute()
217 getDialog()->updateListboxLabelSizes(); in prepareExecute()
232 getDialog()->AddFilterGroup( aListIter->getTitle(), aSubFilters ); in prepareExecute()
236 getDialog()->AddFilter( aListIter->getTitle(), aListIter->getFilter() ); in prepareExecute()
242 getDialog()->SetCurFilter( m_aCurrentFilter ); in prepareExecute()
472 getDialog()->SetFileCallback( this ); in implExecutePicker()
476 getDialog()->EnableAutocompletion( sal_True ); in implExecutePicker()
478 sal_Int16 nRet = getDialog()->Execute(); in implExecutePicker()
481 if ( getDialog() ) in implExecutePicker()
482 getDialog()->SetFileCallback( NULL ); in implExecutePicker()
548 getDialog()->EnableAutocompletion( sal_True ); in startExecuteModal()
549 getDialog()->StartExecuteModal( LINK( this, SvtFilePicker, DialogClosedHdl ) ); in startExecuteModal()
586 if ( getDialog() ) in getDisplayDirectory()
588 rtl::OUString aPath = getDialog()->GetPath(); in getDisplayDirectory()
596 if( !getDialog()->ContentIsFolder( aPath ) ) in getDisplayDirectory()
614 if ( ! getDialog() ) in getFiles()
623 SvStringsDtor* pPathList = getDialog()->GetPathList(); in getFiles()
660 if ( getDialog() ) in setValue()
662 ::svt::OControlAccess aAccess( getDialog(), getDialog()->GetView() ); in setValue()
707 if ( getDialog() ) in getValue()
709 ::svt::OControlAccess aAccess( getDialog(), getDialog()->GetView() ); in getValue()
740 if ( getDialog() ) in setLabel()
742 ::svt::OControlAccess aAccess( getDialog(), getDialog()->GetView() ); in setLabel()
782 if ( getDialog() ) in getLabel()
784 ::svt::OControlAccess aAccess( getDialog(), getDialog()->GetView() ); in getLabel()
813 if ( getDialog() ) in enableControl()
815 ::svt::OControlAccess aAccess( getDialog(), getDialog()->GetView() ); in enableControl()
892 if ( getDialog() ) in getTargetColorDepth()
893 nDepth = getDialog()->getTargetColorDepth(); in getTargetColorDepth()
906 if ( getDialog() ) in getAvailableWidth()
907 nWidth = getDialog()->getAvailableWidth(); in getAvailableWidth()
920 if ( getDialog() ) in getAvailableHeight()
921 nHeigth = getDialog()->getAvailableHeight(); in getAvailableHeight()
933 if ( getDialog() ) in setImage()
934 getDialog()->setImage( aImageFormat, rImage ); in setImage()
946 if ( getDialog() ) in setShowState()
947 bRet = getDialog()->setShowState( bShowState ); in setShowState()
960 if ( getDialog() ) in getShowState()
961 bRet = getDialog()->getShowState(); in getShowState()
1029 if ( getDialog() ) in setCurrentFilter()
1030 getDialog()->SetCurFilter( aTitle ); in setCurrentFilter()
1040 rtl::OUString aFilter = getDialog() ? rtl::OUString( getDialog()->GetCurFilter() ) : in getCurrentFilter()