Home
last modified time | relevance | path

Searched refs:GetCommandLineToken (Results 1 – 6 of 6) sorted by relevance

/aoo41x/main/vcl/unx/generic/printer/
H A Dppdparser.cxx983 aOption = GetCommandLineToken( 1, aOption ); in parse()
1171 aKey = GetCommandLineToken( 1, aKey ); in parseOpenUI()
1204 int nOrder = GetCommandLineToken( 0, aLine ).ToInt32(); in parseOrderDependency()
1205 ByteString aSetup = GetCommandLineToken( 1, aLine ); in parseOrderDependency()
1246 String aToken = GetCommandLineToken( i, aLine ); in parseConstraint()
1313 ImLLx = StringToDouble( GetCommandLineToken( 0, aArea ) ); in getMargins()
1314 ImLLy = StringToDouble( GetCommandLineToken( 1, aArea ) ); in getMargins()
1315 ImURx = StringToDouble( GetCommandLineToken( 2, aArea ) ); in getMargins()
1316 ImURy = StringToDouble( GetCommandLineToken( 3, aArea ) ); in getMargins()
1618 rEncoding = GetCommandLineToken( 0, aAttribs ); in getFontAttributes()
[all …]
/aoo41x/main/vcl/inc/vcl/
H A Dstrhelper.hxx35 String VCL_DLLPUBLIC GetCommandLineToken( int, const String& );
36 ByteString VCL_DLLPUBLIC GetCommandLineToken( int, const ByteString& );
/aoo41x/main/vcl/source/helper/
H A Dstrhelper.cxx120 String GetCommandLineToken( int nToken, const String& rLine ) in GetCommandLineToken() function
171 ByteString GetCommandLineToken( int nToken, const ByteString& rLine ) in GetCommandLineToken() function
/aoo41x/main/vcl/unx/generic/printergfx/
H A Dcommon_gfx.cxx1208 fLeft = StringToDouble( GetCommandLineToken( 0, aLine ) ); in DrawEPS()
1209 fBottom = StringToDouble( GetCommandLineToken( 1, aLine ) ); in DrawEPS()
1210 fRight = StringToDouble( GetCommandLineToken( 2, aLine ) ); in DrawEPS()
1211 fTop = StringToDouble( GetCommandLineToken( 3, aLine ) ); in DrawEPS()
/aoo41x/main/vcl/inc/unx/
H A Dstrhelper.hxx27 String GetCommandLineToken( int, const String& );
/aoo41x/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx2034 ByteString aAlias = GetCommandLineToken( 0, aLine ); in initFontsAlias()
2035 ByteString aMap = GetCommandLineToken( 1, aLine ); in initFontsAlias()
2242 ByteString aFileName( GetCommandLineToken( 0, aLine ) ); in initialize()

Completed in 101 milliseconds