/aoo42x/main/unotools/source/config/ |
H A D | compatibility.cxx | 460 OUString sNode; in Commit() local 467 sNode = SETNODE_ALLFILEFORMATS + PATHDELIMITER + aItem.sName + PATHDELIMITER; in Commit() 469 lPropertyValues[ OFFSET_MODULE - 1 ].Name = sNode + PROPERTYNAME_MODULE; in Commit() 470 lPropertyValues[ OFFSET_USEPRTMETRICS - 1 ].Name = sNode + PROPERTYNAME_USEPRTMETRICS; in Commit() 471 lPropertyValues[ OFFSET_ADDSPACING - 1 ].Name = sNode + PROPERTYNAME_ADDSPACING; in Commit() 473 lPropertyValues[ OFFSET_USEOURTABSTOPS - 1 ].Name = sNode + PROPERTYNAME_USEOURTABSTOPS; in Commit() 474 lPropertyValues[ OFFSET_NOEXTLEADING - 1 ].Name = sNode + PROPERTYNAME_NOEXTLEADING; in Commit() 475 lPropertyValues[ OFFSET_USELINESPACING - 1 ].Name = sNode + PROPERTYNAME_USELINESPACING; in Commit() 476 lPropertyValues[ OFFSET_ADDTABLESPACING - 1 ].Name = sNode + PROPERTYNAME_ADDTABLESPACING; in Commit() 477 lPropertyValues[ OFFSET_USEOBJPOS - 1 ].Name = sNode + PROPERTYNAME_USEOBJPOS; in Commit() [all …]
|
H A D | optionsdlg.cxx | 116 OUString sNode( sRootNode + m_sPathDelimiter ); in SvtOptionsDlgOptions_Impl() local 120 OUString sSubNode( sNode + aNodeSeq[n] ); in SvtOptionsDlgOptions_Impl() 141 OUString sNode( _rNode + m_sPathDelimiter ); in ReadNode() local 168 lResult[0] = OUString( sNode + PROPERTY_HIDE ); in ReadNode() 170 lResult[1] = OUString( sNode + sSet ); in ReadNode() 176 m_aOptionNodeList.insert( OptionNodeList::value_type( sNode, bHide ) ); in ReadNode() 180 OUString sNodes( sNode + sSet ); in ReadNode()
|
H A D | configmgr.cxx | 691 OUString sNode, sProperty; in GetLocalProperty() local 692 OSL_VERIFY( splitLastFromConfigurationPath(sPath, sNode, sProperty) ); in GetLocalProperty() 694 Reference< XNameAccess> xAccess( GetHierarchyAccess(sNode), UNO_QUERY ); in GetLocalProperty() 723 OUString sNode, sProperty; in PutLocalProperty() local 724 OSL_VERIFY( splitLastFromConfigurationPath(sPath, sNode, sProperty) ); in PutLocalProperty() 726 Reference<XNameReplace> xNodeReplace(GetHierarchyAccess(sNode), UNO_QUERY); in PutLocalProperty()
|
H A D | eventcfg.cxx | 186 OUString sNode; in Commit() local 195 sNode = sPrefix + it->first + sPostfix; in Commit() 196 …OSL_TRACE("writing binding for: %s",::rtl::OUStringToOString(sNode , RTL_TEXTENCODING_ASCII_US ).p… in Commit() 197 seqValues[ 0 ].Name = sNode; in Commit()
|
H A D | viewoptions.cxx | 315 …css::uno::Reference< css::uno::XInterface > impl_getSetNode( const ::rtl::OUString& sNode … 769 …no::XInterface > SvtViewOptionsBase_Impl::impl_getSetNode( const ::rtl::OUString& sNode , in impl_getSetNode() argument 777 … xNode = ::comphelper::ConfigurationHelper::makeSureSetNodeExists(m_xRoot, m_sListName, sNode); in impl_getSetNode() 780 if (m_xSet.is() && m_xSet->hasByName(sNode) ) in impl_getSetNode() 781 m_xSet->getByName(sNode) >>= xNode; in impl_getSetNode()
|
H A D | configitem.cxx | 683 OUString sNode, sProperty; in PutProperties() local 684 if (splitLastFromConfigurationPath(pNames[i],sNode, sProperty)) in PutProperties() 686 Any aNode = xHierarchyAccess->getByHierarchicalName(sNode); in PutProperties()
|
/aoo42x/main/filter/source/xsltdialog/ |
H A D | typedetectionexport.cxx | 93 const OUString sNode ( RTL_CONSTASCII_USTRINGPARAM ( "node" ) ); in doExport() local 127 xHandler->startElement( sNode, xAttrList ); in doExport() 137 xHandler->startElement( sNode, xAttrList ); in doExport() 156 xHandler->endElement( sNode ); in doExport() 162 xHandler->endElement( sNode ); in doExport() 170 xHandler->startElement( sNode, xAttrList ); in doExport() 180 xHandler->startElement( sNode, xAttrList ); in doExport() 216 xHandler->endElement( sNode ); in doExport() 220 xHandler->endElement( sNode ); in doExport()
|
H A D | typedetectionimport.cxx | 47 sNode( RTL_CONSTASCII_USTRINGPARAM( "node" ) ), in TypeDetectionImporter() 260 if( aName == sNode ) in startElement() 276 if( aName == sNode ) in startElement()
|
H A D | typedetectionimport.hxx | 110 const ::rtl::OUString sNode; member in TypeDetectionImporter
|
/aoo42x/main/filter/source/config/cache/ |
H A D | cacheupdatelistener.cxx | 155 ::rtl::OUString sNode ; in changesOccurred() 172 sNode = sLocale; in changesOccurred() 179 if ( ! ::utl::splitLastFromConfigurationPath(sOrgPath, sTempPath, sNode)) in changesOccurred() 181 sNode = sProperty; in changesOccurred() 187 if ( ! sNode.getLength() ) in changesOccurred() 190 … OUStringList::const_iterator pIt = ::std::find(lChangedItems.begin(), lChangedItems.end(), sNode); in changesOccurred() 192 lChangedItems.push_back(sNode); in changesOccurred()
|
/aoo42x/main/svtools/source/config/ |
H A D | extcolorcfg.cxx | 463 rtl::OUString sNode = sBase; in Commit() local 464 sNode += s_sSep; in Commit() 465 sNode += aIter->first; in Commit() 467 sNode += s_sSep; in Commit() 468 sNode += sColorEntries; in Commit() 476 pPropValues->Name = sNode + s_sSep + aConIter->first; in Commit() 477 ConfigItem::AddNode(sNode, aConIter->first); in Commit()
|
H A D | fontsubstconfig.cxx | 132 OUString sNode(C2U(cFontPairs)); in Commit() local 134 ClearNodeSet(sNode); in Commit() 149 OUString sPrefix(sNode); in Commit() 164 ReplaceSetProperties(sNode, aSetValues); in Commit()
|
H A D | colorcfg.cxx | 300 rtl::OUString sNode(C2U("ColorSchemes")); in Commit() local 301 SetSetProperties(sNode, aPropValues); in Commit()
|
/aoo42x/main/svl/source/config/ |
H A D | asiancfg.cxx | 161 OUString sNode(C2U(sStartEndCharacters)); in Commit() local 163 ClearNodeSet(sNode); in Commit() 173 OUString sPrefix(sNode); in Commit() 185 ReplaceSetProperties(sNode, aSetValues); in Commit()
|
H A D | srchcfg.cxx | 178 OUString sNode; in Commit() local 180 ClearNodeSet(sNode); in Commit() 219 ReplaceSetProperties(sNode, aSetValues); in Commit()
|