Home
last modified time | relevance | path

Searched refs:rBase (Results 1 – 25 of 105) sorted by relevance

12345

/AOO42X/main/idl/source/objects/
H A Dtypes.cxx339 sal_Bool SvMetaAttribute::Test( SvIdlDataBase & rBase, in Test() argument
345 rBase.SetError( "slot without id declared", rInStm.GetToken() ); in Test()
346 rBase.WriteError( rInStm ); in Test()
365 sal_Bool SvMetaAttribute::ReadSvIdl( SvIdlDataBase & rBase, in ReadSvIdl() argument
371 aType = rBase.ReadKnownType( rInStm ); in ReadSvIdl()
375 ReadNameSvIdl( rBase, rInStm ); in ReadSvIdl()
376 aSlotId.ReadSvIdl( rBase, rInStm ); in ReadSvIdl()
385 bOk = aType->ReadMethodArgs( rBase, rInStm ); in ReadSvIdl()
388 bOk = SvMetaName::ReadSvIdl( rBase, rInStm ); in ReadSvIdl()
391 rBase.SetError( "unknown type", rInStm.GetToken() ); in ReadSvIdl()
[all …]
H A Dmodule.cxx191 void SvMetaModule::ReadAttributesSvIdl( SvIdlDataBase & rBase, in ReadAttributesSvIdl() argument
194 SvMetaExtern::ReadAttributesSvIdl( rBase, rInStm ); in ReadAttributesSvIdl()
200 if( !rBase.ReadIdFile( String::CreateFromAscii( aSlotIdFile.GetBuffer() ) ) ) in ReadAttributesSvIdl()
204 rBase.SetError( aStr, rInStm.GetToken() ); in ReadAttributesSvIdl()
205 rBase.WriteError( rInStm ); in ReadAttributesSvIdl()
219 void SvMetaModule::WriteAttributesSvIdl( SvIdlDataBase & rBase, in WriteAttributesSvIdl() argument
223 SvMetaExtern::WriteAttributesSvIdl( rBase, rOutStm, nTab ); in WriteAttributesSvIdl()
252 void SvMetaModule::ReadContextSvIdl( SvIdlDataBase & rBase, in ReadContextSvIdl() argument
260 if( aClass->ReadSvIdl( rBase, rInStm ) ) in ReadContextSvIdl()
264 rBase.GetClassList().Append( aClass ); in ReadContextSvIdl()
[all …]
H A Dobject.cxx239 void SvMetaClass::ReadAttributesSvIdl( SvIdlDataBase & rBase, in ReadAttributesSvIdl() argument
242 SvMetaType::ReadAttributesSvIdl( rBase, rInStm ); in ReadAttributesSvIdl()
251 void SvMetaClass::WriteAttributesSvIdl( SvIdlDataBase & rBase, in WriteAttributesSvIdl() argument
254 SvMetaType::WriteAttributesSvIdl( rBase, rOutStm, nTab ); in WriteAttributesSvIdl()
274 void SvMetaClass::ReadContextSvIdl( SvIdlDataBase & rBase, in ReadContextSvIdl() argument
282 SvMetaClass * pClass = rBase.ReadKnownClass( rInStm ); in ReadContextSvIdl()
299 rBase.SetError( "Automation already set", in ReadContextSvIdl()
301 rBase.WriteError( rInStm ); in ReadContextSvIdl()
309 rBase.SetError( "missing ]", rInStm.GetToken() ); in ReadContextSvIdl()
310 rBase.WriteError( rInStm ); in ReadContextSvIdl()
[all …]
H A Dbasobj.cxx248 sal_Bool SvMetaName::ReadNameSvIdl( SvIdlDataBase & rBase, in ReadNameSvIdl() argument
256 if( SetName( pTok->GetString(), &rBase ) ) in ReadNameSvIdl()
268 void SvMetaName::ReadAttributesSvIdl( SvIdlDataBase & rBase, in ReadAttributesSvIdl() argument
274 if( !SetName( aName, &rBase ) ) in ReadAttributesSvIdl()
277 aHelpContext.ReadSvIdl( rBase, SvHash_HelpContext(), rInStm ); in ReadAttributesSvIdl()
278 aHelpText.ReadSvIdl( rBase, rInStm ); in ReadAttributesSvIdl()
292 void SvMetaName::DoReadContextSvIdl( SvIdlDataBase & rBase, in DoReadContextSvIdl() argument
299 ReadContextSvIdl( rBase, rInStm ); in DoReadContextSvIdl()
361 void SvMetaName::WriteAttributesSvIdl( SvIdlDataBase & rBase, in WriteAttributesSvIdl() argument
379 aHelpText.WriteSvIdl( rBase, rOutStm, nTab ); in WriteAttributesSvIdl()
[all …]
H A Dslot.cxx590 void SvMetaSlot::ReadAttributesSvIdl( SvIdlDataBase & rBase, in ReadAttributesSvIdl() argument
593 SvMetaAttribute::ReadAttributesSvIdl( rBase, rInStm ); in ReadAttributesSvIdl()
605 rBase.WriteError( "warning", ByteString( rInStm.GetFileName(), RTL_TEXTENCODING_UTF8 ), in ReadAttributesSvIdl()
612 rBase.WriteError( "warning", ByteString( rInStm.GetFileName(), RTL_TEXTENCODING_UTF8 ), in ReadAttributesSvIdl()
670 aSlotType = rBase.ReadKnownType( rInStm ); in ReadAttributesSvIdl()
683 rBase.SetError( "the SlotType is not a item", rInStm.GetToken() ); in ReadAttributesSvIdl()
684 rBase.WriteError( rInStm ); in ReadAttributesSvIdl()
686 rBase.SetError( "SlotType with unknown item type", rInStm.GetToken() ); in ReadAttributesSvIdl()
687 rBase.WriteError( rInStm ); in ReadAttributesSvIdl()
700 if( aMethod->ReadSvIdl( rBase, rInStm ) ) in ReadAttributesSvIdl()
[all …]
H A Dbastype.cxx321 sal_Bool SvNumberIdentifier::ReadSvIdl( SvIdlDataBase & rBase, in ReadSvIdl() argument
328 if( rBase.FindId( *this, &n ) ) in ReadSvIdl()
338 rBase.SetError( aStr, rInStm.GetToken() ); in ReadSvIdl()
339 rBase.WriteError( rInStm ); in ReadSvIdl()
352 sal_Bool SvNumberIdentifier::ReadSvIdl( SvIdlDataBase & rBase, in ReadSvIdl() argument
361 if( rBase.FindId( pTok->GetString(), &n ) ) in ReadSvIdl()
372 rBase.SetError( aStr, rInStm.GetToken() ); in ReadSvIdl()
373 rBase.WriteError( rInStm ); in ReadSvIdl()
/AOO42X/main/idl/inc/
H A Dtypes.hxx51 virtual void WriteCSource( SvIdlDataBase & rBase,
53 sal_uLong MakeSlotValue( SvIdlDataBase & rBase, sal_Bool bVariable ) const;
54 virtual void WriteAttributes( SvIdlDataBase & rBase,
57 virtual void ReadAttributesSvIdl( SvIdlDataBase & rBase,
59 virtual void WriteAttributesSvIdl( SvIdlDataBase & rBase,
109 virtual void WriteSvIdl( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab );
110 virtual void WriteParam( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab,
112 void WriteRecursiv_Impl( SvIdlDataBase & rBase,
115 virtual void Write( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab,
120 virtual void WriteHelpId( SvIdlDataBase & rBase, SvStream & rOutStm,
[all …]
H A Dobject.hxx97 sal_Bool TestAttribute( SvIdlDataBase & rBase, SvTokenStream & rInStm,
104 sal_uInt16 WriteSlotParamArray( SvIdlDataBase & rBase,
109 SvIdlDataBase & rBase,
114 const ByteString & rPrefix, SvIdlDataBase& rBase );
117 virtual void ReadAttributesSvIdl( SvIdlDataBase & rBase,
119 virtual void WriteAttributesSvIdl( SvIdlDataBase & rBase,
123 virtual void WriteContextSvIdl( SvIdlDataBase & rBase,
127 SvIdlDataBase & rBase,
148 virtual void WriteSvIdl( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab );
149 virtual void Write( SvIdlDataBase & rBase, SvStream & rOutStm,
[all …]
H A Dbasobj.hxx109 virtual void WriteSvIdl( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab );
111 virtual void Write( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab,
114 virtual void WriteCxx( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab );
115 virtual void WriteHxx( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab );
165 virtual void WriteContextSvIdl( SvIdlDataBase & rBase,
167 virtual void ReadAttributesSvIdl( SvIdlDataBase & rBase,
169 virtual void WriteAttributesSvIdl( SvIdlDataBase & rBase,
171 virtual void WriteAttributes( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab,
173 virtual void WriteContext( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab,
192 virtual void WriteSvIdl( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab );
[all …]
H A Dmodule.hxx61 …virtual void WriteAttributesSvIdl( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nT…
63 …virtual void WriteContextSvIdl( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab …
90 virtual void WriteSvIdl( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab );
92 virtual void WriteAttributes( SvIdlDataBase & rBase,
96 virtual void Write( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab,
98 virtual void WriteSfx( SvIdlDataBase & rBase, SvStream & rOutStm );
99 virtual void WriteHelpIds( SvIdlDataBase & rBase, SvStream & rOutStm,
101 virtual void WriteSrc( SvIdlDataBase & rBase, SvStream & rOutStm,
104 virtual void WriteCxx( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab );
105 virtual void WriteHxx( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab );
H A Dslot.hxx83 SvIdlDataBase & rBase, SvStream & rOutStm );
84 virtual void Write( SvIdlDataBase & rBase,
245 virtual void ReadAttributesSvIdl( SvIdlDataBase & rBase,
247 virtual void WriteAttributesSvIdl( SvIdlDataBase & rBase,
250 virtual void WriteSvIdl( SvIdlDataBase & rBase,
261 SvIdlDataBase & rBase,
263 sal_uInt16 WriteSlotParamArray( SvIdlDataBase & rBase,
265 virtual void WriteHelpId( SvIdlDataBase & rBase, SvStream & rOutStm,
267 virtual void WriteSrc( SvIdlDataBase & rBase, SvStream & rOutStm,
/AOO42X/main/sd/source/ui/framework/tools/
H A DFrameworkHelper.cxx97 ::sd::ViewShellBase& rBase,
138 explicit LifetimeController (::sd::ViewShellBase& rBase);
393 ::boost::shared_ptr<FrameworkHelper> FrameworkHelper::Instance (ViewShellBase& rBase) in Instance() argument
398 InstanceMap::const_iterator iHelper (maInstanceMap.find(&rBase)); in Instance()
406 new FrameworkHelper(rBase), in Instance()
410 maInstanceMap[&rBase] = pHelper; in Instance()
425 void FrameworkHelper::DisposeInstance (ViewShellBase& rBase) in DisposeInstance() argument
427 InstanceMap::iterator iHelper (maInstanceMap.find(&rBase)); in DisposeInstance()
437 void FrameworkHelper::ReleaseInstance (ViewShellBase& rBase) in ReleaseInstance() argument
439 InstanceMap::iterator iHelper (maInstanceMap.find(&rBase)); in ReleaseInstance()
[all …]
/AOO42X/main/sd/source/ui/table/
H A DTableDesignPane.cxx98 TableDesignPane::TableDesignPane( ::Window* pParent, ViewShellBase& rBase, bool bModal ) in TableDesignPane() argument
100 , mrBase( rBase ) in TableDesignPane()
246 static SfxBindings* getBindings( ViewShellBase& rBase ) in getBindings() argument
248 if( rBase.GetMainViewShell().get() && rBase.GetMainViewShell()->GetViewFrame() ) in getBindings()
249 return &rBase.GetMainViewShell()->GetViewFrame()->GetBindings(); in getBindings()
256 static SfxDispatcher* getDispatcher( ViewShellBase& rBase ) in getDispatcher() argument
258 if( rBase.GetMainViewShell().get() && rBase.GetMainViewShell()->GetViewFrame() ) in getDispatcher()
259 return rBase.GetMainViewShell()->GetViewFrame()->GetDispatcher(); in getDispatcher()
966 TableDesignDialog::TableDesignDialog(::Window* pParent, ViewShellBase& rBase ) in TableDesignDialog() argument
968 , mrBase( rBase ) in TableDesignDialog()
[all …]
/AOO42X/main/sc/source/core/data/
H A Dstlsheet.cxx303 const String& rBase = SfxStyleSheet::GetName(); in GetName() local
305 if ( pForceStdName && rBase == ScGlobal::GetRscString(STR_STYLENAME_STANDARD) ) in GetName()
308 return rBase; in GetName()
313 const String& rBase = SfxStyleSheet::GetParent(); in GetParent() local
315 if ( pForceStdName && rBase == ScGlobal::GetRscString(STR_STYLENAME_STANDARD) ) in GetParent()
318 return rBase; in GetParent()
323 const String& rBase = SfxStyleSheet::GetFollow(); in GetFollow() local
325 if ( pForceStdName && rBase == ScGlobal::GetRscString(STR_STYLENAME_STANDARD) ) in GetFollow()
328 return rBase; in GetFollow()
/AOO42X/main/sd/source/ui/slideshow/
H A Dslideshow.cxx203 rtl::Reference< SlideShow > SlideShow::GetSlideShow( ViewShellBase& rBase ) in GetSlideShow() argument
205 return GetSlideShow( rBase.GetDocument() ); in GetSlideShow()
210 …star::presentation::XSlideShowController > SlideShow::GetSlideShowController(ViewShellBase& rBase ) in GetSlideShowController() argument
212 rtl::Reference< SlideShow > xSlideShow( GetSlideShow( rBase ) ); in GetSlideShowController()
223 bool SlideShow::StartPreview( ViewShellBase& rBase, in StartPreview() argument
228 rtl::Reference< SlideShow > xSlideShow( GetSlideShow( rBase ) ); in StartPreview()
237 void SlideShow::Stop( ViewShellBase& rBase ) in Stop() argument
239 rtl::Reference< SlideShow > xSlideShow( GetSlideShow( rBase ) ); in Stop()
246 bool SlideShow::IsRunning( ViewShellBase& rBase ) in IsRunning() argument
248 rtl::Reference< SlideShow > xSlideShow( GetSlideShow( rBase ) ); in IsRunning()
[all …]
/AOO42X/main/svl/source/items/
H A Dmacitem.cxx92 SvxMacro& SvxMacro::operator=( const SvxMacro& rBase ) in operator =() argument
94 if( this != &rBase ) in operator =()
96 aMacName = rBase.aMacName; in operator =()
97 aLibName = rBase.aLibName; in operator =()
99 pFunctionObject = rBase.pFunctionObject ? rBase.pFunctionObject->Clone() : NULL; in operator =()
100 eType = rBase.eType; in operator =()
/AOO42X/main/basegfx/source/curve/
H A Db2dbeziertools.cxx30 B2DCubicBezierHelper::B2DCubicBezierHelper(const B2DCubicBezier& rBase, sal_uInt32 nDivisions) in B2DCubicBezierHelper() argument
34 const bool bIsBezier(rBase.isBezier()); in B2DCubicBezierHelper()
54 B2DPoint aCurrent(rBase.getStartPoint()); in B2DCubicBezierHelper()
59 const B2DPoint aNext(rBase.interpolatePoint((double)a / (double)mnEdgeCount)); in B2DCubicBezierHelper()
71 const B2DPoint aLastNext(rBase.getEndPoint()); in B2DCubicBezierHelper()
83 maLengthArray.push_back(rBase.getEdgeLength()); in B2DCubicBezierHelper()
/AOO42X/main/sw/source/core/unocore/
H A Dunostyle.cxx1827 SwStyleBase_Impl& rBase, in lcl_SetStyleProperty() argument
1885 SfxItemSet& rStyleSet = rBase.GetItemSet(); in lcl_SetStyleProperty()
1901 SfxItemSet& rStyleSet = rBase.GetItemSet(); in lcl_SetStyleProperty()
1915 SfxItemSet& rStyleSet = rBase.GetItemSet(); in lcl_SetStyleProperty()
1946 SfxItemSet& rStyleSet = rBase.GetItemSet(); in lcl_SetStyleProperty()
1978 SfxItemSet& rStyleSet = rBase.GetItemSet(); in lcl_SetStyleProperty()
2069 rBase.getNewBase()->SetNumRule(aSetRule); in lcl_SetStyleProperty()
2084 rBase.getNewBase()->GetCollection()->SetAttrOutlineLevel( nLevel ); in lcl_SetStyleProperty()
2096 rBase.getNewBase()->SetFollow( aString ); in lcl_SetStyleProperty()
2108 SfxItemSet& rStyleSet = rBase.GetItemSet(); in lcl_SetStyleProperty()
[all …]
/AOO42X/main/sd/source/ui/inc/
H A Dslideshow.hxx99 static rtl::Reference< SlideShow > GetSlideShow( ViewShellBase& rBase );
101 …com::sun::star::presentation::XSlideShowController > GetSlideShowController(ViewShellBase& rBase );
103 static bool StartPreview( ViewShellBase& rBase,
108 static void Stop( ViewShellBase& rBase );
111 static bool IsRunning( ViewShellBase& rBase );
177 void activate(ViewShellBase& rBase);
178 void deactivate(ViewShellBase& rBase);
/AOO42X/main/sw/source/core/doc/
H A Ddoctxm.cxx508 void SwDoc::SetDefaultTOXBase(const SwTOXBase& rBase) in SetDefaultTOXBase() argument
511 switch(rBase.GetType()) in SetDefaultTOXBase()
523 (*prBase) = new SwTOXBase(rBase); in SetDefaultTOXBase()
749 SwTOXBaseSection::SwTOXBaseSection(SwTOXBase const& rBase, SwSectionFmt & rFmt) in SwTOXBaseSection() argument
750 : SwTOXBase( rBase ) in SwTOXBaseSection()
753 SetProtect( rBase.IsProtected() ); in SwTOXBaseSection()
1621 String lcl_GetNumString( const SwTOXSortTabBase& rBase, sal_Bool bUsePrefix, sal_uInt8 nLevel ) in lcl_GetNumString() argument
1625 if( !rBase.pTxtMark && rBase.aTOXSources.Count() > 0 ) in lcl_GetNumString()
1627 const SwTxtNode* pNd = rBase.aTOXSources[0].pNd->GetTxtNode(); in lcl_GetNumString()
1660 const SwTOXSortTabBase& rBase = *aSortArr[nIndex]; in GenerateText() local
[all …]
/AOO42X/main/sw/source/core/text/
H A Dporfly.cxx292 SwFlyInCntFrm *pFly, const Point &rBase, in SwFlyCntPortion() argument
304 SetBase( rFrm, rBase, nLnAscent, nLnDescent, nFlyAsc, nFlyDesc, nFlags ); in SwFlyCntPortion()
310 SwDrawContact *pDrawContact, const Point &rBase, in SwFlyCntPortion() argument
332 SetBase( rFrm, rBase, nLnAscent, nLnDescent, nFlyAsc, nFlyDesc, nFlags ); in SwFlyCntPortion()
347 void SwFlyCntPortion::SetBase( const SwTxtFrm& rFrm, const Point &rBase, in SetBase() argument
385 rBase, nFlags, in SetBase()
/AOO42X/main/sd/source/ui/view/
H A DUpdateLockManager.cxx61 Implementation (ViewShellBase& rBase);
129 UpdateLockManager::UpdateLockManager (ViewShellBase& rBase) in UpdateLockManager() argument
130 : mpImpl(new Implementation(rBase)) in UpdateLockManager()
192 UpdateLockManager::Implementation::Implementation (ViewShellBase& rBase) in Implementation() argument
194 mrBase(rBase), in Implementation()
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()
/AOO42X/main/sd/source/ui/tools/
H A DEventMultiplexer.cxx75 Implementation (ViewShellBase& rBase);
183 EventMultiplexer::EventMultiplexer (ViewShellBase& rBase) in EventMultiplexer() argument
184 : mpImpl (new EventMultiplexer::Implementation(rBase)) in EventMultiplexer()
248 EventMultiplexer::Implementation::Implementation (ViewShellBase& rBase) in Implementation() argument
252 mrBase (rBase), in Implementation()
809 const ViewShellBase& rBase, in EventMultiplexerEvent() argument
812 : mrBase(rBase), in EventMultiplexerEvent()
/AOO42X/main/slideshow/source/inc/
H A Dlistenercontainerimpl.hxx53 explicit Guard(MutexBase const& rBase) : in Guard()
54 osl::MutexGuard(rBase.maMutex) in Guard()
59 explicit ClearableGuard(MutexBase const& rBase) : in ClearableGuard()
60 osl::ClearableMutexGuard(rBase.maMutex) in ClearableGuard()

12345