Searched refs:aLName (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/xmloff/source/core/ |
H A D | unoatrcn.cxx | 94 const OUString aLName( aName.copy( nPos+1L ) ); in getIndexByName() local 98 if( mpContainer->GetAttrLName(nAttr) == aLName && in getIndexByName() 206 const OUString aLName( aName.copy( nPos+1L )); in replaceByName() local 210 if( mpContainer->SetAt( nAttr, aPrefix, aLName, pData->Value ) ) in replaceByName() 215 if( mpContainer->SetAt( nAttr, aPrefix, pData->Namespace, aLName, pData->Value ) ) in replaceByName() 249 const OUString aLName( aName.copy( nPos+1L )); in insertByName() local 253 if( mpContainer->AddAttr( aPrefix, aLName, pData->Value ) ) in insertByName() 258 if( mpContainer->AddAttr( aPrefix, pData->Namespace, aLName, pData->Value ) ) in insertByName()
|
/aoo42x/main/editeng/source/items/ |
H A D | xmlcnitm.cxx | 149 const ::rtl::OUString aLName( aName.copy( pos+1 )); in PutValue() local 153 if( !pNewImpl->AddAttr( aPrefix, aLName, pData->Value ) ) in PutValue() 158 if( !pNewImpl->AddAttr( aPrefix, pData->Namespace, aLName, pData->Value ) ) in PutValue()
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | XMLTableHeaderFooterContext.cxx | 69 OUString aLName; in XMLTableHeaderFooterContext() local 70 sal_uInt16 nPrefix(GetImport().GetNamespaceMap().GetKeyByAttrName( rAttrName, &aLName )); in XMLTableHeaderFooterContext() 76 if( IsXMLToken(aLName, XML_DISPLAY ) ) in XMLTableHeaderFooterContext()
|
/aoo42x/main/sw/source/ui/docvw/ |
H A D | edtwin.cxx | 5657 const String aLName = rCharClass.toLower( rS, 0, rWord.Len() ); in FillStrArr() local 5658 if( aLName != aLWord ) in FillStrArr()
|
Completed in 46 milliseconds