Searched refs:TOKEN (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/xmloff/source/core/ |
H A D | xmltoken.cxx | 2610 TOKEN( "hold", XML_HOLD ), 2628 TOKEN( "dur", XML_DUR ), 2632 TOKEN( "to", XML_TO ), 2633 TOKEN( "by", XML_BY ), 2657 TOKEN( "par", XML_PAR ), 2658 TOKEN( "seq", XML_SEQ ), 2668 TOKEN( "hsl", XML_HSL ), 2669 TOKEN( "rgb", XML_RGB ), 2816 TOKEN( "out", XML_OUT ), 2836 TOKEN( "exit", XML_EXIT ), [all …]
|
/aoo42x/main/sd/source/ui/dlg/ |
H A D | copydlg.cxx | 54 #define TOKEN (sal_Unicode(';')) macro 130 rStr.Append( TOKEN ); in ~CopyDlg() 133 rStr.Append( TOKEN ); in ~CopyDlg() 136 rStr.Append( TOKEN ); in ~CopyDlg() 139 rStr.Append( TOKEN ); in ~CopyDlg() 142 rStr.Append( TOKEN ); in ~CopyDlg() 145 rStr.Append( TOKEN ); in ~CopyDlg() 148 rStr.Append( TOKEN ); in ~CopyDlg() 162 if( aStr.GetTokenCount( TOKEN ) < 8 ) in IMPL_LINK() 211 nTmp = (long)aStr.GetToken( 0, TOKEN ).ToInt32(); in IMPL_LINK() [all …]
|
H A D | tpoption.cxx | 240 #define TOKEN (sal_Unicode(':')) macro 762 aScale.Append( TOKEN ); in GetScale() 772 if( aScale.GetTokenCount( TOKEN ) != 2 ) in SetScale() 775 ByteString aTmp( aScale.GetToken( 0, TOKEN ), RTL_TEXTENCODING_ASCII_US ); in SetScale() 783 aTmp = ByteString( aScale.GetToken( 1, TOKEN ), RTL_TEXTENCODING_ASCII_US ); in SetScale()
|
/aoo42x/main/dtrans/source/cnttype/ |
H A D | mcnttype.cxx | 48 const OUString TOKEN = OUString::createFromAscii( "!#$%&'*+-0123456789ABCDEFGHIJKLMNOPQRSTUVWXY… variable 196 if ( !isInRange( m_nxtSym, TOKEN ) ) in type() 202 if ( isInRange( m_nxtSym, TOKEN ) ) in type() 227 if ( !isInRange( m_nxtSym, TOKEN ) ) in subtype() 232 if ( isInRange( m_nxtSym, TOKEN ) ) in subtype() 266 if ( !isInRange( m_nxtSym, TOKEN ) ) in trailer() 300 if ( isInRange( m_nxtSym, TOKEN ) ) in pName() 336 else if ( isInRange( m_nxtSym, TOKEN ) ) // unquoted pvalue in pValue() 361 else if ( isInRange( m_nxtSym, TOKEN + TSPECIALS + SPACE ) ) in quotedPValue() 387 if ( isInRange( m_nxtSym, TOKEN ) ) in nonquotedPValue() [all …]
|
/aoo42x/main/oox/source/token/ |
H A D | parsexsd.pl | 29 open( TOKEN, ">tokens.txt" ) || die "can't write token file"; 69 print TOKEN "$_\n"; 71 close( TOKEN );
|
/aoo42x/main/xmloff/source/xforms/ |
H A D | TokenContext.hxx | 46 …fine TOKEN_MAP_ENTRY(NAMESPACE,TOKEN) { XML_NAMESPACE_##NAMESPACE, xmloff::token::XML_##TOKEN, xml… argument
|
H A D | xformsapi.cxx | 219 …fine TOKEN_MAP_ENTRY(NAMESPACE,TOKEN) { XML_NAMESPACE_##NAMESPACE, xmloff::token::XML_##TOKEN, xml… argument
|
H A D | xformsexport.cxx | 132 …ine TABLE_ENTRY(NAME,NAMESPACE,TOKEN,CONVERTER) { NAME,sizeof(NAME)-1,XML_NAMESPACE_##NAMESPACE,xm… argument
|
/aoo42x/main/sax/source/tools/ |
H A D | fastserializer.cxx | 65 #define TOKEN(x) (x & 0xffff) macro 118 writeBytes(mxFastTokenHandler->getUTF8Identifier(TOKEN(nElement))); in writeId()
|
Completed in 115 milliseconds