Home
last modified time | relevance | path

Searched refs:x (Results 501 – 525 of 1170) sorted by relevance

1...<<21222324252627282930>>...47

/trunk/main/scripting/workben/installer/
H A DLogStream.java45 public void println(String x) in println() argument
47 super.println( getTimeStamp() + x ); in println()
/trunk/main/extensions/source/ole/
H A Dole2uno.hxx81 #define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) ) argument
/trunk/main/setup_native/scripts/
H A Dlangpackscript.sh54 while [ x$agreed = x ]; do
/trunk/main/sw/source/ui/dialog/
H A Dwordcountdialog.cxx39 #define SW_RES(x) #x argument
/trunk/main/sw/inc/
H A Deditsh.hxx945 #define ACT_KONTEXT(x) SwActKontext _aActKontext_(x) argument
958 #define MV_KONTEXT(x) SwMvKontext _aMvKontext_(x) argument
/trunk/main/stoc/source/security/
H A Daccess_controller.cxx57 #define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) ) argument
344 static inline void dispose( Reference< XInterface > const & x ) in dispose() argument
347 Reference< lang::XComponent > xComp( x, UNO_QUERY ); in dispose()
/trunk/main/svtools/source/uno/
H A Dsvtxgridcontrol.cxx119 sal_Int32 SAL_CALL SVTXGridControl::getRowAtPoint(::sal_Int32 x, ::sal_Int32 y) throw (RuntimeExcep… in getRowAtPoint() argument
126 TableCell const tableCell = pTable->getTableControlInterface().hitTest( Point( x, y ) ); in getRowAtPoint()
131 sal_Int32 SAL_CALL SVTXGridControl::getColumnAtPoint(::sal_Int32 x, ::sal_Int32 y) throw (RuntimeEx… in getColumnAtPoint() argument
138 TableCell const tableCell = pTable->getTableControlInterface().hitTest( Point( x, y ) ); in getColumnAtPoint()
/trunk/main/slideshow/source/engine/
H A Danimationfactory.cxx531 bool operator()( const ValueT& x ) in operator ()() argument
536 ((*mpAttrLayer).*mpSetValueFunc)( maSetterModifier( x ) ); in operator ()()
546 bool operator()( ValueT x ) in operator ()() argument
551 ((*mpAttrLayer).*mpSetValueFunc)( maSetterModifier( x ) ); in operator ()()
/trunk/main/sfx2/source/appl/
H A Dshutdownicon.cxx124 #define DOSTRING( x ) #x argument
125 #define STRING( x ) DOSTRING( x ) argument
/trunk/main/toolkit/workben/layout/
H A Dwordcountdialog.cxx45 #define SW_RES(x) #x argument
H A Drecover.cxx52 #define SVX_RES(x) #x argument
/trunk/main/fpicker/source/win32/filepicker/
H A Dhelppopupwindow.hxx93 void SAL_CALL show( sal_Int32 x, sal_Int32 y );
106 void SAL_CALL adjustWindowPos( sal_Int32 x, sal_Int32 y, sal_Int32 cx, sal_Int32 cy );
/trunk/main/lingucomponent/source/lingutil/
H A Dlingutil.hxx37 #define A2OU(x) ::rtl::OUString::createFromAscii( x ) argument
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XImageProducer.java78 public void setPixelsByBytes(int x, int y, int width, int height, in setPixelsByBytes() argument
85 public void setPixelsByLongs(int x, int y, int width, int height, in setPixelsByLongs() argument
/trunk/main/dbaccess/source/core/misc/
H A Dapitools.cxx94 Reference< XInterface > x( xDelegator ); in release() local
95 if (! x.is()) in release()
/trunk/main/filter/source/xmlfilteradaptor/
H A DXmlFilterAdaptor.cxx73 #define MAP_LEN(x) x, sizeof(x) - 1 argument
/trunk/main/basic/source/runtime/
H A Dstep2.cxx421 Reference< XInterface > x = *(Reference< XInterface >*)aAny.getValue(); in SetupArgs() local
422 Reference< XDefaultMethod > xDfltMethod( x, UNO_QUERY ); in SetupArgs()
536 Reference< XInterface > x = *(Reference< XInterface >*)aAny.getValue(); in CheckArray() local
537 Reference< XIndexAccess > xIndexAccess( x, UNO_QUERY ); in CheckArray()
588 Reference< XDefaultMethod > xDfltMethod( x, UNO_QUERY ); in CheckArray()
/trunk/main/toolkit/source/awt/
H A Dforward.hxx66 #define W3K_EXPLICIT_CAST(x) static_cast <XWindow2*> (&x) argument
/trunk/main/svx/source/dialog/
H A Dsrchdlg.cxx116 #define SVX_RES(x) #x argument
293 #define SVX_RES_PLAIN(x) ResId (x, DIALOG_MGR ()) argument
294 #define THIS_SVX_RES(x) this, #x argument
395 #define SVX_RES(x) ResId (x, DIALOG_MGR ()) argument
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltercommon.hxx101 #define RESID(x) ResId(x, *getXSLTDialogResMgr() ) argument
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DConfigurationRead.java115 XNameAccess x = (XNameAccess)UnoRuntime.queryInterface( in getSubNodeNames() local
117 names = x.getElementNames(); in getSubNodeNames()
/trunk/main/odk/examples/DevelopersGuide/Accessibility/
H A DSSR.java115 int x, int y, int width, int height, double weightx, double weighty, in addComponent() argument
120 aConstraints.gridx = x; in addComponent()
/trunk/main/connectivity/source/inc/java/
H A Dtools.hxx83 …(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& x,sal_Int32 length);
84 …(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& x,sal_Int32 length);
/trunk/main/cppuhelper/source/
H A Daccess_control.cxx34 #define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) ) argument
/trunk/main/reportdesign/qa/complex/reportdesign/
H A DReportDesignerTest.java358 … XInterface x = (XInterface)getMSF().createInstance("com.sun.star.sdb.DatabaseContext"); in startTestForFile() local
359 assertNotNull("can't create instance of com.sun.star.sdb.DatabaseContext", x); in startTestForFile()
362 XNameAccess xNameAccess = UnoRuntime.queryInterface(XNameAccess.class, x); in startTestForFile()

Completed in 95 milliseconds

1...<<21222324252627282930>>...47