Home
last modified time | relevance | path

Searched refs:aChars (Results 1 – 25 of 90) sorted by relevance

1234

/trunk/main/oox/source/docprop/
H A Ddocprophandler.cxx97 sal_Int32 nLen = aChars.getLength(); in GetDateTimeFromW3CDTF()
110 …if ( nLen >= 16 && aChars.getStr()[10] == (sal_Unicode)'T' && aChars.getStr()[13] == (sal_Unicode)… in GetDateTimeFromW3CDTF()
130 …if ( ( aChars.getStr()[16 + nOptTime] == (sal_Unicode)'+' || aChars.getStr()[16 + nOptTime] == (sa… in GetDateTimeFromW3CDTF()
162 if ( aChars.getLength() ) in GetKeywordsSet()
167 const sal_Unicode* pStr = aChars.getStr(); in GetKeywordsSet()
203 if ( aChars.getLength() >= 2 ) in GetLanguage()
205 aResult.Language = aChars.copy( 0, 2 ); in GetLanguage()
206 if ( aChars.getLength() >= 5 && aChars.getStr()[2] == (sal_Unicode)'-' ) in GetLanguage()
207 aResult.Country = aChars.copy( 3, 2 ); in GetLanguage()
429 if ( aChars.getLength() >= 4 ) in characters()
[all …]
H A Ddocprophandler.hxx67 ::com::sun::star::util::DateTime GetDateTimeFromW3CDTF( const ::rtl::OUString& aChars );
68 …::com::sun::star::uno::Sequence< ::rtl::OUString > GetKeywordsSet( const ::rtl::OUString& aChars );
69 ::com::sun::star::lang::Locale GetLanguage( const ::rtl::OUString& aChars );
70 void UpdateDocStatistic( const ::rtl::OUString& aChars );
86 …virtual void SAL_CALL characters( const ::rtl::OUString& aChars ) throw (::com::sun::star::xml::sa…
/trunk/main/i18npool/source/localedata/
H A Dfilewriter.cxx154 void OFileWriter::writeParameter(const sal_Char* pAsciiStr, const ::rtl::OUString& aChars) const in writeParameter()
157 writeStringCharacters(aChars); in writeParameter()
161 void OFileWriter::writeParameter(const sal_Char* pAsciiStr, const ::rtl::OUString& aChars, sal_Int1… in writeParameter() argument
164 writeStringCharacters(aChars); in writeParameter()
168 void OFileWriter::writeParameter(const sal_Char* pAsciiStr, const ::rtl::OUString& aChars, sal_Int1… in writeParameter() argument
171 writeStringCharacters(aChars); in writeParameter()
175 …nst sal_Char* pTagStr, const sal_Char* pAsciiStr, const ::rtl::OUString& aChars, const sal_Int16 c… in writeParameter() argument
178 writeStringCharacters(aChars); in writeParameter()
182 …eParameter(const sal_Char* pTagStr, const sal_Char* pAsciiStr, const ::rtl::OUString& aChars) const in writeParameter()
185 writeStringCharacters(aChars); in writeParameter()
[all …]
H A DLocaleNode.hxx74 virtual void writeParameter(const sal_Char* pAsciiStr, const ::rtl::OUString& aChars) const;
75 …virtual void writeParameter(const sal_Char* pAsciiStr, const ::rtl::OUString& aChars, sal_Int16 c…
76 …virtual void writeParameter(const sal_Char* pAsciiStr, const ::rtl::OUString& aChars, sal_Int16 c…
77 …nst sal_Char* pTagStr, const sal_Char* pAsciiStr, const ::rtl::OUString& aChars, const sal_Int16 c…
78 …Parameter(const sal_Char* pTagStr, const sal_Char* pAsciiStr, const ::rtl::OUString& aChars) const;
79 …nst sal_Char* pTagStr, const sal_Char* pAsciiStr, const ::rtl::OUString& aChars, sal_Int16 count0,…
H A Dsaxparser.cxx238 virtual void SAL_CALL characters(const OUString& aChars) throw (SAXException,RuntimeException) in characters() argument
242 l->setValue (aChars); in characters()
243 ::rtl::OUString str(aChars); in characters()
/trunk/main/xmlsecurity/source/helper/
H A Dxsecparser.cxx298 void SAL_CALL XSecParser::characters( const rtl::OUString& aChars ) in characters() argument
303 m_ouX509IssuerName += aChars; in characters()
307 m_ouX509SerialNumber += aChars; in characters()
311 m_ouX509Certificate += aChars; in characters()
315 m_ouSignatureValue += aChars; in characters()
319 m_ouDigestValue += aChars; in characters()
323 m_ouDate += aChars; in characters()
334 m_xNextHandler->characters(aChars); in characters()
/trunk/main/toolkit/test/accessibility/
H A DAccessibleTextHandler.java252 StringBuffer aChars = new StringBuffer(); in characters() local
255 aChars.append( "[" ); in characters()
258 aChars.append( xText.getCharacter(i) ); in characters()
259 aChars.append( "," ); in characters()
264 aChars.deleteCharAt( aChars.length() - 1 ); in characters()
266 aChars.append( "..." ); in characters()
268 aChars.append( "]" ); in characters()
272 aChars.append( " ERROR " ); in characters()
276 return "getCharacters: " + aChars; in characters()
/trunk/main/automation/source/server/
H A DXMLParser.cxx147 CharacterNode( const String& aChars ): Node( NODE_CHARACTER ), aCharacters( aChars ){}; in CharacterNode() argument
236 …virtual void SAL_CALL characters( const ::rtl::OUString& aChars ) throw (::com::sun::star::xml::sa…
361 void SAXParser::characters( const ::rtl::OUString& aChars ) throw (::com::sun::star::xml::sax::SAXE… in characters() argument
366 for ( int i = 0 ; bAllWhitespace && i < aChars.getLength() ; i++ ) in characters()
367 if ( aChars[i] != 10 // LF in characters()
368 && aChars[i] != 13 // CR in characters()
369 && aChars[i] != ' ' // Blank in characters()
370 && aChars[i] != '\t' ) // Tab in characters()
375 NodeRef xNewNode = new CharacterNode ( String(aChars) ); in characters()
/trunk/main/sd/source/ui/func/
H A Dfubullet.cxx173 String aChars, aFontName; in InsertSpecialCharacter() local
177 aChars = ((const SfxStringItem*)pItem)->GetValue(); in InsertSpecialCharacter()
196 if (!aChars.Len() ) in InsertSpecialCharacter()
231 aChars = pCItem->GetValue(); in InsertSpecialCharacter()
237 if( aChars.Len() ) in InsertSpecialCharacter()
278 pOV->InsertText(aChars, sal_True); in InsertSpecialCharacter()
/trunk/main/oox/source/core/
H A Dcontexthandler2.cxx168 OUString aChars = rInfo.maChars.makeStringAndClear(); in processCollectedChars() local
170 aChars = aChars.trim(); in processCollectedChars()
171 if( aChars.getLength() > 0 ) in processCollectedChars()
172 onCharacters( aChars ); in processCollectedChars()
/trunk/main/svgio/source/svgreader/
H A Dsvgdocumenthandler.cxx541 …void SvgDocHdl::characters( const ::rtl::OUString& aChars ) throw (xml::sax::SAXException, uno::Ru… in characters() argument
543 const sal_uInt32 nLength(aChars.getLength()); in characters()
564 pTarget->concatenate(aChars); in characters()
570 new SvgCharacterNode(maDocument, mpTarget, aChars); in characters()
583 const ::rtl::OUString aTrimmedChars(aChars.trim()); in characters()
604 rSvgTitleDescNode.concatenate(aChars); in characters()
/trunk/main/sw/source/ui/shells/
H A Dtextsh.cxx1114 String aChars, aFontName; in InsertSymbol() local
1117 aChars = ((const SfxStringItem*)pItem)->GetValue(); in InsertSymbol()
1149 if( !aChars.Len() ) in InsertSymbol()
1179 aChars = pCItem->GetValue(); in InsertSymbol()
1189 if( aChars.Len() ) in InsertSymbol()
1216 rSh.Insert( aChars ); in InsertSymbol()
1232 nScript = pBreakIt->GetAllScriptsOfText( aChars ); in InsertSymbol()
1250 rSh.ExtendSelection( sal_False, aChars.Len() ); in InsertSymbol()
1272 if ( aChars.Len() ) in InsertSymbol()
1274 rReq.AppendItem( SfxStringItem( GetPool().GetWhich(SID_CHARMAP), aChars ) ); in InsertSymbol()
/trunk/main/sax/source/expatwrap/
H A Dsaxwriter.cxx971 virtual void SAL_CALL characters(const OUString& aChars)
1239 void SAXWriter::characters(const OUString& aChars) throw(SAXException, RuntimeException) in characters() argument
1249 if( aChars.getLength() ) in characters()
1252 bThrowException = !mp_SaxWriterHelper->writeString( aChars, sal_False, sal_False ); in characters()
1262 sal_Int32 nFirstLineBreakOccurence = getFirstLineBreak( aChars ); in characters()
1264 nLength = calcXMLByteLength( aChars.getStr(), aChars.getLength(), in characters()
1275 if( isFirstCharWhitespace( aChars.getStr() ) ) in characters()
1280 bThrowException = !mp_SaxWriterHelper->writeString(aChars, sal_True , sal_False); in characters()
/trunk/main/framework/inc/xml/
H A Dmenudocumenthandler.hxx81 virtual void SAL_CALL characters(const rtl::OUString& aChars)
149 virtual void SAL_CALL characters(const rtl::OUString& aChars)
194 virtual void SAL_CALL characters(const rtl::OUString& aChars)
235 virtual void SAL_CALL characters(const rtl::OUString& aChars)
274 virtual void SAL_CALL characters(const rtl::OUString& aChars)
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLFastContextHandler.hxx103 virtual void SAL_CALL characters(const ::rtl::OUString & aChars)
260 virtual void lcl_characters(const ::rtl::OUString & aChars)
544 virtual void lcl_characters(const ::rtl::OUString & aChars)
613 virtual void lcl_characters(const ::rtl::OUString & aChars)
/trunk/main/oox/source/drawingml/
H A Dguidcontext.cxx38 void GuidContext::characters( const OUString& aChars ) throw ( SAXException, RuntimeException ) in characters() argument
40 mrGuidId += aChars; in characters()
H A Dtextfieldcontext.cxx55 void TextFieldContext::characters( const OUString& aChars ) throw (SAXException, RuntimeException) in characters() argument
59 mrTextField.getText() += aChars; in characters()
H A Dtextbodycontext.cxx142 void RegularTextRunContext::characters( const OUString& aChars ) throw (SAXException, RuntimeExcept… in characters() argument
146 mpRunPtr->getText() += aChars; in characters()
/trunk/main/xmlsecurity/source/xmlsec/
H A Dxmldocumentwrapper_xmlsecimpl.cxx1031 void SAL_CALL XMLDocumentWrapper_XmlSecImpl::characters( const rtl::OUString& aChars ) in characters() argument
1034 saxHelper.characters(aChars); in characters()
1081 void SAL_CALL XMLDocumentWrapper_XmlSecImpl::_characters( const rtl::OUString& aChars ) in _characters() argument
1084 characters( aChars ); in _characters()
/trunk/main/xmloff/source/core/
H A DXMLBasicExportFilter.cxx86 void XMLBasicExportFilter::characters( const ::rtl::OUString& aChars ) in characters() argument
90 m_xHandler->characters( aChars ); in characters()
/trunk/main/svtools/source/edit/
H A Dsvmedit.cxx819 XubString aChars = Edit::GetGetSpecialCharsFunction()( this, GetFont() ); in KeyInput() local
820 if ( aChars.Len() ) in KeyInput()
822 mpExtTextView->InsertText( aChars ); in KeyInput()
923 XubString aChars = Edit::GetGetSpecialCharsFunction()( this, GetFont() ); in Command() local
924 if ( aChars.Len() ) in Command()
926 mpExtTextView->InsertText( aChars ); in Command()
/trunk/main/oox/source/ppt/
H A Dcommonbehaviorcontext.cxx124 void CommonBehaviorContext::characters( const OUString& aChars ) in characters() argument
129 msCurrentAttribute += aChars; in characters()
/trunk/main/xmlsecurity/source/framework/
H A Dsaxeventkeeperimpl.cxx1342 void SAL_CALL SAXEventKeeperImpl::characters( const rtl::OUString& aChars ) in characters() argument
1349 m_xNextHandler->characters(aChars); in characters()
1356 m_xDocumentHandler->characters(aChars); in characters()
1358 m_xCompressedDocumentHandler->_characters(aChars); in characters()
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavresponseparser.cxx398 …virtual void SAL_CALL characters( const ::rtl::OUString& aChars ) throw (xml::sax::SAXException, u…
943 …void SAL_CALL WebDAVResponseParser::characters( const ::rtl::OUString& aChars ) throw (xml::sax::S… in characters() argument
947 const sal_Int32 nLen(aChars.getLength()); in characters()
952 const ::rtl::OUString aTrimmedChars(aChars.trim()); in characters()
/trunk/main/framework/source/fwe/xml/
H A Dsaxnamespacefilter.cxx153 void SAL_CALL SaxNamespaceFilter::characters(const rtl::OUString& aChars) in characters() argument
156 xDocumentHandler->characters( aChars ); in characters()

Completed in 163 milliseconds

1234