Home
last modified time | relevance | path

Searched refs:rName (Results 26 – 50 of 1128) sorted by relevance

12345678910>>...46

/aoo42x/main/linguistic/source/
H A Dconvdiclist.cxx186 const OUString& rName ) in GetIndexByName_Impl() argument
193 if (rName == pDic[i]->getName()) in GetIndexByName_Impl()
201 const OUString& rName ) in GetByName() argument
257 return GetByName( rName ).is(); in hasByName()
262 const OUString& rName, in replaceByName() argument
273 if (!xNew.is() || xNew->getName() != rName) in replaceByName()
280 const OUString& rName, in insertByName() argument
286 if (GetByName( rName ).is()) in insertByName()
290 if (!xNew.is() || xNew->getName() != rName) in insertByName()
494 const OUString& rName, in addNewDictionary() argument
[all …]
/aoo42x/main/svl/source/items/
H A Ditemprop.cxx103 SfxItemPropertyHashMap_t::const_iterator aIter = m_pImpl->find(rName); in getByName()
143 SfxItemPropertyHashMap_t::const_iterator aIter = m_pImpl->find(rName); in getPropertyByName()
148 aProp.Name = rName; in getPropertyByName()
160 SfxItemPropertyHashMap_t::const_iterator aIter = m_pImpl->find(rName); in hasPropertyByName()
258 void SfxItemPropertySet::getPropertyValue( const rtl::OUString &rName, in getPropertyValue() argument
271 Any SfxItemPropertySet::getPropertyValue( const rtl::OUString &rName, in getPropertyValue() argument
276 getPropertyValue( rName,rSet, aVal ); in getPropertyValue()
323 void SfxItemPropertySet::setPropertyValue( const rtl::OUString &rName, in setPropertyValue() argument
356 const rtl::OUString& rName, const SfxItemSet& rSet) const in getPropertyState() argument
446 return m_pImpl->m_pOwnMap->getPropertyByName( rName ); in getPropertyByName()
[all …]
/aoo42x/main/sw/source/core/undo/
H A DSwUndoFmt.cxx220 return pDoc->FindTxtFmtCollByName(rName); in Find()
241 return pDoc->FindTxtFmtCollByName(rName); in Find()
253 return pDoc->FindTxtFmtCollByName(rName); in Find()
275 return pDoc->FindCharFmtByName(rName); in Find()
295 return pDoc->FindCharFmtByName(rName); in Find()
307 return pDoc->FindCharFmtByName(rName); in Find()
328 SwFmt * SwUndoFrmFmtCreate::Find(const String & rName) const in Find()
330 return pDoc->FindFrmFmtByName(rName); in Find()
348 SwFmt * SwUndoFrmFmtDelete::Find(const String & rName) const in Find()
350 return pDoc->FindFrmFmtByName(rName); in Find()
[all …]
/aoo42x/main/sw/source/ui/inc/
H A Dcontent.hxx67 const String& rName, in SwOutlineContent() argument
72 SwContent(pCnt, rName, nYPos), in SwOutlineContent()
88 const String& rName, in SwRegionContent() argument
91 SwContent(pCnt, rName, nYPos), in SwRegionContent()
104 const String& rName, in SwURLFieldContent() argument
108 : SwContent( pCnt, rName, nYPos ), sURL( rURL ), pINetAttr( pAttr ) in SwURLFieldContent()
124 const String& rName, in SwPostItContent() argument
127 : SwContent( pCnt, rName, nYPos ), pFld( pField ),mbPostIt(true) in SwPostItContent()
130 const String& rName, in SwPostItContent() argument
149 : SwContent( pCnt, rName, nYPos ), sLink( rLink ) in SwGraphicContent()
[all …]
/aoo42x/main/sot/source/sdstor/
H A Dstorage.cxx62 : SotFactory( rName, rClassName, pCreateFuncP ) in SotStorageStreamFactory()
92 if( rName.Len() ) in MakeLockBytes_Impl()
111 : SvStream( MakeLockBytes_Impl( rName, nMode ) ) in SotStorageStream()
387 return pStg->SetProperty( rName, rValue ); in SetProperty()
401 return pStg->GetProperty( rName, rValue ); in GetProperty()
432 SotStorageFactory( const SvGlobalName & rName, in SotStorageFactory() argument
508 m_aName = rName; // Namen merken in SotStorage()
522 m_aName = rName; // Namen merken in SotStorage()
633 m_aName = rName; in SotStorage()
944 void SotStorage::SetName( const String& rName ) in SetName() argument
[all …]
/aoo42x/main/sc/source/filter/xml/
H A Dsheetdata.cxx51 void ScSheetSaveData::AddCellStyle( const rtl::OUString& rName, const ScAddress& rCellPos ) in AddCellStyle() argument
53 maCellStyles.push_back( ScCellStyleEntry( rName, rCellPos ) ); in AddCellStyle()
58 maColumnStyles.push_back( ScCellStyleEntry( rName, rCellPos ) ); in AddColumnStyle()
61 void ScSheetSaveData::AddRowStyle( const rtl::OUString& rName, const ScAddress& rCellPos ) in AddRowStyle() argument
63 maRowStyles.push_back( ScCellStyleEntry( rName, rCellPos ) ); in AddRowStyle()
68 maTableStyles.push_back( ScCellStyleEntry( rName, rCellPos ) ); in AddTableStyle()
92 maNoteParaStyles.push_back( ScTextStyleEntry( rName, rCellPos, rSelection ) ); in AddNoteContentStyle()
94 maNoteTextStyles.push_back( ScTextStyleEntry( rName, rCellPos, rSelection ) ); in AddNoteContentStyle()
99 maTextStyles.push_back( ScTextStyleEntry( rName, rCellPos, rSelection ) ); in AddTextStyle()
214 bool lcl_NameInHash( const NameSpaceHash& rNameHash, const rtl::OUString& rName ) in lcl_NameInHash() argument
[all …]
/aoo42x/main/xmloff/source/core/
H A Di18nmap.cxx43 SvI18NMapEntry_Impl( sal_uInt16 nKnd, const OUString& rName, in SvI18NMapEntry_Impl() argument
46 aName( rName ), in SvI18NMapEntry_Impl()
50 SvI18NMapEntry_Impl( sal_uInt16 nKnd, const OUString& rName ) : in SvI18NMapEntry_Impl() argument
52 aName( rName ) in SvI18NMapEntry_Impl()
76 const OUString& rName ) const in SV_IMPL_OP_PTRARR_SORT()
79 SvI18NMapEntry_Impl aTst( nKind, rName ); in SV_IMPL_OP_PTRARR_SORT()
101 void SvI18NMap::Add( sal_uInt16 nKind, const OUString& rName, in Add() argument
104 SvI18NMapEntry_Impl *pEntry = _Find( nKind, rName ); in Add()
108 pEntry = new SvI18NMapEntry_Impl( nKind, rName, rNewName ); in Add()
115 SvI18NMapEntry_Impl *pEntry = _Find( nKind, rName ); in Get()
[all …]
/aoo42x/main/stoc/source/corereflection/
H A Dbase.hxx83 inline typelib_TypeDescription * getTypeByName( const OUString & rName ) in getTypeByName() argument
86 typelib_typedescription_getByName( &pTypeDescr, rName.pData ); in getTypeByName()
181 const OUString & rName, typelib_TypeClass eTypeClass,
234 const OUString & rName, typelib_TypeClass eTypeClass, in InterfaceIdlClassImpl() argument
236 : IdlClassImpl( pReflection, rName, eTypeClass, pTypeDescr ) in InterfaceIdlClassImpl()
269 const OUString & rName, typelib_TypeClass eTypeClass, in CompoundIdlClassImpl() argument
271 : IdlClassImpl( pReflection, rName, eTypeClass, pTypeDescr ) in CompoundIdlClassImpl()
294 const OUString & rName, typelib_TypeClass eTypeClass, in ArrayIdlClassImpl() argument
296 : IdlClassImpl( pReflection, rName, eTypeClass, pTypeDescr ) in ArrayIdlClassImpl()
332 const OUString & rName, typelib_TypeClass eTypeClass, in EnumIdlClassImpl() argument
[all …]
/aoo42x/main/svx/source/xoutdev/
H A Dxtable.cxx46 XColorEntry::XColorEntry(const Color& rColor, const String& rName) in XColorEntry() argument
47 : XPropertyEntry(rName), in XColorEntry()
62 : XPropertyEntry(rName), in XLineEndEntry()
76 XDashEntry::XDashEntry(const XDash& rDash, const String& rName) in XDashEntry() argument
77 : XPropertyEntry(rName), in XDashEntry()
91 XHatchEntry::XHatchEntry(const XHatch& rHatch, const String& rName) in XHatchEntry() argument
92 : XPropertyEntry(rName), in XHatchEntry()
107 : XPropertyEntry(rName), in XGradientEntry()
122 : XPropertyEntry(rName), in XBitmapEntry()
195 long XPropertyList::GetIndex(const XubString& rName) const in GetIndex()
[all …]
/aoo42x/main/ucb/source/ucp/webdav/
H A DDAVProperties.cxx61 CurlPropName & rName ) in createCurlPropName() argument
65 rName.nspace = "DAV:"; in createCurlPropName()
66 rName.name in createCurlPropName()
74 rName.nspace = "http://apache.org/dav/props/"; in createCurlPropName()
75 rName.name in createCurlPropName()
85 rName.nspace = "http://ucb.openoffice.org/dav/props/"; in createCurlPropName()
86 rName.name in createCurlPropName()
114 rName.nspace = "http://ucb.openoffice.org/dav/props/"; in createCurlPropName()
115 rName.name in createCurlPropName()
189 bool DAVProperties::isUCBDeadProperty( const CurlPropName & rName ) in isUCBDeadProperty() argument
[all …]
/aoo42x/main/sw/source/ui/uiview/
H A Dviewdlg2.cxx126 const String &rName = pOpt->GetCategory(); in InsertCaption() local
130 if(rName.Len()) in InsertCaption()
136 else if( !rSh.GetParaStyle(rName) ) in InsertCaption()
140 rSh.MakeTxtFmtColl(rName, pDerivedFrom); in InsertCaption()
157 (SwSetExpFieldType*)aMgr.GetFldType(RES_SETEXPFLD, rName); in InsertCaption()
158 if (!pFldType && rName.Len() ) in InsertCaption()
163 pFldType = (SwSetExpFieldType*)aMgr.GetFldType(RES_SETEXPFLD, rName); in InsertCaption()
178 if( rName.Len() ) in InsertCaption()
184 if (aTmpName == rName && pType->Which() == RES_SETEXPFLD) in InsertCaption()
231 *ppStr = new String( rName ); in InsertCaption()
[all …]
/aoo42x/main/svx/inc/svx/
H A Dsvdpagv.hxx129 void SetLayer(const String& rName, SetOfByte& rBS, sal_Bool bJa);
130 sal_Bool IsLayer(const String& rName, const SetOfByte& rBS) const;
214 …void SetLayerVisible(const String& rName, sal_Bool bShow = sal_True) { SetLayer(rName, aLayerVisi,… in SetLayerVisible() argument
215 sal_Bool IsLayerVisible(const String& rName) const { return IsLayer(rName, aLayerVisi); } in IsLayerVisible()
218 …void SetLayerLocked(const String& rName, sal_Bool bLock = sal_True) { SetLayer(rName, aLayerLock, … in SetLayerLocked() argument
219 sal_Bool IsLayerLocked(const String& rName) const { return IsLayer(rName,aLayerLock); } in IsLayerLocked()
222 …void SetLayerPrintable(const String& rName, sal_Bool bPrn = sal_True) { SetLayer(rName, aLayerPrn,… in SetLayerPrintable() argument
223 sal_Bool IsLayerPrintable(const String& rName) const { return IsLayer(rName, aLayerPrn); } in IsLayerPrintable()
/aoo42x/main/svx/workben/msview/
H A Dxmlconfig.hxx37 …ElementConfig( const rtl::OUString& rName, ElementConfigType rType ) : maName( rName ), mnType( rT… in ElementConfig() argument
38 ElementConfig( const rtl::OUString& rName ) : maName( rName ) {} in ElementConfig() argument
63 …ElementValueConfig( const rtl::OUString& rName, const rtl::OUString& rValue ) : ElementConfig( rNa… in ElementValueConfig() argument
77 …ElementConfigContainer( const ::rtl::OUString& rName, ElementConfigType rType ) : ElementConfig( r… in ElementConfigContainer() argument
78 ElementConfigContainer( const ::rtl::OUString& rName ) : ElementConfig( rName, ETC_CONTAINER ) {} in ElementConfigContainer() argument
117 …AtomConfig( const ::rtl::OUString& rName, bool bIsContainer ) : ElementConfigContainer( rName ), m… in AtomConfig() argument
/aoo42x/main/sc/inc/
H A Ddpsave.hxx62 ScDPSaveMember(const String& rName);
78 SC_DLLPUBLIC void SetLayoutName( const ::rtl::OUString& rName );
119 ScDPSaveDimension(const String& rName, sal_Bool bDataLayout);
148 void SetLayoutName(const ::rtl::OUString& rName);
151 void SetSubtotalName(const ::rtl::OUString& rName);
172 ScDPSaveMember* GetExistingMemberByName(const String& rName);
173 ScDPSaveMember* GetMemberByName(const String& rName);
226 ScDPSaveDimension* GetDimensionByName(const String& rName);
230 ScDPSaveDimension* DuplicateDimension(const String& rName);
234 SC_DLLPUBLIC ScDPSaveDimension* GetNewDimensionByName(const String& rName);
[all …]
/aoo42x/main/sw/source/core/crsr/
H A Dcrossrefbookmark.cxx37 const OUString& rName, in CrossRefBookmark() argument
40 : Bookmark(rPaM, rCode, rName, rShortName) in CrossRefBookmark()
46 if(!rName.getLength()) in CrossRefBookmark()
71 const OUString& rName, in CrossRefHeadingBookmark() argument
73 …: CrossRefBookmark(rPaM, rCode, rName, rShortName, IDocumentMarkAccess::GetCrossRefHeadingBookmark… in CrossRefHeadingBookmark()
76 bool CrossRefHeadingBookmark::IsLegalName(const ::rtl::OUString& rName) in IsLegalName() argument
78 return rName.match(IDocumentMarkAccess::GetCrossRefHeadingBookmarkNamePrefix()); in IsLegalName()
83 const OUString& rName, in CrossRefNumItemBookmark() argument
85 : CrossRefBookmark(rPaM, rCode, rName, rShortName, our_sNamePrefix) in CrossRefNumItemBookmark()
90 bool CrossRefNumItemBookmark::IsLegalName(const ::rtl::OUString& rName) in IsLegalName() argument
[all …]
/aoo42x/main/oox/source/dump/
H A Dxlsbdumper.cxx134 writeDecItem( rName, nBool, "BOOLEAN" ); in writeBooleanItem()
139 writeHexItem( rName, nErrCode, mxErrCodes ); in writeErrorCodeItem()
227 writeEmptyItem( rName( "color" ) ); in dumpColor()
249 writeDateTimeItem( rName, aDateTime ); in dumpPivotDateTime()
289 writeAddressItem( rName( "addr" ), aPos ); in dumpAddress()
297 writeRangeItem( rName( "range" ), aRange ); in dumpRange()
349 dumpFormula( rName, false ); in dumpCellFormula()
354 dumpFormula( rName, true ); in dumpNameFormula()
474 maName = rName( "formula" ); in dumpFormula()
593 return dumpDec< sal_Int32 >( rName ); in dumpTokenRow()
[all …]
H A Doledumper.cxx72 …return (nLen < 0) ? OUString::valueOf( dumpStdClipboardFormat( rName ) ) : dumpCharArray( rName, n… in dumpAnsiString32OrStdClip()
78 …rn (nLen < 0) ? OUString::valueOf( dumpStdClipboardFormat( rName ) ) : dumpUnicodeArray( rName, nL… in dumpUniString32OrStdClip()
84 writeHexItem( rName, nColor, "OLE-COLOR" ); in writeOleColorItem()
90 writeOleColorItem( rName, nOleColor ); in dumpOleColor()
171 return bUnicode ? dumpUniString32( rName ) : dumpAnsiString32( rName ); in dumpHyperlinkString()
573 dumpBinary( rName, nSize ); in dumpBlob()
580 return mbIsUnicode ? dumpCharArray16( rName, nLen ) : dumpCharArray8( rName, nLen ); in dumpString8()
587 writeStringItem( rName, aData ); in dumpCharArray8()
594 return dumpCharArray16( rName, nLen ); in dumpString16()
601 writeStringItem( rName, aData ); in dumpCharArray16()
[all …]
/aoo42x/main/sd/source/filter/html/
H A Dbuttonset.cxx57 Reference< XInputStream > getInputStream( const OUString& rName );
61 bool copyGraphic( const OUString& rName, const OUString& rPath );
79 Reference< XInputStream > ButtonsImpl::getInputStream( const OUString& rName ) in getInputStream() argument
84 Reference< XStream > xStream( mxStorage->openStreamElement( rName, ElementModes::READ ) ); in getInputStream()
97 Reference< XInputStream > xInputStream( getInputStream( rName ) ); in getGraphic()
118 bool ButtonsImpl::copyGraphic( const OUString& rName, const OUString& rPath ) in copyGraphic() argument
120 Reference< XInputStream > xInput( getInputStream( rName ) ); in copyGraphic()
149 bool exportButton( int nSet, const rtl::OUString& rPath, const rtl::OUString& rName );
254 return rSet.copyGraphic( rName, rPath ); in exportButton()
301 bool ButtonSet::exportButton( int nSet, const rtl::OUString& rPath, const rtl::OUString& rName ) in exportButton() argument
[all …]
/aoo42x/main/svx/source/xml/
H A Dxmlxtimp.cxx100 …tring& rLocalName, const uno::Reference< XAttributeList >& xAttrList, Any& rAny, OUString& rName );
101 …tring& rLocalName, const uno::Reference< XAttributeList >& xAttrList, Any& rAny, OUString& rName );
102 …tring& rLocalName, const uno::Reference< XAttributeList >& xAttrList, Any& rAny, OUString& rName );
103 …tring& rLocalName, const uno::Reference< XAttributeList >& xAttrList, Any& rAny, OUString& rName );
105 …tring& rLocalName, const uno::Reference< XAttributeList >& xAttrList, Any& rAny, OUString& rName );
239 rName = xAttrList->getValueByIndex( i ); in importColor()
259 aMarkerStyle.importXML( xAttrList, rAny, rName ); in importMarker()
275 aDashStyle.importXML( xAttrList, rAny, rName ); in importDash()
291 aHatchStyle.importXML( xAttrList, rAny, rName ); in importHatch()
307 aGradientStyle.importXML( xAttrList, rAny, rName ); in importGradient()
[all …]
/aoo42x/main/basic/source/sbx/
H A Dsbxobj.cxx235 pRes = pObjs->Find( rName, t ); in Find()
250 pRes = pArray->Find( rName, t ); in Find()
256 pRes = pObjs->Find( rName, t ); in Find()
269 pRes = pCur->pParent->Find( rName, t ); in Find()
320 if ( rName != aDfltPropName ) in SetDfltProperty()
322 aDfltPropName = rName; in SetDfltProperty()
397 SbxVariable* pRes = pArray->Find( rName, ct ); in Make()
422 pVar = new SbxProperty( rName, dt ); in Make()
428 pVar = CreateObject( rName ); in Make()
469 pVar->SetName( rName ); in MakeObject()
[all …]
/aoo42x/main/sw/source/ui/app/
H A Ddocstyle.cxx125 const String& rName, in lcl_FindCharFmt() argument
130 if( rName.Len() ) in lcl_FindCharFmt()
177 if( rName.Len() ) in lcl_FindParaFmt()
214 const String& rName, in lcl_FindFrmFmt() argument
219 if( rName.Len() ) in lcl_FindFrmFmt()
258 if( rName.Len() ) in lcl_FindPageDesc()
292 if( rName.Len() ) in lcl_FindNumRule()
318 const String& rName ) in lcl_FindName() argument
333 sSrch += rName; in lcl_FindName()
1949 aName = rName; in PresetNameAndFamily()
[all …]
/aoo42x/main/unotools/source/config/
H A Dfontcfg.cxx685 const xub_Unicode* pNameStr = rName.GetBuffer(); in ImplKillLeading()
694 rName.Erase( 0, nLen ); in ImplKillLeading()
701 const xub_Unicode* pNameStr = rName.GetBuffer(); in ImplKillLeading()
705 rName.Erase( 0, nLen ); in ImplKillLeading()
717 if( nStrLen >= rName.Len() ) in ImplIsTrailing()
720 const xub_Unicode* pEndName = rName.GetBuffer() + rName.Len(); in ImplIsTrailing()
738 rName.Erase( rName.Len()-nTrailLen ); in ImplKillTrailing()
757 if( ImplIsTrailing( rName, *ppStr ) ) in ImplKillTrailingWithExceptions()
760 rName.Erase( rName.Len()-nTrailLen ); in ImplKillTrailingWithExceptions()
777 xub_StrLen nPos = rName.SearchAscii( pStr ); in ImplFindAndErase()
[all …]
/aoo42x/main/sw/source/filter/ww8/
H A Dwriterwordglue.cxx133 SwTxtFmtColl* GetStyle(const String &rName);
186 return mrDoc.MakeTxtFmtColl(rName, in MakeStyle()
197 SwCharFmt* GetStyle(const String &rName);
198 SwCharFmt* MakeStyle(const String &rName);
274 pRet = maHelper.GetStyle(rName); in GetStyle()
284 String aName(rName); in GetStyle()
301 String aName(rName); in MakeNonCollidingStyle()
475 const String& rName, ww::sti eSti) in GetStyle() argument
477 return mpImpl->GetStyle(rName, eSti); in GetStyle()
491 const String& rName, ww::sti eSti) in GetStyle() argument
[all …]
/aoo42x/main/svx/source/unodraw/
H A Dunoshap4.cxx251 return SvxShapeText::setPropertyValueImpl( rName, pProperty, rValue ); in setPropertyValueImpl()
442 return SvxShapeText::getPropertyValueImpl( rName, pProperty, rValue ); in getPropertyValueImpl()
661 xSet->setPropertyValue( rName, rValue ); in setPropertyValueImpl()
668 return SvxOle2Shape::setPropertyValueImpl( rName, pProperty, rValue ); in setPropertyValueImpl()
681 rValue = xSet->getPropertyValue( rName ); in getPropertyValueImpl()
734 xSet->setPropertyValue( rName, rValue ); in setPropertyValueImpl()
754 rValue <<= xSet->getPropertyValue( rName ); in getPropertyValueImpl()
807 xSet->setPropertyValue( rName, rValue ); in setPropertyValueImpl()
827 rValue <<= xSet->getPropertyValue( rName ); in getPropertyValueImpl()
936 return SvxShape::setPropertyValueImpl( rName, pProperty, rValue ); in setPropertyValueImpl()
[all …]
/aoo42x/main/sw/source/core/inc/
H A DSwUndoFmt.hxx61 virtual SwFmt * Find(const String & rName) const = 0;
85 virtual SwFmt * Find(const String & rName) const = 0;
117 virtual SwFmt * Find(const String & rName) const;
127 virtual SwFmt * Find(const String & rName) const;
137 virtual SwFmt * Find(const String & rName) const;
148 virtual SwFmt * Find(const String & rName) const;
158 virtual SwFmt * Find(const String & rName) const;
168 virtual SwFmt * Find(const String & rName) const;
181 virtual SwFmt * Find(const String & rName) const;
191 virtual SwFmt * Find(const String & rName) const;
[all …]

Completed in 169 milliseconds

12345678910>>...46