Home
last modified time | relevance | path

Searched refs:_sString (Results 1 – 14 of 14) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/wizards/com/sun/star/wizards/common/
H A DNumberFormatter.py84 def convertStringToNumber(self, _nkey, _sString): argument
85 return self.xNumberFormatter.convertStringToNumber(_nkey, _sString)
H A DNumberFormatter.java75 public double convertStringToNumber(int _nkey, String _sString)throws Exception in convertStringToNumber() argument
77 return xNumberFormatter.convertStringToNumber(_nkey, _sString); in convertStringToNumber()
H A DDesktop.java173 …private static int checkforfirstSpecialCharacter(XMultiServiceFactory _xMSF, String _sString, Loca… in checkforfirstSpecialCharacter() argument
180 …t = xCharacterClassification.parsePredefinedToken(KParseType.IDENTNAME, _sString, 0, _aLocale, nSt… in checkforfirstSpecialCharacter()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/wizards/com/sun/star/wizards/common/
H A DNumberFormatter.py84 def convertStringToNumber(self, _nkey, _sString): argument
85 return self.xNumberFormatter.convertStringToNumber(_nkey, _sString)
H A DNumberFormatter.java75 public double convertStringToNumber(int _nkey, String _sString)throws Exception in convertStringToNumber() argument
77 return xNumberFormatter.convertStringToNumber(_nkey, _sString); in convertStringToNumber()
H A DDesktop.java173 …private static int checkforfirstSpecialCharacter(XMultiServiceFactory _xMSF, String _sString, Loca… in checkforfirstSpecialCharacter() argument
180 …t = xCharacterClassification.parsePredefinedToken(KParseType.IDENTNAME, _sString, 0, _aLocale, nSt… in checkforfirstSpecialCharacter()
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportdesign/source/filter/xml/
H A DxmlFixedContent.cxx60 virtual void InsertString(const OUString& _sString) override;
98 void OXMLCharContent::InsertString(const OUString& _sString) in InsertString() argument
100 m_pFixedContent->characters(_sString); in InsertString()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportdesign/source/filter/xml/
H A DxmlFixedContent.cxx63 virtual void InsertString(const OUString& _sString) override;
103 void OXMLCharContent::InsertString(const OUString& _sString) in InsertString() argument
105 m_pFixedContent->Characters(_sString); in InsertString()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/xmloff/
H A DXMLCharContext.hxx54 virtual void InsertString(const OUString& _sString);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/xmloff/
H A DXMLCharContext.hxx60 virtual void InsertString(const OUString& _sString);
/dports/devel/xelfviewer/XELFViewer-0.03/XDemangle/
H A Dxdemangle.cpp1856 QString _sString=sString; in getLocalScopeSignature() local
1860 if(_compare(_sString,"?")) in getLocalScopeSignature()
1862 _sString=_sString.mid(1,-1); in getLocalScopeSignature()
1864 NUMBER number=readNumber(pHdata,_sString,pSymbol->mode); in getLocalScopeSignature()
1868 _sString=_sString.mid(number.nSize,-1); in getLocalScopeSignature()
1870 if(_compare(_sString,"?")) in getLocalScopeSignature()
4266 QString _sString=sString.left(nSignatureSize); in _compare() local
4268 bResult=(_sString==sSignature); in _compare()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/text/
H A Dtxtparai.cxx179 void XMLCharContext::InsertString(const OUString& _sString) in InsertString() argument
181 GetImport().GetTextImport()->InsertString( _sString ); in InsertString()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/text/
H A Dtxtparai.cxx187 void XMLCharContext::InsertString(const OUString& _sString) in InsertString() argument
189 GetImport().GetTextImport()->InsertString( _sString ); in InsertString()
/dports/devel/xelfviewer/XELFViewer-0.03/SpecAbstract/
H A Dspecabstract.cpp16055 QString _sString=binary.read_ansiString(nStringOffset); in get_WindowsInstaller_vi() local
16057 if(_sString.contains("xml",Qt::CaseInsensitive)) in get_WindowsInstaller_vi()
16062 QString sVersion=XBinary::regExp("\\((.*?)\\)",_sString,1); in get_WindowsInstaller_vi()