Home
last modified time | relevance | path

Searched refs:rName (Results 151 – 175 of 1128) sorted by relevance

12345678910>>...46

/aoo42x/main/sw/source/core/doc/
H A Dswstylemanager.cxx50 StylePool::SfxItemSet_Pointer_t getByName( const rtl::OUString& rName ) { return mMap[rName]; } in getByName() argument
86 virtual StylePool::SfxItemSet_Pointer_t getByName( const rtl::OUString& rName,
134 StylePool::SfxItemSet_Pointer_t SwStyleManager::getByName( const rtl::OUString& rName, in getByName() argument
141 StylePool::SfxItemSet_Pointer_t pStyle = rpCache->getByName( rName ); in getByName()
148 pStyle = rpCache->getByName( rName ); in getByName()
/aoo42x/main/sw/source/ui/misc/
H A Dglosdoc.cxx195 SwTextBlocks* SwGlossaries::GetGroupDoc(const String &rName, in GetGroupDoc() argument
201 const String aName(rName); in GetGroupDoc()
217 return GetGlosDoc( rName, bCreate ); in GetGroupDoc()
323 sal_Bool SwGlossaries::DelGroupDoc(const String &rName) in DelGroupDoc() argument
325 sal_uInt16 nPath = (sal_uInt16)rName.GetToken(1, GLOS_DELIM).ToInt32(); in DelGroupDoc()
329 String aTmp( rName.GetToken(0, GLOS_DELIM)); in DelGroupDoc()
376 SwTextBlocks* SwGlossaries::GetGlosDoc( const String &rName, sal_Bool bCreate ) const in GetGlosDoc() argument
378 sal_uInt16 nPath = (sal_uInt16)rName.GetToken(1, GLOS_DELIM).ToInt32(); in GetGlosDoc()
383 String aTmp( rName.GetToken(0, GLOS_DELIM)); in GetGlosDoc()
403 pTmp->SetName( rName ); in GetGlosDoc()
/aoo42x/main/svx/inc/svx/
H A Dsvdpntv.hxx368 void SetLayerVisible(const String& rName, sal_Bool bShow=sal_True);
369 bool IsLayerVisible(const String& rName) const;
372 void SetLayerLocked(const String& rName, sal_Bool bLock=sal_True);
373 bool IsLayerLocked(const String& rName) const;
376 void SetLayerPrintable(const String& rName, sal_Bool bPrn=sal_True);
377 bool IsLayerPrintable(const String& rName) const;
461 void SetActiveLayer(const String& rName) { aAktLayer=rName; } in SetActiveLayer() argument
/aoo42x/main/sw/source/core/inc/
H A Dcrossrefbookmark.hxx39 const ::rtl::OUString& rName,
74 const ::rtl::OUString& rName,
76 static bool IsLegalName(const ::rtl::OUString& rName);
85 const ::rtl::OUString& rName,
87 static bool IsLegalName(const ::rtl::OUString& rName);
/aoo42x/main/basic/source/runtime/
H A Dstep2.cxx50 SbxVariable* getVBAConstant( const String& rName );
290 if( !pMod || !rName.Len() ) in FindElementExtern()
295 pElem = refLocals->Find( rName, SbxCLASS_DONTCARE ); in FindElementExtern()
303 aMethName += rName; in FindElementExtern()
318 if( pParam->aName.EqualsIgnoreCaseAscii( rName ) ) in FindElementExtern()
343 pElem = pMod->Find( rName, SbxCLASS_DONTCARE ); in FindElementExtern()
401 const String& rName = refArgv->GetAlias( i ); in SetupArgs() local
402 if( rName.Len() ) in SetupArgs()
403 pNames[i] = rName; in SetupArgs()
448 const String& rName = refArgv->GetAlias( i ); in SetupArgs() local
[all …]
/aoo42x/main/sfx2/source/doc/
H A Ddocfilt.cxx52 SfxFilter::SfxFilter( const String &rName, in DBG_NAME()
69 aFilterName( rName ) in DBG_NAME()
120 const SfxFilter* SfxFilter::GetDefaultFilter( const String& rName ) in GetDefaultFilter() argument
122 return SfxFilterContainer::GetDefaultFilter_Impl( rName ); in GetDefaultFilter()
130 const SfxFilter* SfxFilter::GetFilterByName( const String& rName ) in GetFilterByName() argument
133 return aMatch.GetFilter4FilterName( rName, 0, 0 ); in GetFilterByName()
/aoo42x/main/toolkit/source/layout/core/
H A Dproplist.cxx83 const OUString &rName, uno::Any aValue ) in setProperty() argument
87 xVclPeer->setProperty( rName, aValue ); in setProperty()
91 xPropSet->setPropertyValue( rName, aValue ); in setProperty()
97 const OUString &rName ) in getProperty() argument
101 return xVclPeer->getProperty( rName ); in getProperty()
104 return xPropSet->getPropertyValue( rName ); in getProperty()
348 long getAttribute( const OUString &rName, bool bTopWindow )
355 cmp = rName.compareToAscii( attribsMap[ mid ].name );
/aoo42x/main/basic/inc/basic/
H A Dsbstar.hxx121 SbModule* MakeModule( const String& rName, const String& rSrc );
122 SbModule* MakeModule32( const String& rName, const ::rtl::OUString& rSrc );
123 …SbModule* MakeModule32( const String& rName, const com::sun::star::script::ModuleInfo& mInfo…
191 static SbxBase* FindSBXInCurrentScope( const String& rName );
193 ( const String& rName, sal_uInt16& rStatus );
207 SbxVariable* VBAFind( const String& rName, SbxClassType t );
/aoo42x/main/svtools/source/misc/
H A Dimap.cxx63 const String& rTarget, const String& rName, sal_Bool bURLActive ) in IMapObject() argument
68 , aName( rName ) in IMapObject()
211 const String& rName, in IMapRectangleObject() argument
214 IMapObject ( rURL, rAltText, rDesc, rTarget, rName, bURLActive ) in IMapRectangleObject()
344 const String& rName, in IMapCircleObject() argument
347 IMapObject ( rURL, rAltText, rDesc, rTarget, rName, bURLActive ) in IMapCircleObject()
538 const String& rName, in IMapPolygonObject() argument
541 IMapObject ( rURL, rAltText, rDesc, rTarget, rName, bURLActive ), in IMapPolygonObject()
741 ImageMap::ImageMap( const String& rName ) : in ImageMap() argument
742 aName ( rName ) in ImageMap()
/aoo42x/main/svtools/source/control/
H A Dstdmenu.cxx78 const XubString& rName = pList->GetFontName( i ).GetName(); in Fill() local
85 if ( rI18nHelper.CompareString( rName, aText ) > 0 ) in Fill()
89 InsertItem( i+1, rName, MIB_RADIOCHECK | MIB_AUTOCHECK, j ); in Fill()
97 void FontNameMenu::SetCurName( const XubString& rName ) in SetCurName() argument
99 maCurName = rName; in SetCurName()
183 void FontStyleMenu::Fill( const XubString& rName, const FontList* pList ) in Fill() argument
194 sal_Handle hFontInfo = pList->GetFirstFontInfo( rName ); in Fill()
/aoo42x/main/svx/source/svdraw/
H A Dsvdlayer.cxx328 SdrLayer* SdrLayerAdmin::NewLayer(const XubString& rName, sal_uInt16 nPos) in NewLayer() argument
331 SdrLayer* pLay=new SdrLayer(nID,rName); in NewLayer()
382 const SdrLayer* SdrLayerAdmin::GetLayer(const XubString& rName, FASTBOOL /*bInherited*/) const in GetLayer() argument
389 if(rName.Equals(GetLayer(i)->GetName())) in GetLayer()
397 pLay = pParent->GetLayer(rName, sal_True); in GetLayer()
403 SdrLayerID SdrLayerAdmin::GetLayerID(const XubString& rName, FASTBOOL bInherited) const in GetLayerID() argument
406 const SdrLayer* pLay=GetLayer(rName,bInherited); in GetLayerID()
H A Dsvdpntv.cxx668 void SdrPaintView::SetLayerVisible(const XubString& rName, sal_Bool bShow) in SetLayerVisible() argument
672 mpPageView->SetLayerVisible(rName,bShow); in SetLayerVisible()
678 bool SdrPaintView::IsLayerVisible(const XubString& rName) const in IsLayerVisible()
682 return mpPageView->IsLayerVisible(rName); in IsLayerVisible()
698 void SdrPaintView::SetLayerLocked(const XubString& rName, sal_Bool bLock) in SetLayerLocked() argument
702 mpPageView->SetLayerLocked(rName,bLock); in SetLayerLocked()
706 bool SdrPaintView::IsLayerLocked(const XubString& rName) const in IsLayerLocked()
710 return mpPageView->IsLayerLocked(rName); in IsLayerLocked()
728 mpPageView->SetLayerPrintable(rName,bPrn); in SetLayerPrintable()
732 bool SdrPaintView::IsLayerPrintable(const XubString& rName) const in IsLayerPrintable()
[all …]
H A Dsvdouno.cxx293 void SdrUnoObj::TakeObjNameSingul(XubString& rName) const in TakeObjNameSingul()
295 rName = ImpGetResStr(STR_ObjNameSingulUno); in TakeObjNameSingul()
300 rName += sal_Unicode(' '); in TakeObjNameSingul()
301 rName += sal_Unicode('\''); in TakeObjNameSingul()
302 rName += aName; in TakeObjNameSingul()
303 rName += sal_Unicode('\''); in TakeObjNameSingul()
307 void SdrUnoObj::TakeObjNamePlural(XubString& rName) const in TakeObjNamePlural()
309 rName = ImpGetResStr(STR_ObjNamePluralUno); in TakeObjNamePlural()
H A Dsvdogrp.cxx315 void SdrObjGroup::TakeObjNameSingul(XubString& rName) const in TakeObjNameSingul()
319 rName = ImpGetResStr(STR_ObjNameSingulGRUPEMPTY); in TakeObjNameSingul()
323 rName = ImpGetResStr(STR_ObjNameSingulGRUP); in TakeObjNameSingul()
330 rName += sal_Unicode(' '); in TakeObjNameSingul()
331 rName += sal_Unicode('\''); in TakeObjNameSingul()
332 rName += aName; in TakeObjNameSingul()
333 rName += sal_Unicode('\''); in TakeObjNameSingul()
338 void SdrObjGroup::TakeObjNamePlural(XubString& rName) const in TakeObjNamePlural()
341 rName=ImpGetResStr(STR_ObjNamePluralGRUPEMPTY); in TakeObjNamePlural()
343 rName=ImpGetResStr(STR_ObjNamePluralGRUP); in TakeObjNamePlural()
/aoo42x/main/forms/source/xforms/
H A Dunohelper.cxx80 const OUString& rName = pProperties[n].Name; in copy() local
84 if( xFromInfo->hasPropertyByName( rName ) ) in copy()
88 Property aProperty = xFromInfo->getPropertyByName( rName ); in copy()
90 xTo->setPropertyValue(rName, xFrom->getPropertyValue( rName )); in copy()
/aoo42x/main/basic/source/classes/
H A Dsbunoobj.cxx2743 SbxVariable* pRes = SbxObject::Find( rName, t ); in Find()
2752 ::rtl::OUString aUName( rName ); in Find()
2798 ::rtl::OUString aUName2( rName ); in Find()
3415 ::rtl::OUString sKey( rName ); in getVBAConstant()
3420 pConst->SetName( rName ); in getVBAConstant()
3428 SbUnoClass* findUnoClass( const String& rName ) in findUnoClass() argument
3444 pUnoClass = new SbUnoClass( rName ); in findUnoClass()
3463 ::rtl::OUString aUStr( rName ); in Find()
3475 pRes->SetName( rName ); in Find()
3489 aNewName += rName; in Find()
[all …]
/aoo42x/main/writerfilter/source/dmapper/
H A DTDefTableHandler.cxx60 void TDefTableHandler::lcl_attribute(Id rName, Value & rVal) in lcl_attribute() argument
64 (void)rName; in lcl_attribute()
66 switch( rName ) in lcl_attribute()
122 localResolve( rName, pProperties ); in lcl_attribute()
166 void TDefTableHandler::localResolve(Id rName, writerfilter::Reference<Properties>::Pointer_t pPrope… in localResolve() argument
177 switch( rName ) in localResolve()
/aoo42x/main/sc/source/ui/navipi/
H A Dcontent.cxx1260 if (pList->SearchName( rName, nPos )) in lcl_GetRange()
1268 if (pList->SearchName( rName, nPos )) in lcl_GetRange()
1633 void ScContentTree::SetManualDoc(const String& rName) in SetManualDoc() argument
1635 aManualDoc = rName; in SetManualDoc()
1645 if ( rName == pParentWindow->aStrActiveWin ) in SelectDoc()
1653 String aRealName = rName; in SelectDoc()
1654 xub_StrLen nLen = rName.Len(); in SelectDoc()
1656 if ( rName.Copy( nActiveStart ) == pParentWindow->aStrActive ) in SelectDoc()
1657 aRealName = rName.Copy( 0, nActiveStart ); in SelectDoc()
1659 if ( rName.Copy( nNotActiveStart ) == pParentWindow->aStrNotActive ) in SelectDoc()
[all …]
/aoo42x/main/sw/source/core/fields/
H A Ddocufld.cxx1056 aName = rName; in SwDocInfoField()
1063 aName = rName; in SwDocInfoField()
1637 sal_uInt16 nPos = rName.Search(DB_DELIM); in GetColumnName()
1640 nPos = rName.Search(DB_DELIM, nPos + 1); in GetColumnName()
1643 return rName.Copy(nPos + 1); in GetColumnName()
1645 return rName; in GetColumnName()
1652 sal_uInt16 nPos = rName.Search(DB_DELIM); in GetDBName()
1658 return rName.Copy( 0, nPos ); in GetDBName()
1786 const String& rName, in SwPostItField() argument
1792 , msName( rName ) in SwPostItField()
[all …]
/aoo42x/main/svx/source/engine3d/
H A Dscene3d.cxx702 void E3dScene::TakeObjNameSingul(XubString& rName) const in TakeObjNameSingul()
704 rName=ImpGetResStr(STR_ObjNameSingulScene3d); in TakeObjNameSingul()
709 rName += sal_Unicode(' '); in TakeObjNameSingul()
710 rName += sal_Unicode('\''); in TakeObjNameSingul()
711 rName += aName; in TakeObjNameSingul()
712 rName += sal_Unicode('\''); in TakeObjNameSingul()
722 void E3dScene::TakeObjNamePlural(XubString& rName) const in TakeObjNamePlural()
724 rName=ImpGetResStr(STR_ObjNamePluralScene3d); in TakeObjNamePlural()
/aoo42x/main/svtools/source/svhtml/
H A Dhtmlkywd.cxx232 int GetHTMLToken( const String& rName ) in GetHTMLToken() argument
245 if( !rName.CompareToAscii( OOO_STRING_SVTOOLS_HTML_comment, 3UL) ) in GetHTMLToken()
250 aSrch.pUToken = &rName; in GetHTMLToken()
585 sal_Unicode GetHTMLCharName( const String& rName ) in GetHTMLCharName() argument
599 aSrch.pUName = &rName; in GetHTMLCharName()
818 int GetHTMLOption( const String& rName ) in GetHTMLOption() argument
832 aSrch.pUToken = &rName; in GetHTMLOption()
1043 sal_uLong GetHTMLColor( const String& rName ) in GetHTMLColor() argument
1057 aSrch.pUName = &rName; in GetHTMLColor()
/aoo42x/main/automation/source/server/
H A Deditwin.cxx36 ImpWorkWindow( WorkWindow *pParent, const UniString &rName, WinBits );
41 ImpWorkWindow::ImpWorkWindow( WorkWindow *pParent, const String &rName, WinBits iWstyle ) in ImpWorkWindow() argument
46 SetText(rName); in ImpWorkWindow()
87 EditWindow::EditWindow( WorkWindow *pParent, const String &rName, WinBits iWstyle ) in EditWindow() argument
90 , aMemName(rName) in EditWindow()
/aoo42x/main/ucbhelper/source/provider/
H A Dcontenthelper.cxx125 size_t operator()( const rtl::OUString& rName ) const in operator ()()
127 return rName.hashCode(); in operator ()()
457 const rtl::OUString& rName = pSeq[ n ]; in addPropertiesChangeListener() local
458 if ( rName.getLength() ) in addPropertiesChangeListener()
460 rName, Listener ); in addPropertiesChangeListener()
490 const rtl::OUString& rName = pSeq[ n ]; in removePropertiesChangeListener() local
491 if ( rName.getLength() ) in removePropertiesChangeListener()
493 rName, Listener ); in removePropertiesChangeListener()
885 const rtl::OUString& rName = rEvent.PropertyName; in notifyPropertiesChange() local
888 = m_pImpl->m_pPropertyChangeListeners->getContainer( rName ); in notifyPropertiesChange()
/aoo42x/main/sfx2/inc/sfx2/
H A Ddocfilt.hxx62 SfxFilter( const String &rName,
96 void SetUIName( const String& rName ) { aUIName = rName; } in SetUIName() argument
103 static const SfxFilter* GetDefaultFilter( const String& rName );
104 static const SfxFilter* GetFilterByName( const String& rName );
/aoo42x/main/oox/source/dump/
H A Ddffdumper.cxx192 sal_uInt32 DffStreamObject::dumpDffSimpleColor( const String& rName ) in dumpDffSimpleColor() argument
194 return dumpHex< sal_uInt32 >( rName, "DFF-SIMPLE-COLOR" ); in dumpDffSimpleColor()
197 sal_uInt32 DffStreamObject::dumpDffColor( const String& rName ) in dumpDffColor() argument
199 return dumpHex< sal_uInt32 >( rName, "DFF-COLOR" ); in dumpDffColor()
212 …inline explicit PropInfo( const OUString& rName, PropType eType, sal_uInt16 nId, sal_uInt32 nS… in PropInfo()
213 maName( rName ), meType( eType ), mnId( nId ), mnSize( nSize ) {} in PropInfo()

Completed in 152 milliseconds

12345678910>>...46