Home
last modified time | relevance | path

Searched refs:rNm (Results 1 – 25 of 40) sorted by relevance

12

/trunk/main/sw/inc/
H A Dfmtinfmt.hxx91 void SetName( const String& rNm ) in SetName() argument
93 msHyperlinkName = rNm; in SetName()
102 const String& rNm, in SetINetFmtAndId() argument
105 msINetFmtName = rNm; in SetINetFmtAndId()
120 const String& rNm, in SetVisitedFmtAndId() argument
123 msVisitedFmtName = rNm; in SetVisitedFmtAndId()
H A Dinetfld.hxx93 void SetTargetFrameName( const String& rNm ) { sTargetFrameName = rNm; } in SetTargetFrameName() argument
H A Dfmtruby.hxx73 void SetCharFmtName( const String& rNm ) { sCharFmtName = rNm; } in SetCharFmtName() argument
H A Dfmturl.hxx77 void SetName( const String& rNm ) { sName = rNm; } in SetName() argument
H A Diodetect.hxx61 inline int IsFilter( const String& rNm ) const in IsFilter()
63 return pName && rNm.EqualsAscii( pName, 0, nLen ); in IsFilter()
H A Dswbaslnk.hxx46 SwBaseLink( const String& rNm, sal_uInt16 nObjectType, ::sfx2::SvLinkSource* pObj, in SwBaseLink() argument
48 : ::sfx2::SvBaseLink( rNm, nObjectType, pObj ), pCntntNode( pNode ), in SwBaseLink()
H A Dndole.hxx152 void SetChartTblName( const String& rNm ) { sChartTblName = rNm; } in SetChartTblName() argument
H A Dnumrule.hxx171 SwNumRule( const String& rNm,
264 void SetName( const String& rNm,
H A Dcellfml.hxx90 const SwTable* FindTable( SwDoc& rDoc, const String& rNm ) const;
/trunk/main/sw/source/filter/html/
H A Dcss1atr.cxx745 const String& rNm = pPFmt->GetName(); in GetCSS1Selector() local
746 switch( rNm.GetChar(0) ) in GetCSS1Selector()
764 if( rNm.EqualsAscii(OOO_STRING_SVTOOLS_HTML_citiation) ) in GetCSS1Selector()
769 else if( rNm.EqualsAscii(OOO_STRING_SVTOOLS_HTML_code) ) in GetCSS1Selector()
783 sal_uInt16 nDefListLvl = GetDefListLvl( rNm, nPoolId ); in GetCSS1Selector()
840 if( rNm.EqualsAscii( OOO_STRING_SVTOOLS_HTML_sample ) ) in GetCSS1Selector()
845 else if( rNm.EqualsAscii( OOO_STRING_SVTOOLS_HTML_strong ) ) in GetCSS1Selector()
1722 const String& rNm = rFmt.GetName(); in OutCSS1_SwFmt() local
1723 switch( rNm.GetChar(0) ) in OutCSS1_SwFmt()
1725 case 'D': if( rNm.EqualsAscii("DD 1") || rNm.EqualsAscii("DT 1") ) in OutCSS1_SwFmt()
[all …]
H A Dhtmlatr.cxx164 sal_uInt16 SwHTMLWriter::GetDefListLvl( const String& rNm, sal_uInt16 nPoolId ) in GetDefListLvl() argument
177 if( COMPARE_EQUAL == sDTDD.CompareTo( rNm, sDTDD.Len() ) ) in GetDefListLvl()
179 return (sal_uInt16)rNm.Copy( sDTDD.Len() ).ToInt32() | HTML_DLCOLL_DT; in GetDefListLvl()
183 if( COMPARE_EQUAL == sDTDD.CompareTo( rNm, sDTDD.Len() ) ) in GetDefListLvl()
185 return (sal_uInt16)rNm.Copy( sDTDD.Len() ).ToInt32() | HTML_DLCOLL_DD; in GetDefListLvl()
/trunk/main/sw/source/core/attr/
H A Dswatrset.cxx340 const String& rNm = ((SwNumRuleItem*)pItem)->GetValue(); in CopyToModify() local
341 if( rNm.Len() ) in CopyToModify()
343 SwNumRule* pDestRule = pDstDoc->FindNumRulePtr( rNm ); in CopyToModify()
347 pDstDoc->MakeNumRule( rNm, in CopyToModify()
348 pSrcDoc->FindNumRulePtr( rNm ) ); in CopyToModify()
/trunk/main/sfx2/source/appl/
H A Dappdde.cxx71 ImplDdeService( const String& rNm ) in ImplDdeService() argument
72 : DdeService( rNm ) in ImplDdeService()
551 sal_Bool ImplDdeService::MakeTopic( const String& rNm ) in MakeTopic() argument
562 String sNm( rNm ); in MakeTopic()
583 if ( aWorkPath.GetNewAbsURL( rNm, &aFile ) && in MakeTopic()
H A Dlnkbase2.cxx292 void SvBaseLink::SetName( const String & rNm ) in SetName() argument
294 aLinkName = rNm; in SetName()
/trunk/main/sw/source/core/txtnode/
H A Datrtox.cxx69 const XubString& rNm = rTOX.GetTOXType()->GetTypeName(); in CopyTOXMark() local
76 if(pSrcType->GetTypeName() == rNm ) in CopyTOXMark()
86 pDoc->InsertTOXType( SwTOXType( eType, rNm ) ); in CopyTOXMark()
/trunk/main/sw/source/filter/inc/
H A Dmsfilter.hxx442 sal_uInt16 GetPos( const String& rNm );
451 sal_uInt16 AddName( const String& rNm );
/trunk/main/sw/source/core/doc/
H A Ddoclay.cxx2150 const String& rNm = pFlyFmt->GetName(); in SetAllUniqueFlyNames() local
2151 if( rNm.Len() ) in SetAllUniqueFlyNames()
2153 if( rNm.Match( sGrfNm ) == ( nLen = sGrfNm.Len() )) in SetAllUniqueFlyNames()
2155 else if( rNm.Match( sFlyNm ) == ( nLen = sFlyNm.Len() )) in SetAllUniqueFlyNames()
2157 else if( rNm.Match( sOLENm ) == ( nLen = sOLENm.Len() )) in SetAllUniqueFlyNames()
2160 … if ( pNum && *pNum < ( nLen = static_cast< xub_StrLen >( rNm.Copy( nLen ).ToInt32() ) ) ) in SetAllUniqueFlyNames()
H A Ddocnum.cxx2469 const String& rNm = pNumRule->GetName(); in GetUniqueNumRuleName() local
2470 if( rNm.Match( aName ) == nNmLen ) in GetUniqueNumRuleName()
2473 nNum = (sal_uInt16)rNm.Copy( nNmLen ).ToInt32(); in GetUniqueNumRuleName()
2477 if( pChkStr && pChkStr->Equals( rNm ) ) in GetUniqueNumRuleName()
H A Ddoctxm.cxx674 const String& rNm = pSect->GetSectionName(); in GetUniqueTOXBaseName() local
675 if( rNm.Match( aName ) == nNmLen ) in GetUniqueTOXBaseName()
678 nNum = (sal_uInt16)rNm.Copy( nNmLen ).ToInt32(); in GetUniqueTOXBaseName()
682 if( pChkStr && pChkStr->Equals( rNm ) ) in GetUniqueTOXBaseName()
/trunk/main/sw/source/core/docnode/
H A Dndsect.cxx1447 const String& rNm = pSectNd->GetSection().GetSectionName(); in GetUniqueSectionName() local
1448 if( rNm.Match( aName ) == nNmLen ) in GetUniqueSectionName()
1451 nNum = static_cast<sal_uInt16>(rNm.Copy( nNmLen ).ToInt32()); in GetUniqueSectionName()
1455 if( pChkStr && pChkStr->Equals( rNm ) ) in GetUniqueSectionName()
/trunk/main/sw/source/filter/ww8/
H A Dwriterhelper.cxx880 sal_uInt16 WrtRedlineAuthor::AddName( const String& rNm ) in AddName() argument
884 myiter aIter = std::find(maAuthors.begin(), maAuthors.end(), rNm); in AddName()
890 maAuthors.push_back(rNm); in AddName()
H A Dwrtww8.cxx201 void Append( WW8_CP nStartCp, const String& rNm, const ::sw::mark::IMark* pBkmk=NULL );
222 void WW8_WrtBookmarks::Append( WW8_CP nStartCp, const String& rNm, const ::sw::mark::IMark*) in Append() argument
224 std::pair<BKMKNmItr,bool> aResult = maSwBkmkNms.insert(std::pair<String,long>(rNm,0L)); in Append()
227 BKMK aBK(false,rNm); in Append()
237 if (aItr->second && aItr->second->second.second == rNm) in Append()
1581 const String& rNm = rStrings[n]; in WriteAsStringTable() local
1582 SwWW8Writer::WriteShort( rStrm, rNm.Len() ); in WriteAsStringTable()
1583 SwWW8Writer::WriteString16(rStrm, rNm, false); in WriteAsStringTable()
/trunk/main/sw/source/core/bastyp/
H A Dswcache.cxx104 , const ByteString &rNm in SwCache() argument
115 , aName( rNm ), in SwCache()
/trunk/main/sw/source/filter/basflt/
H A Dfltini.cxx112 void SwReaderWriterEntry::GetWriter( const String& rNm, const String& rBaseURL, WriterRef& xWrt ) c… in GetWriter() argument
115 (*fnGetWriter)( rNm, rBaseURL, xWrt ); in GetWriter()
/trunk/main/sfx2/inc/sfx2/
H A Dlnkbase.hxx125 SvBaseLink( const String& rNm, sal_uInt16 nObjectType,

Completed in 146 milliseconds

12