Home
last modified time | relevance | path

Searched refs:rBase (Results 1 – 25 of 105) sorted by last modified time

12345

/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/view/
H A DToolBarManager.cxx214 void Update (ViewShellBase& rBase);
269 ViewShellBase& rBase,
377 ViewShellBase& rBase, in Create() argument
383 new Implementation(rBase,rpMultiplexer,rpViewShellManager,pManager)); in Create()
601 ViewShellBase& rBase, in Implementation() argument
606 mrBase(rBase), in Implementation()
1154 void ToolBarRules::Update (ViewShellBase& rBase) in Update() argument
1156 ViewShell* pMainViewShell = rBase.GetMainViewShell().get(); in Update()
H A DViewShellBase.cxx111 CurrentPageSetter (ViewShellBase& rBase);
163 Implementation (ViewShellBase& rBase);
221 FocusForwardingWindow (::Window& rParentWindow, ViewShellBase& rBase);
1208 ViewShellBase::Implementation::Implementation (ViewShellBase& rBase) in Implementation() argument
1219 mrBase(rBase), in Implementation()
1542 CurrentPageSetter::CurrentPageSetter (ViewShellBase& rBase) in CurrentPageSetter() argument
1543 : mrBase(rBase) in CurrentPageSetter()
1612 ViewShellBase& rBase) in FocusForwardingWindow() argument
1614 mrBase(rBase) in FocusForwardingWindow()
H A DDocumentRenderer.cxx1219 Implementation (ViewShellBase& rBase) in Implementation() argument
1220 : mrBase(rBase), in Implementation()
2357 DocumentRenderer::DocumentRenderer (ViewShellBase& rBase) in DocumentRenderer() argument
2359 mpImpl(new Implementation(rBase)) in DocumentRenderer()
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()
H A DViewShellManager.cxx116 ViewShellBase& rBase);
257 ViewShellManager::ViewShellManager (ViewShellBase& rBase) in ViewShellManager() argument
258 : mpImpl(new Implementation(*this,rBase)), in ViewShellManager()
443 ViewShellBase& rBase) in Implementation() argument
444 : mrBase(rBase), in Implementation()
/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/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/annotations/
H A Dannotationmanager.cxx133 static SfxBindings* getBindings( ViewShellBase& rBase ) in getBindings() argument
135 if( rBase.GetMainViewShell().get() && rBase.GetMainViewShell()->GetViewFrame() ) in getBindings()
136 return &rBase.GetMainViewShell()->GetViewFrame()->GetBindings(); in getBindings()
143 static SfxDispatcher* getDispatcher( ViewShellBase& rBase ) in getDispatcher() argument
145 if( rBase.GetMainViewShell().get() && rBase.GetMainViewShell()->GetViewFrame() ) in getDispatcher()
146 return rBase.GetMainViewShell()->GetViewFrame()->GetDispatcher(); in getDispatcher()
/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/writerfilter/source/doctok/
H A DWW8PropertySetImpl.cxx58 WW8PropertyImpl::WW8PropertyImpl(const WW8StructBase & rBase, in WW8PropertyImpl() argument
61 : WW8StructBase(rBase, nOffset, nCount) in WW8PropertyImpl()
226 WW8PropertySetImpl::WW8PropertySetImpl(const WW8StructBase & rBase, in WW8PropertySetImpl() argument
230 : WW8StructBase(rBase, nOffset, nCount), mbPap(bPap) in WW8PropertySetImpl()
H A DWW8PropertySetImpl.hxx50 WW8PropertyImpl(const WW8StructBase & rBase, sal_uInt32 nOffset,
80 WW8PropertySetImpl(const WW8StructBase & rBase, sal_uInt32 nOffset,
/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/vcl/inc/vcl/
H A Dhelper.hxx53 void VCL_DLLPUBLIC splitPath( rtl::OString& rOrgPath, rtl::OString& rDir, rtl::OString& rBase );
/trunk/main/tools/inc/tools/
H A Dfsys.hxx315 void SetBase( const String& rBase, char cSep = '.' );
/trunk/main/sw/source/ui/inc/
H A Dtmpdlg.hxx50 SfxStyleSheetBase& rBase,
H A Dcontent.hxx161 …wTOXBaseContent(const SwContentType* pCnt, const String& rName, long nYPos, const SwTOXBase& rBase) in SwTOXBaseContent() argument
162 : SwContent( pCnt, rName, nYPos ), pBase(&rBase) in SwTOXBaseContent()
/trunk/main/sw/source/ui/fmtui/
H A Dtmpdlg.cxx107 SfxStyleSheetBase& rBase, in SwTemplateDlg() argument
114 rBase, in SwTemplateDlg()
217 if( (!bNewStyle && RES_CONDTXTFMTCOLL != ((SwDocStyleSheet&)rBase).GetCollection()->Which()) in SwTemplateDlg()
/trunk/main/sw/source/ui/dialog/
H A Dswdlgfact.hxx503 SfxStyleSheetBase& rBase,
H A Dswdlgfact.cxx1296 SfxStyleSheetBase& rBase, in CreateTemplateDialog() argument
1306 pDlg = new SwTemplateDlg( pParent, rBase, nRegion, nSlot, pActShell, bNew ); in CreateTemplateDialog()
/trunk/main/sw/source/filter/xml/
H A Dxmltble.cxx520 inline void SetBaseSection( const Reference < XTextSection >& rBase );
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.cxx3264 SvStream* pDataSt, const WW8ScannerBase& rBase, ePLCFT ePl ) in WW8PLCFx_Cp_FKP() argument
3265 : WW8PLCFx_Fc_FKP(pSt, pTblSt, pDataSt, *rBase.pWw8Fib, ePl, in WW8PLCFx_Cp_FKP()
3266 rBase.WW8Cp2Fc(0)), rSBase(rBase), nAttrStart(-1), nAttrEnd(-1), in WW8PLCFx_Cp_FKP()
3268 bComplex( (7 < rBase.pWw8Fib->nVersion) || (0 != rBase.pWw8Fib->fComplex) ) in WW8PLCFx_Cp_FKP()
3273 rBase.pPiecePLCF, 0, IsSevenMinus(GetFIBVersion())) : 0; in WW8PLCFx_Cp_FKP()
H A Dww8scan.hxx610 const WW8ScannerBase& rBase, ePLCFT ePl );
H A Dww8par5.cxx2854 SwTOXBase& rBase, in lcl_toxMatchACSwitch() argument
2862 rBase.RegisterToTOXType( *pType ); in lcl_toxMatchACSwitch()
2863 rBase.SetCaptionDisplay( eCaptionType ); in lcl_toxMatchACSwitch()
2867 rBase.SetSequenceName( sSeqName ); in lcl_toxMatchACSwitch()
2872 static void EnsureMaxLevelForTemplates(SwTOXBase& rBase) in EnsureMaxLevelForTemplates() argument
2880 if ((rBase.GetLevel() != MAXLEVEL) && (nsSwTOXElement::TOX_TEMPLATE & rBase.GetCreateType())) in EnsureMaxLevelForTemplates()
2884 String sStyles(rBase.GetStyleNames(nI-1)); in EnsureMaxLevelForTemplates()
2885 if (rBase.GetStyleNames(nI-1).Len()) in EnsureMaxLevelForTemplates()
2887 rBase.SetLevel(nI); in EnsureMaxLevelForTemplates()
2920 rBase.SetStyleNames( sTemplate, 0 ); in lcl_toxMatchTSwitch()
[all …]
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx2927 SvStream* pDataSt, const WW8ScannerBase& rBase, ePLCFT ePl ) in WW8PLCFx_Cp_FKP() argument
2928 : WW8PLCFx_Fc_FKP(pSt, pTblSt, pDataSt, *rBase.pWw8Fib, ePl, in WW8PLCFx_Cp_FKP()
2929 rBase.WW8Cp2Fc(0)), rSBase(rBase), nAttrStart(-1), nAttrEnd(-1), in WW8PLCFx_Cp_FKP()
2931 bComplex( (7 < rBase.pWw8Fib->nVersion) || (0 != rBase.pWw8Fib->fComplex) ) in WW8PLCFx_Cp_FKP()
2935 pPcd = rSBase.pPiecePLCF ? new WW8PLCFx_PCD( rBase.pWw8Fib->nVersion, in WW8PLCFx_Cp_FKP()
2936 rBase.pPiecePLCF, 0, ((6 == GetVersion()) || (7 == GetVersion())) ) in WW8PLCFx_Cp_FKP()

Completed in 245 milliseconds

12345