Home
last modified time | relevance | path

Searched refs:rBase (Results 51 – 75 of 105) sorted by relevance

12345

/trunk/main/sd/source/ui/view/
H A DOutliner.cxx1309 ViewShellBase& rBase = pViewShell->GetViewShellBase(); in SetViewMode() local
1311 framework::FrameworkHelper::Instance(rBase)->RequestView( in SetViewMode()
1319 framework::FrameworkHelper::Instance(rBase)->RequestSynchronousUpdate(); in SetViewMode()
1320 SetViewShell(rBase.GetMainViewShell()); in SetViewMode()
/trunk/main/sd/source/ui/unoidl/
H A DDrawController.cxx78 DrawController::DrawController (ViewShellBase& rBase) throw() in DrawController() argument
79 : DrawControllerInterfaceBase(&rBase), in DrawController()
85 mpBase(&rBase), in DrawController()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dhelper.cxx390 void psp::splitPath( OString& rPath, OString& rDir, OString& rBase ) in splitPath() argument
399 rBase = rPath.copy( nIndex+1 ); in splitPath()
/trunk/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.cxx973 OUString &rBase = aSelectedFiles[nIndex]; in getSelectedFiles() local
974 sal_Int32 nExtensionIdx = rBase.getLength() - sExtension.getLength(); in getSelectedFiles()
975 OSL_TRACE( "idx are %d %d\n", rBase.lastIndexOf( sExtension ), nExtensionIdx ); in getSelectedFiles()
977 if( rBase.lastIndexOf( sExtension ) != nExtensionIdx ) in getSelectedFiles()
978 rBase += sExtension; in getSelectedFiles()
/trunk/main/sd/source/ui/app/
H A Dsdmod1.cxx91 ::sd::ViewShellBase& rBase,
950 ::sd::ViewShellBase& rBase, in OutlineToImpressFinalizer() argument
953 : mrBase(rBase), in OutlineToImpressFinalizer()
/trunk/main/sw/source/core/edit/
H A Dedtox.cxx151 void SwEditShell::SetDefaultTOXBase(const SwTOXBase& rBase) in SetDefaultTOXBase() argument
153 GetDoc()->SetDefaultTOXBase(rBase); in SetDefaultTOXBase()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx161 CustomAnimationPane::CustomAnimationPane( ::Window* pParent, ViewShellBase& rBase, const Size& rMin… in CustomAnimationPane() argument
163 mrBase( rBase ), in CustomAnimationPane()
167 mxModel( rBase.GetDocShell()->GetDoc()->getUnoModel(), UNO_QUERY ), in CustomAnimationPane()
2580 ::Window * createCustomAnimationPanel( ::Window* pParent, ViewShellBase& rBase ) in createCustomAnimationPanel() argument
2584 DrawDocShell* pDocSh = rBase.GetDocShell(); in createCustomAnimationPanel()
2592 ::Window* pPaneWindow = new CustomAnimationPane( pWindow, rBase, aMinSize ); in createCustomAnimationPanel()
/trunk/main/cui/source/dialogs/
H A Dhldocntp.cxx71 sal_Bool SvxHyperlinkNewDocTp::ImplGetURLObject( const String& rPath, const String& rBase, INetURLO… in ImplGetURLObject() argument
80 INetURLObject base(rBase); in ImplGetURLObject()
/trunk/main/tools/source/fsys/
H A Ddirent.cxx1978 void DirEntry::SetBase( const String& rBase, char cSep ) in SetBase() argument
1991 aName.Insert( ByteString(rBase, osl_getThreadTextEncoding()), 0 ); in SetBase()
1994 aName = ByteString(rBase, osl_getThreadTextEncoding()); in SetBase()
2061 const DirEntry& DirEntry::SetTempNameBase( const String &rBase ) in SetTempNameBase() argument
2064 aTempDir += DirEntry( rBase ); in SetTempNameBase()
/trunk/main/sd/source/ui/docshell/
H A Ddocshel4.cxx757 ViewShellBase& rBase (mpViewShell->GetViewShellBase()); in GotoBookmark() local
852 FrameworkHelper::Instance(rBase)); in GotoBookmark()
889 Reference<drawing::XDrawView> xController (rBase.GetController(), UNO_QUERY); in GotoBookmark()
/trunk/main/sd/source/ui/sidebar/
H A DMasterPagesSelector.cxx76 ViewShellBase& rBase, in MasterPagesSelector() argument
83 mrBase(rBase), in MasterPagesSelector()
H A DTableDesignPanel.cxx30 extern ::Window * createTableDesignPanel (::Window* pParent, ViewShellBase& rBase);
H A DCustomAnimationPanel.cxx30 extern ::Window * createCustomAnimationPanel (::Window* pParent, ViewShellBase& rBase);
H A DRecentMasterPagesSelector.hxx69 ViewShellBase& rBase,
H A DSlideTransitionPanel.cxx30 extern ::Window* createSlideTransitionPanel (::Window* pParent, ViewShellBase& rBase);
H A DAllMasterPagesSelector.hxx63 ViewShellBase& rBase,
/trunk/main/sd/source/ui/slidesorter/shell/
H A DSlideSorterViewShell.cxx231 SlideSorterViewShell* SlideSorterViewShell::GetSlideSorter (ViewShellBase& rBase) in GetSlideSorter() argument
244 ::boost::shared_ptr<FrameworkHelper> pFrameworkHelper (FrameworkHelper::Instance(rBase)); in GetSlideSorter()
/trunk/main/padmin/source/
H A Dadddlg.cxx1065 String AddPrinterDialog::uniquePrinterName( const String& rBase ) in uniquePrinterName() argument
1067 String aResult( rBase ); in uniquePrinterName()
1079 aResult = rBase; in uniquePrinterName()
/trunk/main/sd/source/ui/inc/
H A DUpdateLockManager.hxx52 UpdateLockManager (ViewShellBase& rBase);
H A DLayerDialogContent.hxx46 ViewShellBase& rBase);
H A DFormShellManager.hxx59 FormShellManager (ViewShellBase& rBase);
/trunk/main/basegfx/inc/basegfx/curve/
H A Db2dbeziertools.hxx50 B2DCubicBezierHelper(const B2DCubicBezier& rBase, sal_uInt32 nDivisions = 9);
/trunk/main/sw/source/ui/inc/
H A Dtmpdlg.hxx50 SfxStyleSheetBase& rBase,
/trunk/main/sw/source/core/fields/
H A Dauthfld.cxx382 const SwTOXSortTabBase& rBase = *aSortArr[i]; in GetSequencePos() local
383 SwFmtFld& rFmtFld = ((SwTOXAuthority&)rBase).GetFldFmt(); in GetSequencePos()
/trunk/main/vcl/inc/vcl/
H A Dhelper.hxx53 void VCL_DLLPUBLIC splitPath( rtl::OString& rOrgPath, rtl::OString& rDir, rtl::OString& rBase );

Completed in 135 milliseconds

12345