Home
last modified time | relevance | path

Searched refs:sSuffix (Results 1 – 25 of 37) sorted by relevance

12

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DStateContext.java57 final String sSuffix) in CreateState() argument
79 final String sSuffix) in CreateState() argument
81 if (sSuffix==null && aState.GetSuffix()==null) in CreateState()
85 else if (sSuffix != null) in CreateState()
96 final String sSuffix) in GetState() argument
106 final String sSuffix) in GetOrCreateState() argument
108 State aState = GetState(aBasename, sSuffix); in GetOrCreateState()
111 aState = CreateState(aBasename, sSuffix); in GetOrCreateState()
148 return sSuffix; in GetUnambiguousSuffix()
158 return sSuffix + "_" + nIndex; in GetUnambiguousSuffix()
[all …]
H A DState.java44 final String sSuffix) in State() argument
47 msSuffix = sSuffix; in State()
69 final String sSuffix) in GetStateName() argument
71 if (sSuffix == null) in GetStateName()
74 return aBasename.GetStateName()+"_"+sSuffix; in GetStateName()
H A DStateSet.java152 final String sSuffix = aState.GetSuffix(); in CreateStateForStateSet() local
157 sShortestSuffix = sSuffix; in CreateStateForStateSet()
166 sShortestSuffix = sSuffix; in CreateStateForStateSet()
167 else if (sSuffix.length() < sShortestSuffix.length()) in CreateStateForStateSet()
168 sShortestSuffix = sSuffix; in CreateStateForStateSet()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DFilenameHelper.java90 String sSuffix = splitSuffix(sFilenameWithSuffix); in setCompleteFilename() local
94 m_sSuffix = sSuffix; in setCompleteFilename()
107 String sSuffix = checkSuffix(_sSuffix); in FilenameHelper_impl() local
111 m_sSuffix = sSuffix; in FilenameHelper_impl()
243 String sSuffix; in checkSuffix() local
246 sSuffix = _sSuffix.substring(1); in checkSuffix()
250 sSuffix = _sSuffix; in checkSuffix()
252 return sSuffix; in checkSuffix()
257 String sSuffix = FileHelper.getSuffix(_sName); in splitSuffix() local
258 return checkSuffix(sSuffix); in splitSuffix()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin2.cxx180 String sSuffix( sTxt.Copy(nFound) ); in RequestHelp() local
181 if( sSuffix.EqualsAscii( pMarkToTable ) || in RequestHelp()
182 sSuffix.EqualsAscii( pMarkToFrame ) || in RequestHelp()
183 sSuffix.EqualsAscii( pMarkToRegion ) || in RequestHelp()
184 sSuffix.EqualsAscii( pMarkToOutline ) || in RequestHelp()
185 sSuffix.EqualsAscii( pMarkToText ) || in RequestHelp()
186 sSuffix.EqualsAscii( pMarkToGraphic ) || in RequestHelp()
187 sSuffix.EqualsAscii( pMarkToOLE )) in RequestHelp()
/trunk/main/sw/inc/
H A Dfmtftntx.hxx45 String sSuffix; member in SwFmtFtnEndAtTxtEnd
55 sSuffix( rAttr.sSuffix ), aFmt( rAttr.aFmt ), in SwFmtFtnEndAtTxtEnd()
95 const String& GetSuffix() const { return sSuffix; } in GetSuffix()
96 void SetSuffix(const String& rSet) { sSuffix = rSet; } in SetSuffix()
H A Dftninfo.hxx41 String sSuffix; member in SwEndNoteInfo
73 const String& GetSuffix() const { return sSuffix; } in GetSuffix()
76 void SetSuffix(const String& rSet) { sSuffix = rSet; } in SetSuffix()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx3553 String sSuffix('|'); in getByName() local
3607 *pxDoc, sToCompare, sSuffix ); in getByName()
3613 sSuffix.Erase(); in getByName()
3707 sLinkSuffix(sSuffix), in SwXLinkNameAccessWrapper()
3718 sLinkSuffix(sSuffix), in SwXLinkNameAccessWrapper()
3740 String sSuffix(sLinkSuffix); in getByName() local
3741 if(sParam.Len() > sSuffix.Len() ) in getByName()
3744 sSuffix.Len()); in getByName()
3745 if(sCmp == sSuffix) in getByName()
3801 String sSuffix('|'); in getElementNames() local
[all …]
/trunk/main/svx/source/sidebar/
H A Dnbdtmg.cxx160 static const sal_Char sSuffix[] = "Suffix"; variable
175 pValues[j].Value >>= pNew->sSuffix; in lcl_CreateNumberingSettingsPtr()
184 const sal_Unicode cLocalSuffix = pNew->sSuffix.getLength() ? pNew->sSuffix.getStr()[0] : 0; in lcl_CreateNumberingSettingsPtr()
187 if( cLocalSuffix == ' ') pNew->sSuffix=aEmptyStr; in lcl_CreateNumberingSettingsPtr()
1542 String sSuffix = aFmt.GetSuffix(); in GetNBOIndexForNumRule() local
1590 _pSet->pNumSetting->sSuffix = aFmt.GetSuffix(); in RelplaceNumRule()
1635 aFmt.SetSuffix(_pSet->pNumSetting->sSuffix); in ApplyNumRule()
1803 String sSuffix = aFmt.GetSuffix(); in GetNBOIndexForNumRule() local
1843 ( sSuffix.CompareTo(_pSet->sSuffix.getStr())==COMPARE_EQUAL ) && in GetNBOIndexForNumRule()
1909 _pSet->sSuffix = aFmt.GetSuffix(); in RelplaceNumRule()
[all …]
/trunk/main/sw/source/core/doc/
H A Ddocftn.cxx74 sSuffix = rInfo.sSuffix; in operator =()
92 sSuffix == rInfo.sSuffix; in operator ==()
102 sSuffix( rInfo.sSuffix ), in SwEndNoteInfo()
/trunk/main/svx/source/dialog/
H A Dhyprlink.cxx551 rtl::OUString sSuffix; in IMPL_LINK() local
559 sSuffix = rData.sExactSuffix; in IMPL_LINK()
567 sSuffix = rData.sAndSuffix; in IMPL_LINK()
575 sSuffix = rData.sOrSuffix; in IMPL_LINK()
583 sSuffix = rData.sExactSuffix; in IMPL_LINK()
604 sURL += (String)sSuffix; in IMPL_LINK()
609 sURL += (String)sSuffix; in IMPL_LINK()
/trunk/main/editeng/source/items/
H A Dnumitem.cxx257 rStream.ReadByteString(sSuffix, eEnc); in SvxNumberFormat()
354 rStream.WriteByteString(sSuffix, eEnc); in Store()
427 sSuffix = rFormat.sSuffix ; in operator =()
469 sSuffix != rFormat.sSuffix || in operator ==()
/trunk/main/xmloff/source/text/
H A DXMLIndexBibliographyConfigurationContext.cxx75 sSuffix(), in XMLIndexBibliographyConfigurationContext()
118 sSuffix = sValue; in ProcessAttribute()
255 aAny <<= sSuffix; in CreateAndInsert()
H A DXMLFootnoteConfigurationImportContext.cxx274 sSuffix = sValue; in StartElement()
410 aAny <<= sSuffix; in ProcessSettings()
/trunk/main/desktop/source/migration/services/
H A Dautocorrmigration.cxx45 static ::rtl::OUString sSuffix = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ".dat" ) );
169 sal_Int32 nEnd = sSourceLocalName.lastIndexOf ( sSuffix ); in copyFiles()
175 sTargetLocalName += sSuffix; in copyFiles()
/trunk/main/editeng/inc/editeng/
H A Dnumitem.hxx118 String sSuffix; member in SvxNumberFormat
191 void SetSuffix(const String& rSet) { sSuffix = rSet;} in SetSuffix()
192 const String& GetSuffix() const { return sSuffix;} in GetSuffix()
/trunk/main/xmloff/source/style/
H A Dxmlnume.cxx119 OUString sPrefix, sSuffix; in exportLevelStyle() local
162 rProp.Value >>= sSuffix; in exportLevelStyle()
310 if (sSuffix.getLength() > 0) in exportLevelStyle()
313 sSuffix ); in exportLevelStyle()
H A Dxmlnumi.cxx207 OUString sSuffix; member in SvxXMLListLevelStyleContext_Impl
398 sSuffix = rValue; in SvxXMLListLevelStyleContext_Impl()
500 if (bBullet && sSuffix.getLength()) in GetProperties()
512 sSuffix = ::rtl::OUString(); // clear it in GetProperties()
529 pProps[nPos++].Value <<= sSuffix; in GetProperties()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx2559 sSuffix = ( *(::rtl::OUString*)pValue ); in ImplGetNumberingLevel()
2696 if ( sSuffix == String( RTL_CONSTASCII_USTRINGPARAM( ")" ) ) ) in ImplGetNumberingLevel()
2710 if ( sSuffix == String( RTL_CONSTASCII_USTRINGPARAM( ")" ) ) ) in ImplGetNumberingLevel()
2723 if ( sSuffix == String( RTL_CONSTASCII_USTRINGPARAM( ")" ) ) ) in ImplGetNumberingLevel()
2758 if ( ! ( sSuffix.Len() + sPrefix.Len() ) ) in ImplGetNumberingLevel()
2767 if ( sSuffix.Len() ) in ImplGetNumberingLevel()
2780 if ( sSuffix.Len() ) in ImplGetNumberingLevel()
2788 if ( sSuffix == String( sal_Unicode(0xff0e)) ) in ImplGetNumberingLevel()
2790 else if ( sSuffix.Len() ) in ImplGetNumberingLevel()
2798 if ( sSuffix.Len() ) in ImplGetNumberingLevel()
[all …]
/trunk/main/i18npool/source/localedata/
H A Dlocaledata.cxx1167 OUString sSuffix; member
1250 case 2: level[j].sSuffix = tmp; break; in getOutlineNumberingLevels()
1272 level[j].sSuffix = aEmptyStr; in getOutlineNumberingLevels()
1428 pValues[2].Value <<= pTemp->sSuffix; in getByIndex()
/trunk/main/framework/qa/complex/loadAllDocuments/
H A DCheckXComponentLoader.java305 String sSuffix , in impl_getTempFileName() argument
318 File aTempFile = new File(aDir, sSuffix+i+sPrefix); in impl_getTempFileName()
/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx1901 sSuffix = rAttr.sSuffix; in operator =()
1912 sSuffix == rAttr.sSuffix; in operator ==()
1941 case MID_SUFFIX : rVal <<= OUString(sSuffix); break; in QueryValue()
2012 sSuffix = sVal; in PutValue()
/trunk/main/xmloff/inc/
H A DXMLIndexBibliographyConfigurationContext.hxx60 ::rtl::OUString sSuffix;
H A DXMLFootnoteConfigurationImportContext.hxx58 ::rtl::OUString sSuffix;
/trunk/main/writerfilter/source/dmapper/
H A DNumberingManager.cxx571 OUString sSuffix; in CreateNumberingRules() local
573 OUString& rSuffix = sSuffix; in CreateNumberingRules()

Completed in 204 milliseconds

12