Home
last modified time | relevance | path

Searched refs:rName (Results 126 – 150 of 1128) sorted by relevance

12345678910>>...46

/trunk/main/sw/inc/
H A Deditsh.hxx287 SwCharFmt* MakeCharFmt( const String& rName, SwCharFmt* pDerivedFrom = 0 );
288 SwCharFmt* FindCharFmtByName( const String& rName ) const;
314 SwTxtFmtColl* FindTxtFmtCollByName( const String& rName ) const;
340 SwFieldType* GetFldType(sal_uInt16 nResId, const String& rName) const;
343 void RemoveFldType(sal_uInt16 nResId, const String& rName);
621 sal_Bool HasOLEObj( const String &rName ) const;
625 void SetChartName( const String &rName );
628 void UpdateCharts( const String &rName );
638 sal_uInt16 MakeGlossary( SwTextBlocks& rToFill, const String& rName,
642 sal_uInt16 SaveGlossaryDoc( SwTextBlocks& rGlossary, const String& rName,
[all …]
/trunk/main/basctl/source/basicide/
H A Dbasobj2.cxx103 sal_Bool IsValidSbxName( const String& rName ) in IsValidSbxName() argument
105 for ( sal_uInt16 nChar = 0; nChar < rName.Len(); nChar++ ) in IsValidSbxName()
107 sal_Bool bValid = ( ( rName.GetChar(nChar) >= 'A' && rName.GetChar(nChar) <= 'Z' ) || in IsValidSbxName()
108 ( rName.GetChar(nChar) >= 'a' && rName.GetChar(nChar) <= 'z' ) || in IsValidSbxName()
109 ( rName.GetChar(nChar) >= '0' && rName.GetChar(nChar) <= '9' && nChar ) || in IsValidSbxName()
110 ( rName.GetChar(nChar) == '_' ) ); in IsValidSbxName()
H A Dbastypes.cxx932 sal_Bool QueryDel( const String& rName, const ResId& rId, Window* pParent ) in QueryDel() argument
935 String aName( rName ); in QueryDel()
945 sal_Bool QueryDelMacro( const String& rName, Window* pParent ) in QueryDelMacro() argument
947 return QueryDel( rName, IDEResId( RID_STR_QUERYDELMACRO ), pParent ); in QueryDelMacro()
950 sal_Bool QueryReplaceMacro( const String& rName, Window* pParent ) in QueryReplaceMacro() argument
952 return QueryDel( rName, IDEResId( RID_STR_QUERYREPLACEMACRO ), pParent ); in QueryReplaceMacro()
955 sal_Bool QueryDelDialog( const String& rName, Window* pParent ) in QueryDelDialog() argument
957 return QueryDel( rName, IDEResId( RID_STR_QUERYDELDIALOG ), pParent ); in QueryDelDialog()
960 sal_Bool QueryDelLib( const String& rName, sal_Bool bRef, Window* pParent ) in QueryDelLib() argument
965 sal_Bool QueryDelModule( const String& rName, Window* pParent ) in QueryDelModule() argument
[all …]
/trunk/main/unotools/inc/unotools/
H A Dfontdefs.hxx44 UNOTOOLS_DLLPUBLIC String GetSubsFontName( const String& rName, sal_uLong nFlags );
50 UNOTOOLS_DLLPUBLIC String GetFontToken( const String& rName, xub_StrLen nToken, xub_StrLen& rIndex …
51 inline String GetFontToken( const String& rName, xub_StrLen nToken ) in GetFontToken() argument
54 return GetFontToken( rName, nToken, nTempIndex ); in GetFontToken()
57 UNOTOOLS_DLLPUBLIC void AddTokenFontName( String& rName, const String& rNewToken );
104 UNOTOOLS_DLLPUBLIC void GetEnglishSearchFontName( String& rName );
/trunk/main/svx/source/unodraw/
H A Dshapeimpl.hxx49 …virtual bool setPropertyValueImpl( const ::rtl::OUString& rName, const SfxItemPropertySimpleEntry*…
50 …virtual bool getPropertyValueImpl( const ::rtl::OUString& rName, const SfxItemPropertySimpleEntry*…
70 …virtual bool setPropertyValueImpl( const ::rtl::OUString& rName, const SfxItemPropertySimpleEntry*…
71 …virtual bool getPropertyValueImpl( const ::rtl::OUString& rName, const SfxItemPropertySimpleEntry*…
91 …virtual bool setPropertyValueImpl( const ::rtl::OUString& rName, const SfxItemPropertySimpleEntry*…
92 …virtual bool getPropertyValueImpl( const ::rtl::OUString& rName, const SfxItemPropertySimpleEntry*…
111 …virtual bool setPropertyValueImpl( const ::rtl::OUString& rName, const SfxItemPropertySimpleEntry*…
112 …virtual bool getPropertyValueImpl( const ::rtl::OUString& rName, const SfxItemPropertySimpleEntry*…
/trunk/main/sw/source/ui/vba/
H A Dvbabookmarks.cxx141 void SwVbaBookmarks::removeBookmarkByName( const rtl::OUString& rName ) throw (uno::RuntimeExceptio… in removeBookmarkByName() argument
143 …uno::Reference< text::XTextContent > xBookmark( m_xNameAccess->getByName( rName ), uno::UNO_QUERY_… in removeBookmarkByName()
147 void SwVbaBookmarks::addBookmarkByName( const rtl::OUString& rName, const uno::Reference< text::XTe… in addBookmarkByName() argument
152 xNamed->setName( rName ); in addBookmarkByName()
157 SwVbaBookmarks::Add( const rtl::OUString& rName, const uno::Any& rRange ) throw (uno::RuntimeExcept… in Add() argument
175 rtl::OUString aName = rName; in Add()
209 SwVbaBookmarks::Exists( const rtl::OUString& rName ) throw (css::uno::RuntimeException) in Exists() argument
211 sal_Bool bExist = m_xNameAccess->hasByName( rName ); in Exists()
/trunk/main/rsc/source/tools/
H A Drscdef.cxx972 sal_uLong RscFileTab :: Find( const ByteString & rName ) in Find() argument
977 while( pFName && (pFName->aFileName != rName) ) in Find()
1008 RscDefine * RscFileTab::FindDef( sal_uLong lFileKey, const ByteString & rName ) in FindDef() argument
1010 RscDefine * pDef = FindDef( rName ); in FindDef()
1354 sal_uLong RscFileTab :: NewCodeFile( const ByteString & rName ) in NewCodeFile() argument
1359 lKey = Find( rName ); in NewCodeFile()
1363 pFName->aFileName = rName; in NewCodeFile()
1364 pFName->aPathName = rName; in NewCodeFile()
1380 sal_uLong RscFileTab :: NewIncFile( const ByteString & rName, in NewIncFile() argument
1386 lKey = Find( rName ); in NewIncFile()
[all …]
/trunk/main/basic/inc/basic/
H A Dsbobjmod.hxx49 …SbObjModule( const String& rName, const com::sun::star::script::ModuleInfo& mInfo, bool bIsVbaComp…
50 virtual SbxVariable* Find( const XubString& rName, SbxClassType t );
77 …SbUserFormModule( const String& rName, const com::sun::star::script::ModuleInfo& mInfo, bool bIsVB…
79 virtual SbxVariable* Find( const XubString& rName, SbxClassType t );
105 SbUserFormModuleInstance( SbUserFormModule* pParentModule, const String& rName,
109 virtual SbxVariable* Find( const XubString& rName, SbxClassType t );
/trunk/main/svx/source/svdraw/
H A Dsvdorect.cxx234 void SdrRectObj::TakeObjNameSingul(XubString& rName) const in TakeObjNameSingul()
238 SdrTextObj::TakeObjNameSingul(rName); in TakeObjNameSingul()
251 rName=ImpGetResStr(nResId); in TakeObjNameSingul()
256 rName += sal_Unicode(' '); in TakeObjNameSingul()
257 rName += sal_Unicode('\''); in TakeObjNameSingul()
258 rName += aName; in TakeObjNameSingul()
259 rName += sal_Unicode('\''); in TakeObjNameSingul()
264 void SdrRectObj::TakeObjNamePlural(XubString& rName) const in TakeObjNamePlural()
266 if (IsTextFrame()) SdrTextObj::TakeObjNamePlural(rName); in TakeObjNamePlural()
275 rName=ImpGetResStr(nResId); in TakeObjNamePlural()
/trunk/main/stoc/source/corereflection/
H A Dcriface.cxx59 : IdlMemberImpl( pReflection, rName, pTypeDescr, pDeclTypeDescr ) in IdlAttributeFieldImpl()
360 : IdlMemberImpl( pReflection, rName, pTypeDescr, pDeclTypeDescr ) in IdlInterfaceMethodImpl()
930 const OUString2Method::const_iterator iFind( _aName2Method.find( rName ) ); in getMethod()
938 if (_pSortedMemberInit[nPos].first == rName) in getMethod()
940 _aName2Method[rName] = xRet = new IdlInterfaceMethodImpl( in getMethod()
941 getReflection(), rName, in getMethod()
950 Reference< XIdlField > InterfaceIdlClassImpl::getField( const OUString & rName ) in getField() argument
960 const OUString2Field::const_iterator iFind( _aName2Field.find( rName ) ); in getField()
968 if (_pSortedMemberInit[_nMethods+nPos].first == rName) in getField()
970 _aName2Field[rName] = xRet = new IdlAttributeFieldImpl( in getField()
[all …]
H A Dcrefl.cxx306 Any IdlReflectionServiceImpl::getByHierarchicalName( const OUString & rName ) in getByHierarchicalName() argument
309 Any aRet( _aElements.getValue( rName ) ); in getByHierarchicalName()
313 aRet = _xTDMgr->getByHierarchicalName( rName ); in getByHierarchicalName()
329 typelib_typedescription_getByName( &pTD, rName.pData ); in getByHierarchicalName()
344 _aElements.setValue( rName, aRet ); in getByHierarchicalName()
347 throw NoSuchElementException( rName, Reference< XInterface >() ); in getByHierarchicalName()
353 sal_Bool IdlReflectionServiceImpl::hasByHierarchicalName( const OUString & rName ) in hasByHierarchicalName() argument
358 return getByHierarchicalName( rName ).hasValue(); in hasByHierarchicalName()
/trunk/main/sfx2/inc/sfx2/
H A Dfcontnr.hxx82 typedef SfxFrameWindow* (*FactoryFunc)( SfxFrame* pParent, const String& rName );
98 SfxFilterContainer( const String& rName );
111 …const SfxFilter* GetFilter4FilterName( const String& rName, SfxFilterFlags nMust = 0, SfxFilterFl…
112 …const SfxFilter* GetFilter4UIName( const String& rName, SfxFilterFlags nMust = 0, SfxFilterFlags …
116 SAL_DLLPRIVATE static void ReadSingleFilter_Impl( const ::rtl::OUString& rName,
149 …const SfxFilter* GetFilter4FilterName( const String& rName, SfxFilterFlags nMust = 0, SfxFilter…
150 …const SfxFilter* GetFilter4UIName( const String& rName, SfxFilterFlags nMust = 0, SfxFilterFlag…
H A Ddoctempl.hxx78 sal_uInt16 GetCount( const String &rName) const;
109 sal_Bool SetName(const String &rName, sal_uInt16 nRegion, sal_uInt16 nIdx);
111 sal_Bool CopyTo(sal_uInt16 nRegion, sal_uInt16 nIdx, const String &rName) const;
112 sal_Bool CopyFrom(sal_uInt16 nRegion, sal_uInt16 nIdx, String &rName);
117 sal_Bool GetFull( const String& rRegion, const String& rName, String& rPath );
118 sal_Bool GetLogicNames( const String& rPath, String& rRegion, String& rName ) const;
/trunk/main/javaunohelper/com/sun/star/comp/helper/
H A DComponentContext.java120 public Object getValueByName( String rName ) in getValueByName() argument
122 Object o = m_table.get( rName ); in getValueByName()
144 …rintln( "### no service manager instance for late init of singleton instance \"" + rName + "\"!" ); in getValueByName()
159 …r service name nor service factory given for late init of singleton instance \"" + rName + "\"!" ); in getValueByName()
166 …println( "### exception occurred on late init of singleton instance \"" + rName + "\": " + exc.get… in getValueByName()
193 … System.err.println( "### failed late init of singleton instance \"" + rName + "\"!" ); in getValueByName()
205 return m_xDelegate.getValueByName( rName ); in getValueByName()
/trunk/main/sc/source/ui/undo/
H A Dundostyl.cxx140 void ScUndoModifyStyle::DoChange( ScDocShell* pDocSh, const String& rName, in DoChange() argument
147 sal_Bool bNew = ( rName.Len() == 0 && !bDelete ); // creating new style in DoChange()
150 if ( rName.Len() ) in DoChange()
153 pStyle = pStlPool->Find( rName, eStyleFamily ); in DoChange()
178 pDoc->RemovePageStyleInUse( rName ); in DoChange()
205 if ( bNew && aNewName != rName ) in DoChange()
206 pDoc->RenamePageStyleInUse( rName, aNewName ); in DoChange()
/trunk/main/sw/source/ui/inc/
H A Dgloshdl.hxx45 SW_DLLPRIVATE void _SetMacros(const String &rName,
68 String GetGlossaryShortName(const String &rName);
78 sal_Bool NewGlossary(const String &rName, const String &rShortName,
84 sal_Bool InsertGlossary(const String &rName);
86 void SetMacros(const String& rName,
100 sal_Bool ImportGlossaries( const String& rName );
/trunk/main/cui/source/inc/
H A Ddlgname.hxx64 SvxNameDialog( Window* pWindow, const String& rName, const String& rDesc );
66 void GetName( String& rName ){rName = aEdtName.GetText();} in GetName() argument
121 SvxObjectNameDialog(Window* pWindow, const String& rName);
124 void GetName(String& rName) {rName = aEdtName.GetText(); } in GetName() argument
/trunk/main/stoc/source/registry_tdprovider/
H A Dtdprovider.cxx171 Any getByHierarchicalNameImpl( const OUString & rName );
173 …virtual Any SAL_CALL getByHierarchicalName( const OUString & rName ) throw(::com::sun::star::conta…
174 …virtual sal_Bool SAL_CALL hasByHierarchicalName( const OUString & rName ) throw(::com::sun::star::…
338 Any ProviderImpl::getByHierarchicalNameImpl( const OUString & rName ) in getByHierarchicalNameImpl() argument
343 OUString aKey( rName.replace( '.', '/' ) ); in getByHierarchicalNameImpl()
432 Any SAL_CALL ProviderImpl::getByHierarchicalName( const OUString & rName ) in getByHierarchicalName() argument
435 Any aRet( getByHierarchicalNameImpl( rName ) ); in getByHierarchicalName()
439 rName, static_cast< cppu::OWeakObject * >( this ) ); in getByHierarchicalName()
445 sal_Bool ProviderImpl::hasByHierarchicalName( const OUString & rName ) in hasByHierarchicalName() argument
448 return getByHierarchicalNameImpl( rName ).hasValue(); in hasByHierarchicalName()
/trunk/main/svx/inc/svx/
H A Dxtable.hxx50 XColorEntry(const Color& rColor, const String& rName);
68 XLineEndEntry(const basegfx::B2DPolyPolygon& rB2DPolyPolygon, const String& rName);
86 XDashEntry(const XDash& rDash, const String& rName);
104 XHatchEntry(const XHatch& rHatch, const String& rName);
122 XGradientEntry(const XGradient& rGradient, const String& rName);
140 XBitmapEntry(const GraphicObject& rGraphicObject, const String& rName);
177 long GetIndex(const String& rName) const;
/trunk/main/sw/source/core/unocore/
H A Dunofield.cxx2544 rName.Erase(0, 30); in lcl_GetIdByName()
2548 rTypeName = rName.GetToken( 0, '.', nFound ); in lcl_GetIdByName()
2561 rName.SetToken( 1, '.', sUIName ); in lcl_GetIdByName()
2566 sal_uInt16 nDotCount = rName.GetTokenCount('.'); in lcl_GetIdByName()
2573 rName.InsertAscii( "DataBase.", 0 ); in lcl_GetIdByName()
2590 String sName(rName), sTypeName; in getByName()
2608 const SwFieldType& rFldType, String& rName) in getInstanceName() argument
2616 rName += rFldType.GetName(); in getInstanceName()
2621 rName += rFldType.GetName(); in getInstanceName()
2636 rName += sDBName; in getInstanceName()
[all …]
H A Dunocoll.cxx699 sal_Bool SwXTextTables::hasByName(const OUString& rName) in hasByName() argument
709 String aName(rName); in hasByName()
985 uno::Any SwXFrames::getByName(const OUString& rName) in getByName() argument
995 pFmt = GetDoc()->FindFlyByName(rName, ND_GRFNODE); in getByName()
998 pFmt = GetDoc()->FindFlyByName(rName, ND_OLENODE); in getByName()
1001 pFmt = GetDoc()->FindFlyByName(rName, ND_TEXTNODE); in getByName()
1418 uno::Any SwXBookmarks::getByName(const rtl::OUString& rName) in getByName() argument
1453 sal_Bool SwXBookmarks::hasByName(const OUString& rName) in hasByName() argument
1695 uno::Any SwXReferenceMarks::getByName(const OUString& rName) in getByName() argument
1702 const SwFmtRefMark* pMark = GetDoc()->GetRefMark(rName); in getByName()
[all …]
/trunk/main/starmath/source/
H A Dcfgitem.cxx475 OUString aTmp( rName ); in ReadSymbol()
476 rName = rBaseNode; in ReadSymbol()
477 rName += aDelim; in ReadSymbol()
478 rName += rSymbolName; in ReadSymbol()
479 rName += aDelim; in ReadSymbol()
480 rName += aTmp; in ReadSymbol()
703 rName = rBaseNode; in ReadFontFormat()
704 rName += aDelim; in ReadFontFormat()
705 rName += rSymbolName; in ReadFontFormat()
706 rName += aDelim; in ReadFontFormat()
[all …]
/trunk/main/sw/source/ui/dochdl/
H A Dgloshdl.cxx358 String SwGlossaryHdl::GetGlossaryShortName(const String &rName) in GetGlossaryShortName() argument
365 sal_uInt16 nIdx = pTmp->GetLongIndex( rName ); in GetGlossaryShortName()
415 sal_Bool SwGlossaryHdl::NewGlossary(const String& rName, const String& rShortName, in NewGlossary() argument
437 const sal_uInt16 nSuccess = pWrtShell->MakeGlossary( *pTmp, rName, rShortName, in NewGlossary()
655 sal_Bool SwGlossaryHdl::InsertGlossary(const String &rName) in InsertGlossary() argument
667 GetMacros( rName, aStartMacro, aEndMacro, pGlos ); in InsertGlossary()
682 pWrtShell->InsertGlossary(*pGlos, rName); in InsertGlossary()
864 sal_Bool SwGlossaryHdl::ImportGlossaries( const String& rName ) in ImportGlossaries() argument
867 if( rName.Len() ) in ImportGlossaries()
870 SfxMedium* pMed = new SfxMedium( rName, STREAM_READ, sal_True, 0, 0 ); in ImportGlossaries()
[all …]
/trunk/main/xmloff/source/style/
H A Dxmlaustp.cxx321 const OUString& rName ) in RegisterName() argument
323 pImpl->RegisterName( nFamily, rName ); in RegisterName()
366 sal_Bool SvXMLAutoStylePoolP::Add(OUString& rName, sal_Int32 nFamily, const ::std::vector< XMLPrope… in Add() argument
369 return pImpl->Add(rName, nFamily, sEmpty, rProperties); in Add()
372 sal_Bool SvXMLAutoStylePoolP::Add(OUString& rName, sal_Int32 nFamily, const OUString& rParent, cons… in Add() argument
374 return pImpl->Add(rName, nFamily, rParent, rProperties); in Add()
377 sal_Bool SvXMLAutoStylePoolP::AddNamed( const OUString& rName, sal_Int32 nFamily, const OUString& r… in AddNamed() argument
381 return pImpl->AddNamed(rName, nFamily, rParent, rProperties); in AddNamed()
/trunk/main/sw/source/ui/uno/
H A Dunoatxt.cxx319 SwXAutoTextGroup::SwXAutoTextGroup(const OUString& rName, in SwXAutoTextGroup() argument
323 sName(rName), in SwXAutoTextGroup()
324 m_sGroupName(rName) in SwXAutoTextGroup()
326 DBG_ASSERT( -1 != rName.indexOf( GLOS_DELIM ), in SwXAutoTextGroup()
553 sal_Int32 nNewDelimPos = rName.lastIndexOf( GLOS_DELIM ); in setName()
558 aNewSuffix = rName.copy( nNewDelimPos + 1 ); in setName()
566 OUString aNewPrefix( (nNewDelimPos > 1) ? rName.copy( 0, nNewDelimPos ) : rName ); in setName()
569 if ( sName == rName || in setName()
572 String sNewGroup(rName); in setName()
587 sName = rName; in setName()
[all …]

Completed in 142 milliseconds

12345678910>>...46