Home
last modified time | relevance | path

Searched refs:token (Results 51 – 75 of 571) sorted by relevance

12345678910>>...23

/trunk/main/xmloff/source/table/
H A DXMLTableExport.cxx53 using namespace ::xmloff::token;
61 using namespace ::xmloff::token;
65 #define _MAP(name,prefix,token,type,context) { name, sizeof(name)-1, prefix, token, type, context,… argument
66 #define CMAP(name,prefix,token,type,context) _MAP(name,prefix,token,type|XML_TYPE_PROP_TABLE_COLUMN… argument
67 #define RMAP(name,prefix,token,type,context) _MAP(name,prefix,token,type|XML_TYPE_PROP_TABLE_ROW,co… argument
/trunk/main/desktop/source/deployment/registry/configuration/
H A Ddp_configuration.cxx386 OUString token( line.getToken( 0, ' ', index ).trim() ); in configmgrini_verify_init() local
387 if (token.getLength() > 0) { in configmgrini_verify_init()
392 m_xcs_files.push_back( token ); in configmgrini_verify_init()
401 OUString token( line.getToken( 0, ' ', index ).trim() ); in configmgrini_verify_init() local
402 if (token.getLength() > 0) in configmgrini_verify_init()
404 if (token[ 0 ] == '?') in configmgrini_verify_init()
405 token = token.copy( 1 ); in configmgrini_verify_init()
410 m_xcu_files.push_back( token ); in configmgrini_verify_init()
/trunk/main/xmloff/source/core/
H A Dnmspmap.cxx40 using namespace ::xmloff::token;
512 if( IsXMLToken( rName, ::xmloff::token::XML_N_SVG ) ) in NormalizeOasisURN()
514 rName = GetXMLToken( ::xmloff::token::XML_N_SVG_COMPAT ); in NormalizeOasisURN()
517 else if( IsXMLToken( rName, ::xmloff::token::XML_N_FO ) ) in NormalizeOasisURN()
519 rName = GetXMLToken( ::xmloff::token::XML_N_FO_COMPAT ); in NormalizeOasisURN()
522 else if( IsXMLToken( rName, ::xmloff::token::XML_N_SMIL ) || in NormalizeOasisURN()
523 IsXMLToken( rName, ::xmloff::token::XML_N_SMIL_OLD ) ) in NormalizeOasisURN()
525 rName = GetXMLToken( ::xmloff::token::XML_N_SMIL_COMPAT ); in NormalizeOasisURN()
/trunk/main/filter/source/config/tools/merge/
H A DpyAltFCFGMerge322 token=''
326 if token != '':
327 tokenList.append(token)
328 token=''
332 token+=c
333 if token:
334 tokenList.append(token)
/trunk/main/dbaccess/source/filter/xml/
H A DxmlExport.cxx296 static ::rtl::OUString s_sTrue(::xmloff::token::GetXMLToken( XML_TRUE )); in exportDataSource()
329 ::xmloff::token::XMLTokenEnum eToken = XML_TOKEN_INVALID; in exportDataSource()
493 const ::xmloff::token::XMLTokenEnum pSettings[] = { in exportApplicationConnectionSettings()
529 const ::xmloff::token::XMLTokenEnum pSettings[] = { in exportDriverSettings()
791 ,::xmloff::token::XMLTokenEnum _eTokenFilter in exportSequence()
792 ,::xmloff::token::XMLTokenEnum _eTokenType) in exportSequence()
829 ,enum ::xmloff::token::XMLTokenEnum _eComponents in exportCollection()
830 ,enum ::xmloff::token::XMLTokenEnum _eSubComponents in exportCollection()
966 ,enum ::xmloff::token::XMLTokenEnum _eStatementType) in exportFilter()
1291 sal_uInt32 ODBExport::exportDoc(enum ::xmloff::token::XMLTokenEnum eClass) in exportDoc()
[all …]
/trunk/main/mysqlc/source/
H A Dmysqlc_connection.cxx119 OUString token; in construct() local
138 token = url.getToken(0, '/', nIndex); in construct()
139 if (token.getLength()) { in construct()
141 OUString hostandport = token.getToken(0,':', nIndex1); in construct()
144 hostandport = token.getToken(0, ':', nIndex1); in construct()
148 token = url.getToken(0, '/', nIndex); in construct()
149 if (token.getLength() && nIndex) { in construct()
150 aDbName = token; in construct()
H A Dmysqlc_resultset.cxx302 OUString token; in getDate() local
306 token = dateString.getToken (0, '-', nIndex); in getDate()
309 d.Year = static_cast<sal_uInt16>(token.toInt32(10)); in getDate()
312 d.Month = static_cast<sal_uInt16>(token.toInt32(10)); in getDate()
315 d.Day = static_cast<sal_uInt16>(token.toInt32(10)); in getDate()
575 OUString token; in getTime() local
581 token = timeString.getToken (0, ':', nIndex); in getTime()
584 t.Hours = static_cast<sal_uInt16>(token.toInt32(10)); in getTime()
587 t.Minutes = static_cast<sal_uInt16>(token.toInt32(10)); in getTime()
590 t.Seconds = static_cast<sal_uInt16>(token.toInt32(10)); in getTime()
/trunk/main/offapi/com/sun/star/i18n/
H A DXCharacterClassification.idl143 Parse a string for a token starting at position <em>nPos</em>.
155 unambiguous token could be parsed,
160 <p> If a token may represent either a numeric value or a
202 // Parse any token.
205 // Get parsed token.
233 Parse a string for a token of type <em>nTokenType</em> starting
237 <member>parseAnyToken</member>. If the actual token does not
258 // Parse predefined (must be an IDENTNAME) token.
H A DParseResult.idl47 /** Number of characters (not code points) of the parsed token, not
51 /** Value of token in case of numeric. */
54 /** <type>KParseType</type> token type like
59 token matched. If <em>TokenType</em> is a
67 actual token matched. */
/trunk/main/offapi/com/sun/star/xml/sax/
H A DXFastContextHandler.idl61 contains the integer token from the <type>XFastTokenHandler</type>
66 token of the elements local name from the <type>XFastTokenHandler</type>
67 and the integer token of the namespace combined with an arithmetic
114 contains the integer token from the <type>XFastTokenHandler</type>
119 integer token of the elements local name from the
120 <type>XFastTokenHandler</type> and the integer token of the
H A DXFastSerializer.idl76 contains the integer token from the <type>XFastTokenHandler</type>
81 token of the elements local name from the <type>XFastTokenHandler</type>
82 and the integer token of the namespace combined with an arithmetic
129 contains the integer token from the <type>XFastTokenHandler</type>
134 token of the elements local name from the <type>XFastTokenHandler</type>
135 and the integer token of the namespace combined with an arithmetic
/trunk/main/xmloff/source/forms/
H A Delementimport.cxx68 using namespace ::xmloff::token;
211 …if( token::IsXMLToken(_rLocalName, token::XML_EVENT_LISTENERS) && (XML_NAMESPACE_OFFICE == _nPrefi… in CreateChildContext()
603 if ( token::IsXMLToken( _rLocalName, token::XML_CONTROL_IMPLEMENTATION ) ) in handleAttribute()
607 if ( token::IsXMLToken( _rLocalName, token::XML_NAME ) ) in handleAttribute()
616 if ( token::IsXMLToken( _rLocalName, token::XML_TEXT_STYLE_NAME ) ) in handleAttribute()
2018 if( token::IsXMLToken(_rLocalName, token::XML_FORM) ) in CreateChildContext()
2021 else if ( token::IsXMLToken(_rLocalName, token::XML_CONNECTION_RESOURCE) ) in CreateChildContext()
2023 else if( (token::IsXMLToken(_rLocalName, token::XML_EVENT_LISTENERS) && in CreateChildContext()
2025 token::IsXMLToken( _rLocalName, token::XML_PROPERTIES) ) in CreateChildContext()
H A Dproperty_description.hxx46 ::xmloff::token::XMLTokenEnum attributeToken;
50 ,attributeToken( ::xmloff::token::XML_TOKEN_INVALID ) in AttributeDescription()
56 const ::xmloff::token::XMLTokenEnum i_attributeToken in AttributeDescription()
109 const ::xmloff::token::XMLTokenEnum i_attributeToken, in PropertyDescription()
/trunk/main/shell/source/tools/lngconvex/
H A Dlngconvex.cxx523 std::string token; in inflate_rc_template_to_file() local
524 iss >> token; in inflate_rc_template_to_file()
525 substitutor.substitute(token); in inflate_rc_template_to_file()
532 if (is_placeholder(token)) in inflate_rc_template_to_file()
533 token = make_winrc_unicode_string(token); in inflate_rc_template_to_file()
535 line += token; in inflate_rc_template_to_file()
/trunk/main/xmloff/source/draw/
H A Dsdpropls.cxx83 using namespace ::xmloff::token;
85 #define _MAP(name,prefix,token,type,context) { name, sizeof(name)-1, prefix, token, type, context,… argument
86 #define _MAPV(name,prefix,token,type,context,version) { name, sizeof(name)-1, prefix, token, type,… argument
87 #define GMAP(name,prefix,token,type,context) _MAP(name,prefix,token,static_cast<sal_Int32>(type|XML… argument
88 #define GMAPV(name,prefix,token,type,context,version) _MAPV(name,prefix,token,static_cast<sal_Int32… argument
89 #define DPMAP(name,prefix,token,type,context) _MAP(name,prefix,token,static_cast<sal_Int32>(type|XM… argument
90 #define TMAP(name,prefix,token,type,context) _MAP(name,prefix,token,static_cast<sal_Int32>(type|XML… argument
91 #define PMAP(name,prefix,token,type,context) _MAP(name,prefix,token,type|XML_TYPE_PROP_PARAGRAPH,co… argument
H A DXMLGraphicsDefaultStyle.cxx48 using ::xmloff::token::IsXMLToken;
49 using ::xmloff::token::XML_TEXT_PROPERTIES;
50 using ::xmloff::token::XML_GRAPHIC_PROPERTIES;
51 using ::xmloff::token::XML_PARAGRAPH_PROPERTIES;
/trunk/main/rdbmaker/source/rdbmaker/
H A Drdbmaker.cxx198 sal_Char token; in createFileName() local
201 token = '/'; in createFileName()
204 token = '\\'; in createFileName()
212 nameBuffer.append(fileName.getToken( 0, token, nIndex ).getStr()); in createFileName()
217 nameBuffer.append(token); in createFileName()
234 nameBuffer.append(token); in createFileName()
/trunk/main/codemaker/source/codemaker/
H A Dglobal.cxx126 sal_Char token; in createFileNameFromType() local
129 token = '/'; in createFileNameFromType()
132 token = '\\'; in createFileNameFromType()
140 nameBuffer.append(fileName.getToken(0, token, nIndex).getStr()); in createFileNameFromType()
146 nameBuffer.append(token); in createFileNameFromType()
160 nameBuffer.append(token); in createFileNameFromType()
/trunk/main/xmloff/inc/xmloff/
H A DXMLSettingsExportContext.hxx44 virtual void AddAttribute( enum ::xmloff::token::XMLTokenEnum i_eName,
46 virtual void AddAttribute( enum ::xmloff::token::XMLTokenEnum i_eName,
47 enum ::xmloff::token::XMLTokenEnum i_eValue ) = 0;
49 virtual void StartElement( enum ::xmloff::token::XMLTokenEnum i_eName,
H A DNamedBoolPropertyHdl.hxx45 ::xmloff::token::XMLTokenEnum eTrue, in XMLNamedBoolPropertyHdl()
46 ::xmloff::token::XMLTokenEnum eFalse in XMLNamedBoolPropertyHdl()
48 maTrueStr( ::xmloff::token::GetXMLToken( eTrue ) ), in XMLNamedBoolPropertyHdl()
49 maFalseStr( ::xmloff::token::GetXMLToken( eFalse ) ) in XMLNamedBoolPropertyHdl()
/trunk/main/xmloff/source/text/
H A Dtxtprhdl.cxx66 using namespace ::xmloff::token;
1420 pHdl = new XMLNamedBoolPropertyHdl( ::xmloff::token::XML_ABOVE, in GetPropertyHandler()
1421 ::xmloff::token::XML_BELOW ); in GetPropertyHandler()
1429 pHdl = new XMLNamedBoolPropertyHdl( xmloff::token::XML_COLLAPSING, in GetPropertyHandler()
1430 xmloff::token::XML_SEPARATING ); in GetPropertyHandler()
1434 ::xmloff::token::XML_SKIP_WHITE_SPACE, in GetPropertyHandler()
1435 ::xmloff::token::XML_CONTINUOUS); in GetPropertyHandler()
1439 ::xmloff::token::XML_ALWAYS, in GetPropertyHandler()
1440 ::xmloff::token::XML_AUTO); in GetPropertyHandler()
1444 ::xmloff::token::XML_AUTO, in GetPropertyHandler()
[all …]
/trunk/main/xmloff/source/transform/
H A DRenameElemTContext.hxx45 ::xmloff::token::XMLTokenEnum eToken );
53 ::xmloff::token::XMLTokenEnum eToken,
55 ::xmloff::token::XMLTokenEnum eAToken,
56 ::xmloff::token::XMLTokenEnum eVToken );
H A DStyleOASISTContext.cxx49 using namespace ::xmloff::token;
198 ::xmloff::token::GetXMLToken( in StartElement()
231 ::xmloff::token::GetXMLToken( in StartElement()
250 ::xmloff::token::GetXMLToken( in StartElement()
440 ::xmloff::token::GetXMLToken( in StartElement()
449 ::xmloff::token::GetXMLToken( in StartElement()
637 ::xmloff::token::GetXMLToken( XML_PROPERTIES ) ) ); in Export()
777 ::xmloff::token::XMLTokenEnum eToken, in XMLStyleOASISTContext()
/trunk/main/xmloff/source/style/
H A DWordWrapPropertyHdl.cxx58 if( rStrImpValue == GetXMLToken( xmloff::token::XML_WRAP ) ) in importXML()
63 if( rStrImpValue == GetXMLToken( xmloff::token::XML_NO_WRAP ) ) in importXML()
90 rStrExpValue = GetXMLToken( xmloff::token::XML_WRAP ); in exportXML()
94 rStrExpValue = GetXMLToken( xmloff::token::XML_NO_WRAP ); in exportXML()
/trunk/main/rsc/source/rscpp/
H A Dcpp1.c61 char token[IDMAX + 1]; /* Current input token */ variable
200 token[ i ] = 0; in InitCpp1()
499 fputs(token, pCppOut); /* Quite ordinary token */
504 && nEvalOff + (len=strlen(token)) < NEVALBUF )
506 strcpy( &EvalBuf[nEvalOff], token );

Completed in 182 milliseconds

12345678910>>...23