Home
last modified time | relevance | path

Searched refs:rName (Results 51 – 75 of 1128) sorted by last modified time

12345678910>>...46

/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx102 const transition* transition::find( const OUString& rName ) in find() argument
108 if( rName.compareToAscii( p->mpName ) == 0 ) in find()
/trunk/main/sc/source/ui/drawfunc/
H A Ddrtxtob.cxx276 const String& rName = pHyper->GetName(); in Execute() local
302 SvxURLField aURLField( rURL, rName, SVXURLFORMAT_REPR ); in Execute()
/trunk/main/sc/source/ui/view/
H A Deditsh.cxx546 const String& rName = pHyper->GetName(); in Execute() local
567 SvxURLField aURLField( rURL, rName, SVXURLFORMAT_REPR ); in Execute()
592 InsertURL( rName, rURL, rTarget, (sal_uInt16) eMode ); in Execute()
/trunk/main/sc/source/filter/html/
H A Dhtmlexp.cxx164 void lcl_AddStamp( String& rStr, const String& rName, in lcl_AddStamp() argument
178 if (rName.Len()) in lcl_AddStamp()
179 rStr += rName; in lcl_AddStamp()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx2687 sal_Bool ScDocFunc::InsertTable( SCTAB nTab, const String& rName, sal_Bool bRecord, sal_Bool bApi ) in InsertTable() argument
2716 if (pDoc->InsertTab( nTab, rName )) in InsertTable()
2721 new ScUndoInsertTab( &rDocShell, nTab, bAppend, rName)); in InsertTable()
2961 sal_Bool ScDocFunc::RenameTable( SCTAB nTab, const String& rName, sal_Bool bRecord, sal_Bool bApi ) in RenameTable() argument
2978 if (pDoc->RenameTab( nTab, rName )) in RenameTable()
2983 new ScUndoRenameTab( &rDocShell, nTab, sOldName, rName)); in RenameTable()
/trunk/main/editeng/source/editeng/
H A Deertfpar.cxx433 SvxRTFStyleType* EditRTFParser::FindStyleSheet( const XubString& rName ) in FindStyleSheet() argument
436 while ( pS && ( pS->sName != rName ) ) in FindStyleSheet()
H A Deditobj.cxx1098 sal_Bool BinTextObject::HasStyleSheet( const XubString& rName, SfxStyleFamily eFamily ) const in HasStyleSheet() argument
1104 if ( ( pC->GetFamily() == eFamily ) && ( pC->GetStyle() == rName ) ) in HasStyleSheet()
1110 void BinTextObject::GetStyleSheet( sal_uInt32 nPara, XubString& rName, SfxStyleFamily& rFamily ) co… in GetStyleSheet() argument
1115 rName = pC->GetStyle(); in GetStyleSheet()
1120 void BinTextObject::SetStyleSheet( sal_uInt32 nPara, const XubString& rName, const SfxStyleFamily& … in SetStyleSheet() argument
1125 pC->GetStyle() = rName; in SetStyleSheet()
H A Deditobj2.hxx275 virtual sal_Bool HasStyleSheet( const XubString& rName, SfxStyleFamily eFamily ) const;
276 virtual void GetStyleSheet( sal_uInt32 nPara, XubString& rName, SfxStyleFamily& eFamily ) const;
277 …virtual void SetStyleSheet( sal_uInt32 nPara, const XubString& rName, const SfxStyleFamily& eFam…
/trunk/main/editeng/inc/editeng/
H A Deditobj.hxx109 virtual sal_Bool HasStyleSheet( const XubString& rName, SfxStyleFamily eFamily ) const;
110 virtual void GetStyleSheet( sal_uInt32 nPara, XubString& rName, SfxStyleFamily& eFamily ) const;
111 …virtual void SetStyleSheet( sal_uInt32 nPara, const XubString& rName, const SfxStyleFamily& eFami…
/trunk/main/svx/source/svdraw/
H A Dsvdoedge.cxx1641 void SdrEdgeObj::TakeObjNameSingul(XubString& rName) const in TakeObjNameSingul()
1643 rName=ImpGetResStr(STR_ObjNameSingulEDGE); in TakeObjNameSingul()
1648 rName += sal_Unicode(' '); in TakeObjNameSingul()
1649 rName += sal_Unicode('\''); in TakeObjNameSingul()
1650 rName += aName; in TakeObjNameSingul()
1651 rName += sal_Unicode('\''); in TakeObjNameSingul()
1655 void SdrEdgeObj::TakeObjNamePlural(XubString& rName) const in TakeObjNamePlural()
1657 rName=ImpGetResStr(STR_ObjNamePluralEDGE); in TakeObjNamePlural()
/trunk/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()
/trunk/main/sw/source/core/doc/
H A Dtblafmt.cxx525 SwTableAutoFmt::SwTableAutoFmt( const String& rName ) in SwTableAutoFmt() argument
526 : aName( rName ), nStrResId( USHRT_MAX ) in SwTableAutoFmt()
/trunk/main/sw/inc/
H A Dtblafmt.hxx212 SwTableAutoFmt( const String& rName );
/trunk/main/xmloff/source/text/
H A Dtxtparae.cxx2260 const OUString& rName = xBookmark->getName(); in exportTextRangeEnumeration() local
2261 if ( rName.getLength() > 0 ) in exportTextRangeEnumeration()
2263 GetExport().AddAttribute(XML_NAMESPACE_OFFICE, XML_NAME, rName); in exportTextRangeEnumeration()
/trunk/main/sd/source/filter/eppt/
H A Deppt.cxx1112 static rtl::OUString getInitials( const rtl::OUString& rName ) in getInitials() argument
1116 const sal_Unicode * pStr = rName.getStr(); in getInitials()
1117 sal_Int32 nLength = rName.getLength(); in getInitials()
/trunk/main/basic/source/runtime/
H A Dstdobj.cxx668 SbxVariable* SbiStdObject::Find( const String& rName, SbxClassType t ) in Find() argument
671 SbxVariable* pVar = SbxObject::Find( rName, t ); in Find()
675 sal_uInt16 nHash_ = SbxVariable::MakeHashCode( rName ); in Find()
691 && ( rName.EqualsIgnoreCaseAscii( p->pName ) ) ) in Find()
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.cxx1477 if ( *it == rName ) { in getPropertyValues()
1677 if ( rName.equalsAsciiL( in getPropertyValues()
1686 else if ( rName.equalsAsciiL( in getPropertyValues()
1778 const rtl::OUString & rName = rValue.Name; in setPropertyValues() local
1781 xProvider->getProperty( rName, aTmpProp ); in setPropertyValues()
1805 else if ( rName.equalsAsciiL( in setPropertyValues()
1814 else if ( rName.equalsAsciiL( in setPropertyValues()
1909 else if ( rName.equalsAsciiL( in setPropertyValues()
1918 else if ( rName.equalsAsciiL( in setPropertyValues()
1927 else if ( rName.equalsAsciiL( in setPropertyValues()
[all …]
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 …]
H A DDAVProperties.hxx47 CurlPropName & rName );
52 static bool isUCBDeadProperty( const CurlPropName & rName );
H A DContentProperties.cxx176 if ( get( rName ) ) in contains()
186 const PropertyValue * pProp = get( rName ); in getValue()
383 const rtl::OUString & rName = rProps[ n ].Name; in containsAllNames() local
384 if ( !contains( rName ) ) in containsAllNames()
387 rNamesNotContained.push_back( rName ); in containsAllNames()
404 const rtl::OUString & rName = (*it); in addProperties() local
406 if ( !contains( rName ) ) // ignore duplicates in addProperties()
462 if ( rName.equals( DAVProperties::CREATIONDATE ) ) in addProperty()
488 else if ( rName.equalsAsciiL( in addProperty()
530 else if ( rName.equalsAsciiL( in addProperty()
[all …]
/trunk/main/vcl/source/window/
H A Dwindow.cxx9224 void Window::SetAccessibleName( const String& rName ) in SetAccessibleName() argument
9231 mpWindowImpl->mpAccessibleInfos->pAccessibleName = new String( rName ); in SetAccessibleName()
/trunk/main/vcl/source/app/
H A Dsettings.cxx735 sal_uLong StyleSettings::ImplNameToSymbolsStyle( const ::rtl::OUString &rName ) const in ImplNameToSymbolsStyle()
737 if ( rName == ::rtl::OUString::createFromAscii( "default" ) ) in ImplNameToSymbolsStyle()
739 else if ( rName == ::rtl::OUString::createFromAscii( "hicontrast" ) ) in ImplNameToSymbolsStyle()
741 else if ( rName == ::rtl::OUString::createFromAscii( "industrial" ) ) in ImplNameToSymbolsStyle()
743 else if ( rName == ::rtl::OUString::createFromAscii( "classic" ) ) in ImplNameToSymbolsStyle()
757 void StyleSettings::SetPreferredSymbolsStyleName( const ::rtl::OUString &rName ) in SetPreferredSymbolsStyleName() argument
759 if ( rName.getLength() > 0 ) in SetPreferredSymbolsStyleName()
761 ::rtl::OUString rNameLowCase( rName.toAsciiLowerCase() ); in SetPreferredSymbolsStyleName()
/trunk/main/xmloff/source/transform/
H A DOOo2Oasis.cxx1808 OUString OOo2OasisTransformer::GetEventName( const OUString& rName, sal_Bool ) in GetEventName() argument
1814 sal_uInt16 nPrefix = XMLEventOOoTransformerContext::GetEventName( rName, in GetEventName()
1819 aNewName = rName; in GetEventName()
/trunk/main/sd/source/ui/slidesorter/inc/controller/
H A DSlsSlotManager.hxx103 bool RenameSlideFromDrawViewShell( sal_uInt16 nPageId, const String& rName);
/trunk/main/xmloff/inc/xmloff/
H A Dattrlist.hxx185 sal_Int16 GetIndexByName( const ::rtl::OUString& rName ) const;

Completed in 276 milliseconds

12345678910>>...46