Home
last modified time | relevance | path

Searched refs:sPrefix (Results 1 – 25 of 93) sorted by relevance

1234

/trunk/main/sw/source/ui/envelp/
H A Dlabelcfg.cxx170 sPrefix += C2U("/"); in FillLabels()
172 sPrefix += C2U("/"); in FillLabels()
199 sPrefix += C2U("/"); in HasLabel()
201 sPrefix += C2U("/"); in HasLabel()
260 sPrefix += C2U("/"); in SaveLabel()
262 sPrefix += C2U("/"); in SaveLabel()
284 sFoundNode = sPrefix; in SaveLabel()
288 sFoundNode = sPrefix; in SaveLabel()
293 sPrefix += C2U("/"); in SaveLabel()
294 sPrefix += sFoundNode; in SaveLabel()
[all …]
/trunk/main/desktop/source/deployment/registry/
H A Ddp_backenddb.cxx177 const OUString sPrefix = getNSPrefix(); in removeEntry() local
179 sExpression.append(sPrefix); in removeEntry()
262 const OUString sPrefix = getNSPrefix(); in getKeyElement() local
265 sExpression.append(sPrefix); in getKeyElement()
372 sPrefix + sListTagName + OUSTR("/") + sPrefix + sPairTagName); in readVectorOfPair()
459 const OUString sPrefix = getNSPrefix(); in writeSimpleElement() local
490 const OUString sPrefix = getNSPrefix(); in writeKeyElement() local
537 const OUString sPrefix = getNSPrefix(); in readSimpleElement() local
567 sPrefix + sListTagName + OUSTR("/") + sPrefix + sMemberTagName + OUSTR("/text()")); in readList()
602 buf.append(sPrefix); in getOneChildFromAllEntries()
[all …]
/trunk/main/extensions/source/bibliography/
H A Dbibconfig.cxx153 sPrefix += C2U("/"); in BibConfig()
154 sPrefix += pNodeNames[nNode]; in BibConfig()
155 sPrefix += C2U("/"); in BibConfig()
156 pHistoryNames[0] = sPrefix; in BibConfig()
158 pHistoryNames[1] = sPrefix; in BibConfig()
160 pHistoryNames[2] = sPrefix; in BibConfig()
173 sPrefix += C2U("Fields"); in BibConfig()
280 sPrefix += C2U("/_"); in Commit()
282 sPrefix += C2U("/"); in Commit()
294 sPrefix += C2U("Fields"); in Commit()
[all …]
/trunk/main/xmloff/source/core/
H A DDomExport.cxx166 void addNamespace( const OUString& sPrefix, const OUString& sURI );
167 OUString qualifiedName( const OUString& sPrefix, const OUString& sURI,
206 void DomExport::addNamespace( const OUString& sPrefix, const OUString& sURI ) in addNamespace() argument
209 sal_uInt16 nKey = rMap.GetKeyByPrefix( sPrefix ); in addNamespace()
217 rMap.Add( sPrefix, sURI ); in addNamespace()
219 OUString( RTL_CONSTASCII_USTRINGPARAM( "xmlns:" ) ) + sPrefix, in addNamespace()
224 OUString DomExport::qualifiedName( const OUString& sPrefix, in qualifiedName() argument
229 if( ( sPrefix.getLength() > 0 ) && ( sURI.getLength() > 0 ) ) in qualifiedName()
231 addNamespace( sPrefix, sURI ); in qualifiedName()
232 sBuffer.append( sPrefix ); in qualifiedName()
H A Dnmspmap.cxx109 pEntry->sPrefix = rPrefix; in _Add()
179 return (aIter != aNameMap.end()) ? (*aIter).second->sPrefix : sEmpty; in GetPrefixByKey()
195 const ::rtl::OUString & prefix( (*aIter).second->sPrefix ); in GetAttrNameByKey()
310 *pPrefix = rEntry.sPrefix; in _GetKeyByAttrName()
328 xEntry->sPrefix = OUString(); in _GetKeyByAttrName()
334 xEntry->sPrefix = rAttrName.copy( 0L, nColonPos ); in _GetKeyByAttrName()
339 *pPrefix = xEntry->sPrefix; in _GetKeyByAttrName()
351 else if ( xEntry->sPrefix == sXMLNS ) in _GetKeyByAttrName()
423 OUString sPrefix( OUString::createFromAscii(pPrefix) ); in AddAtIndex() local
426 return AddAtIndex( nIdx, sPrefix, sName, nKey ); in AddAtIndex()
[all …]
/trunk/main/writerfilter/source/resourcemodel/
H A DLoggedResources.cxx34 LoggedResourcesHelper::LoggedResourcesHelper(TagLogger::Pointer_t pLogger, const string & sPrefix) in LoggedResourcesHelper() argument
35 : mpLogger(pLogger), msPrefix(sPrefix) in LoggedResourcesHelper()
80 LoggedStream::LoggedStream(TagLogger::Pointer_t pLogger, const string & sPrefix) in LoggedStream() argument
81 : mHelper(pLogger, sPrefix) in LoggedStream()
260 LoggedProperties::LoggedProperties(TagLogger::Pointer_t pLogger, const string & sPrefix) in LoggedProperties() argument
261 : mHelper(pLogger, sPrefix) in LoggedProperties()
296 LoggedTable::LoggedTable(TagLogger::Pointer_t pLogger, const string & sPrefix) in LoggedTable() argument
297 : mHelper(pLogger, sPrefix) in LoggedTable()
H A DTagLogger.cxx438 string sPrefix = aIt->second->mFileName; in dump() local
439 size_t nLastSlash = sPrefix.find_last_of('/'); in dump()
440 size_t nLastBackslash = sPrefix.find_last_of('\\'); in dump()
444 if (nCutPos < sPrefix.size()) in dump()
445 sPrefix = sPrefix.substr(nCutPos + 1); in dump()
448 fileName += sPrefix; in dump()
/trunk/main/svtools/source/config/
H A Dfontsubstconfig.cxx149 OUString sPrefix(sNode); in Commit() local
150 sPrefix += C2U("/_"); in Commit()
151 sPrefix += OUString::valueOf((sal_Int32)i); in Commit()
152 sPrefix += C2U("/"); in Commit()
155 pSetValues[nSetValue].Name = sPrefix; pSetValues[nSetValue].Name += sReplaceFont; in Commit()
157 pSetValues[nSetValue].Name = sPrefix; pSetValues[nSetValue].Name += sSubstituteFont; in Commit()
159 pSetValues[nSetValue].Name = sPrefix; pSetValues[nSetValue].Name += sAlways; in Commit()
161 pSetValues[nSetValue].Name = sPrefix; pSetValues[nSetValue].Name += sOnScreenOnly; in Commit()
/trunk/main/svl/source/config/
H A Dasiancfg.cxx173 OUString sPrefix(sNode); in Commit() local
174 sPrefix += C2U("/"); in Commit()
175 sPrefix += pImpl->aForbiddenArr[i]->aLocale.Language; in Commit()
177 sPrefix += C2U("-"); in Commit()
178 sPrefix += pImpl->aForbiddenArr[i]->aLocale.Country; in Commit()
179 sPrefix += C2U("/"); in Commit()
180 pSetValues[nSetValue].Name = sPrefix; pSetValues[nSetValue].Name += sStartChars; in Commit()
182 pSetValues[nSetValue].Name = sPrefix; pSetValues[nSetValue].Name += sEndChars; in Commit()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/schema/
H A DNamespaceMap.java87 final String sPrefix; in ProvideNamespace() local
101 sPrefix = sCandidate; in ProvideNamespace()
106 sPrefix = sDefaultPrefix; in ProvideNamespace()
109 maURIToPrefixMap.put(sNamespaceURI, sPrefix); in ProvideNamespace()
156 private boolean IsPrefixUsed (final String sPrefix) in IsPrefixUsed() argument
162 if (sUsedPrefix.equals(sPrefix)) in IsPrefixUsed()
/trunk/main/xmloff/source/xforms/
H A DXFormsBindContext.cxx167 const OUString& sPrefix = aMap.GetPrefixByKey( nKeyIter ); in lcl_fillNamespaceContainer() local
171 DBG_ASSERT( sPrefix.getLength() > 0, "no prefix?" ); in lcl_fillNamespaceContainer()
172 if( sPrefix.getStr()[0] != sal_Unicode( '_' ) && in lcl_fillNamespaceContainer()
176 if( xContainer->hasByName( sPrefix ) ) in lcl_fillNamespaceContainer()
177 xContainer->replaceByName( sPrefix, makeAny( sNamespace ) ); in lcl_fillNamespaceContainer()
179 xContainer->insertByName( sPrefix, makeAny( sNamespace ) ); in lcl_fillNamespaceContainer()
/trunk/main/xmloff/source/style/
H A Dxmlexppr.cxx1003 OUString sPrefix; in _exportXML() local
1007 sPrefix = pAttribName->copy( 0, nColonPos ); in _exportXML()
1009 if( sPrefix.getLength() ) in _exportXML()
1015 sal_uInt16 nKey = pNamespaceMap->GetKeyByPrefix( sPrefix ); in _exportXML()
1035 OUString sOrigPrefix( sPrefix ); in _exportXML()
1040 sPrefix = sNameBuffer.makeStringAndClear(); in _exportXML()
1041 nKey = pNamespaceMap->GetKeyByPrefix( sPrefix ); in _exportXML()
1051 sPrefix = pNamespaceMap->GetPrefixByKey( nKey ); in _exportXML()
1054 sNameBuffer.append( sPrefix ); in _exportXML()
1067 pNewNamespaceMap->Add( sPrefix, sNamespace ); in _exportXML()
[all …]
/trunk/main/sw/inc/
H A Dfmtftntx.hxx44 String sPrefix; member in SwFmtFtnEndAtTxtEnd
54 : SfxEnumItem( rAttr ), sPrefix( rAttr.sPrefix ), in SwFmtFtnEndAtTxtEnd()
92 const String& GetPrefix() const { return sPrefix; } in GetPrefix()
93 void SetPrefix(const String& rSet) { sPrefix = rSet; } in SetPrefix()
H A Dftninfo.hxx40 String sPrefix; member in SwEndNoteInfo
72 const String& GetPrefix() const { return sPrefix; } in GetPrefix()
75 void SetPrefix(const String& rSet) { sPrefix = rSet; } in SetPrefix()
/trunk/main/sc/source/core/tool/
H A Dunitconv.cxx124 OUString sPrefix = pNodeArray[i]; in ScUnitConverter() local
125 sPrefix += sSlash; in ScUnitConverter()
127 pValNameArray[nIndex] = sPrefix; in ScUnitConverter()
129 pValNameArray[nIndex] = sPrefix; in ScUnitConverter()
131 pValNameArray[nIndex] = sPrefix; in ScUnitConverter()
/trunk/main/cpputools/source/registercomponent/
H A Dregistercomponent.cxx186 OUString sPrefix; member
382 rOptions.sPrefix = OUString(); in parseOptions()
391 rOptions.sPrefix = OStringToOUString( in parseOptions()
523 const OUString & sPrefix,
538 const OUString & sPrefix, in DoIt() argument
548 _sPrefix( sPrefix ), in DoIt()
816 aOptions.bPrefix, aOptions.sPrefix, in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/trunk/main/sw/source/filter/ww8/
H A Dww8par3.cxx550 String sPrefix; in ReadLVL() local
964 if( sPrefix.Len() ) in ReadLVL()
965 rNumFmt.SetPrefix( sPrefix ); in ReadLVL()
1019 String sPrefix ) in AdjustLVL() argument
1070 String aName( sPrefix.Len() ? sPrefix : rNumRule.GetName() ); in AdjustLVL()
1100 String aName( sPrefix.Len() ? sPrefix : rNumRule.GetName() ); in AdjustLVL()
1144 String sPrefix(CREATE_CONST_ASC("WW8Num")); in CreateNextRule() local
1145 sPrefix += String::CreateFromInt32(nUniqueList++); in CreateNextRule()
1407 String sPrefix(CREATE_CONST_ASC( "WW8NumSt" )); in WW8ListManager() local
1408 sPrefix += String::CreateFromInt32( nLfo + 1 ); in WW8ListManager()
[all …]
/trunk/main/dbaccess/source/ui/control/
H A Dcurledit.cxx104 String sPrefix; in SetText() local
108 sPrefix = m_pTypeCollection->getPrefix(_rStr); in SetText()
113 m_pForcedPrefix->SetText(sPrefix); in SetText()
120 nTextWidth = m_pForcedPrefix->GetTextWidth(sPrefix) + 2; in SetText()
/trunk/main/writerfilter/inc/resourcemodel/
H A DLoggedResources.hxx36 explicit LoggedResourcesHelper(TagLogger::Pointer_t pLogger, const string & sPrefix);
56 explicit LoggedStream(TagLogger::Pointer_t pLogger, const string & sPrefix);
96 explicit LoggedProperties(TagLogger::Pointer_t pLogger, const string & sPrefix);
112 explicit LoggedTable(TagLogger::Pointer_t pLogger, const string & sPrefix);
/trunk/main/svx/source/accessibility/
H A DDescriptionGenerator.cxx90 OUString sPrefix; in Initialize() local
93 sPrefix = OUString (SVX_RESSTR (nResourceId)); in Initialize()
97 Initialize (sPrefix); in Initialize()
103 void DescriptionGenerator::Initialize (::rtl::OUString sPrefix) in Initialize() argument
105 msDescription = sPrefix; in Initialize()
/trunk/main/sw/source/core/doc/
H A Ddocftn.cxx73 sPrefix = rInfo.sPrefix; in operator =()
91 sPrefix == rInfo.sPrefix && in operator ==()
101 sPrefix( rInfo.sPrefix ), in SwEndNoteInfo()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DParameterHelper.java404 …String sPrefix = (String)getTestParameters().get( PropertyName.DOC_COMPARATOR_HTML_OUTPUT_PREFIX ); in getHTMLPrefix() local
405 if (sPrefix == null || sPrefix.length() == 0) in getHTMLPrefix()
411 m_sHTMLPrefix = sPrefix; in getHTMLPrefix()
/trunk/main/starmath/source/
H A Dsmdetect.cxx389 … const OUString sPrefix = (sFragment.copy(nPosXMLNS+5,nPosEQ-(nPosXMLNS+5))).trim(); in detect() local
391 … bool bHasPrefix( (sPrefix.isEmpty()) ? false : sPrefix.toChar() == sal_Unicode(':') ); in detect()
394 …? OUString::createFromAscii("<") + sPrefix.copy(1,sPrefix.getLength()-1) + OUString::createFromA… in detect()
/trunk/main/sw/source/filter/xml/
H A Dxmlexpit.cxx175 OUString sPrefix( pUnknown->GetAttrPrefix( i ) ); in exportXML() local
176 if( sPrefix.getLength() ) in exportXML()
182 sal_uInt16 nIdx = pNamespaceMap->GetIndexByPrefix( sPrefix ); in exportXML()
192 pNewNamespaceMap->Add( sPrefix, sNamespace ); in exportXML()
196 sName.append( sPrefix ); in exportXML()
201 sName.append( sPrefix ); in exportXML()
/trunk/main/svx/source/dialog/
H A Dhyprlink.cxx550 rtl::OUString sPrefix; in IMPL_LINK() local
558 sPrefix = rData.sExactPrefix; in IMPL_LINK()
566 sPrefix = rData.sAndPrefix; in IMPL_LINK()
574 sPrefix = rData.sOrPrefix; in IMPL_LINK()
582 sPrefix = rData.sExactPrefix; in IMPL_LINK()
588 String sURL = sPrefix; in IMPL_LINK()

Completed in 93 milliseconds

1234