Searched refs:wd (Results 1 - 11 of 11) sorted by relevance

/inkscape/cxxtest/cxxtest/
H A DTestRunner.h39 RealWorldDescription wd; local
42 tracker().enterWorld( wd );
43 if ( wd.setUp() ) {
44 for ( SuiteDescription *sd = wd.firstSuite(); sd; sd = sd->next() )
48 wd.tearDown();
50 tracker().leaveWorld( wd );
H A DQtGui.h39 void enterWorld( const WorldDescription &wd )
41 createWindow( wd );
120 void createWindow( const WorldDescription &wd )
122 getTotalTests( wd );
138 void getTotalTests( const WorldDescription &wd )
140 _numTotalTests = wd.numTotalTests();
142 _strTotalTests = wd.strTotalTests( s );
H A DX11Gui.h33 void enterWorld( const WorldDescription &wd )
43 initializeBar( wd );
200 void initializeBar( const WorldDescription &wd )
202 getTotalTests( wd );
212 void getTotalTests( const WorldDescription &wd )
214 _numTotalTests = wd.numTotalTests();
215 wd.strTotalTests( _strTotalTests );
H A DTestTracker.cpp76 void TestTracker::enterWorld( const WorldDescription &wd )
78 setWorld( &wd );
80 _l->enterWorld( wd );
109 void TestTracker::leaveWorld( const WorldDescription &wd )
111 _l->leaveWorld( wd );
H A DTestTracker.h42 void enterWorld( const WorldDescription &wd );
47 void leaveWorld( const WorldDescription &wd );
H A DErrorFormatter.h62 const WorldDescription &wd = tracker().world(); local
63 o << wd.strTotalTests( s ) << (wd.numTotalTests() == 1 ? " test" : " tests");
H A DWin32Gui.h35 void enterWorld( const WorldDescription &wd )
37 getTotalTests( wd );
127 void getTotalTests( const WorldDescription &wd )
129 _numTotalTests = wd.numTotalTests();
130 wd.strTotalTests( _strTotalTests );
/inkscape/src/ui/
H A Ddialog-events.h52 win_data *wd );
55 win_data *wd );
H A Ddialog-events.cpp180 void on_transientize (SPDesktop *desktop, win_data *wd )
182 sp_transientize_callback (desktop, wd);
186 sp_transientize_callback ( SPDesktop *desktop, win_data *wd )
198 if (wd->win)
200 desktop->setWindowTransient (wd->win, transient_policy);
/inkscape/src/widgets/
H A Dgradient-vector.cpp88 static win_data wd; variable
1040 wd.win = dlg;
1041 wd.stop = 0;
1046 conn = new sigc::connection(INKSCAPE.signal_activate_desktop.connect(sigc::bind(sigc::ptr_fun(&sp_transientize_callback), &wd)));
1211 wd.win = dlg = NULL;
1212 wd.stop = 0;
/inkscape/src/
H A Dstyle.cpp1899 double wd = g_ascii_strtod(w, &units) * ex; local
1909 os << wd << units; // reattach units
1931 double wd = g_ascii_strtod(w, &units) * ex; local
1939 os << wd << units; // reattach units

Completed in 25 milliseconds