Lines Matching refs:print
201 print( "\n\n# parametric primitive output\n" in ~DebugPlotter()
208 print( " '-' using ($1):($2) title \"Points\" with points" ); in ~DebugPlotter()
214 print( ", \\\n" ); in ~DebugPlotter()
216 print( " '-' using ($1):($2) title \"Vectors\" with lp" ); in ~DebugPlotter()
222 print( ", \\\n" ); in ~DebugPlotter()
224 print( " '-' using ($1):($2) title \"Ranges\" with lines" ); in ~DebugPlotter()
240 print( ", \\\n" ); in ~DebugPlotter()
275 print( ", \\\n" ); in ~DebugPlotter()
298 print( "e\n" ); in ~DebugPlotter()
310 print( "e\n" ); in ~DebugPlotter()
322 print( "e\n" ); in ~DebugPlotter()
347 print( "\ne\n" ); in ~DebugPlotter()
402 void DebugPlotter::print( const sal_Char* pStr ) in print() function in basegfx::DebugPlotter