Home
last modified time | relevance | path

Searched refs:location (Results 76 – 100 of 355) sorted by relevance

12345678910>>...15

/trunk/main/expat/
H A Dexpat-2.5.0.patch412 XML_Char *str; /* the current string writing location */
433 - XML_Content *dest = ret; /* tree node writing location, moves upwards */
435 - XML_Content *jobDest = ret; /* next free writing location in target array */
436 + dest = ret; /* tree node writing location, moves upwards */
438 + jobDest = ret; /* next free writing location in target array */
/trunk/main/offapi/com/sun/star/datatransfer/dnd/
H A DDropTargetDragEvent.idl67 /** The cursor's current x location within the window's coordinates.
73 /** The cursor's current y location within the window's coordinates.
H A DDropTargetDropEvent.idl72 /** The cursor's current x location within the windows' coordinates.
78 /** The cursor's current y location within the windows' coordinates.
H A DXAutoscroll.idl63 X location of the cursor in pixel.
66 Y location of the cursor in pixel.
/trunk/main/offapi/com/sun/star/script/
H A DXLibraryContainerExport.idl47 store a library to a location represented by a URL.
52 Exports a library specified by Name to the location
/trunk/main/officecfg/util/
H A Dcomponent-map.gen66 print OUTFILE "# location of the component schema \n";
69 print OUTFILE "# location of the component data \n";
/trunk/main/offapi/com/sun/star/ucb/
H A DXSimpleFileAccess.idl80 URL of the location the file should be copied to
93 URL of the location the file should be moved to
150 URL describing the location of the new folder
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Durlparameter.cxx390 virtual void SAL_CALL seek( sal_Int64 location ) throw( IllegalArgumentException,
1193 void SAL_CALL InputStreamTransformer::seek( sal_Int64 location ) throw( IllegalArgumentException, in seek() argument
1198 if( location < 0 ) in seek()
1201 pos = sal::static_int_cast<sal_Int32>( location ); in seek()
/trunk/main/offapi/com/sun/star/awt/
H A DMouseEvent.idl59 /** contains the x coordinate location of the mouse.
65 /** contains the y coordinate location of the mouse.
/trunk/main/package/source/package/zippackage/
H A Dwrapstreamforshare.cxx137 void SAL_CALL WrapStreamForShare::seek( sal_Int64 location ) in seek() argument
148 m_xSeekable->seek( location ); in seek()
/trunk/main/scripting/workben/ifc/scripting/
H A D_XScriptInfoAccess.java195 String location = testdata.get("location"); in runGetAllImplementationsTest() local
202 tParam.getMSF(), location); in runGetAllImplementationsTest()
/trunk/main/uui/source/
H A Dnameclashdlg.src101 …Text = "A file with the name \"%NAME\" already exists in the location \"%FOLDER\".\nChoose Replace…
106 …Text = "A file with the name \"%NAME\" already exists in the location \"%FOLDER\".\nPlease enter a…
/trunk/main/vcl/aqua/source/window/
H A Dsalframeview.mm1514 bHasMarkedText = ( mMarkedRange.location != NSNotFound ) &&
1560 if( rangeToReplace.location == NSNotFound )
1562 mMarkedRange = NSMakeRange( selRange.location, [aString length] );
1563 mSelectedRange = NSMakeRange( selRange.location, selRange.length );
1567 mMarkedRange = NSMakeRange( rangeToReplace.location, [aString length] );
1568 … mSelectedRange = NSMakeRange( rangeToReplace.location + selRange.location, selRange.length );
1605 aInputEvent.mnCursorPos = selRange.location;
/trunk/main/udkapi/com/sun/star/script/
H A DXStarBasicLibraryInfo.idl78 URL describing the location where the library is stored if the library
88 URL describing the location of the library linked to.
/trunk/main/comphelper/source/streaming/
H A Dseekableinput.cxx217 void SAL_CALL OSeekableInputWrapper::seek( sal_Int64 location ) in seek() argument
229 m_xCopySeek->seek( location ); in seek()
H A Dotransactedfilestream.cxx609 void SAL_CALL OTruncatedTransactedFileStream::seek( ::sal_Int64 location ) in seek() argument
623 m_pStreamData->m_xTempSeekable->seek( location ); in seek()
631 m_pStreamData->m_xOrigSeekable->seek( location ); in seek()
/trunk/main/bean/qa/complex/bean/
H A DScreenComparer.java52 public ScreenComparer(Rectangle location) in ScreenComparer() argument
54 m_rect = location; in ScreenComparer()
/trunk/main/unotools/source/streaming/
H A Dstreamhelper.cxx72 void SAL_CALL OInputStreamHelper::seek( sal_Int64 location ) throw(::com::sun::star::lang::IllegalA… in seek() argument
77 m_nActPos = sal::static_int_cast<sal_uInt32>(location); in seek()
/trunk/main/ure/source/
H A DREADME222 want, you can override this location when you install the URE, for example, with
235 files respectively. The location of these files is stored by two UNO deployment
288 jvmfwk3rc or jvmfwk3.ini file specifies the location of a suitable JDK/JRE
325 UNO_JAVA_JFW_JREHOME deployment variable to specify the location of a JDK/JRE
368 manifest entry to specify the location of the UNO types. The UNO-Type-Path is
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddocumentdefinition.cxx676 #define REGISTER_PROPERTY( name, location ) \ in IMPLEMENT_FORWARD_XINTERFACE3() argument
677 …Y_##name, PROPERTY_ID_##name, PropertyAttribute::READONLY, &location, ::getCppuType( &location ) ); in IMPLEMENT_FORWARD_XINTERFACE3()
679 #define REGISTER_PROPERTY_BV( name, location ) \ in IMPLEMENT_FORWARD_XINTERFACE3() argument
680 … | PropertyAttribute::BOUND | PropertyAttribute::READONLY, &location, ::getCppuType( &location ) ); in IMPLEMENT_FORWARD_XINTERFACE3()
/trunk/main/ucb/source/ucp/odma/
H A Dodma_inputstream.cxx257 void SAL_CALL OOdmaStream::seek(sal_Int64 location ) in seek() argument
264 m_xInputSeek->seek(location); in seek()
/trunk/main/offapi/com/sun/star/style/
H A DGraphicLocation.idl34 /** These enumeration values are used to specify the location of a
42 /** This value specifies that a location is not yet assigned.
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DLocalDataImporter.idl79 <dd>A file URL that specifies the location of the source data.
81 location of an OOR Update XML file, which will be imported
/trunk/main/svl/source/fsstor/
H A Doinputstreamcontainer.cxx243 void SAL_CALL OFSInputStreamContainer::seek( sal_Int64 location ) in seek() argument
256 m_xSeekable->seek( location ); in seek()
/trunk/main/scripting/examples/beanshell/Highlight/
H A DShowDialog.bsh114 "ScriptBindingLibrary.Highlight?location=application");
127 "ScriptBindingLibrary.Highlight?location=application");

Completed in 83 milliseconds

12345678910>>...15