Home
last modified time | relevance | path

Searched refs:location (Results 26 – 50 of 355) sorted by relevance

12345678910>>...15

/trunk/main/package/source/package/zippackage/
H A DZipPackageBuffer.cxx116 void SAL_CALL ZipPackageBuffer::seek( sal_Int64 location ) in seek() argument
119 if ( location > m_nEnd || location < 0 ) in seek()
121 m_nCurrent = location; in seek()
/trunk/main/solenv/bin/modules/
H A DCreatePDBRelocators.pm139 my $location = "";
143 $location = "../../../$basedir$milestoneext/" . $src_location;
148 $location = "../../$basedir$milestoneext/" . $src_location;
156 print RELOCATOR "$location\n";
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dbufferedinputstream.cxx199 void SAL_CALL BufferedInputStream::seek( sal_Int64 location ) in seek() argument
204 if( 0 <= location && location < m_nBufferSize ) in seek()
207 m_nBufferLocation = sal::static_int_cast<sal_Int32>( location ); in seek()
H A Dinputstream.cxx169 sal_Int64 location ) in seek() argument
174 if( location < 0 ) in seek()
176 if( osl::FileBase::E_None != m_aFile.setPos( Pos_Absolut, sal_uInt64( location ) ) ) in seek()
/trunk/main/filter/source/xmlfilterdetect/
H A Dfilterdetect.cxx114 sal_Int32 location=nLength; in detect() local
121 location=i; in detect()
232 if ( location == aArguments.getLength() ) in detect()
235 aArguments[location].Name = ::rtl::OUString::createFromAscii( "TypeName" ); in detect()
237 aArguments[location].Value <<=sTypeName; in detect()
/trunk/main/offapi/com/sun/star/sdb/
H A DXDatabaseRegistrations.idl65 /** returns the location of the database registered under the given name
78 /** registers a database, given by location, under a given name
81 if the given name is empty, or the given location is invalid.
108 /** changes the location of a given database registration
111 if the given name is empty, or the given location is invalid.
H A DOfficeDatabaseDocument.idl159 <td>the document is about to be saved to a location different from its
160 current location, but without adjusting the current location.</td>
164 <td>saving the document to a different location succeeeded.</td>
168 <td>saving the document to a different location failed.</td>
/trunk/main/ucb/source/ucp/webdav/
H A DCurlInputStream.cxx167 void SAL_CALL CurlInputStream::seek( sal_Int64 location ) in seek() argument
172 if ( location < 0 ) in seek()
175 if ( location <= mLen ) in seek()
176 mPos = location; in seek()
/trunk/main/slideshow/source/engine/OGLTrans/
H A DOGLTrans_TransitionImpl.cxx1201 if( location != -1 ) { in preparePermShader()
1202 OGLShaders::glUniform1i( location, 0 ); // texture unit 0 in preparePermShader()
1210 location = OGLShaders::glGetUniformLocation( mProgramObject, "permTexture" ); in preparePermShader()
1211 if( location != -1 ) { in preparePermShader()
1212 OGLShaders::glUniform1i( location, 1 ); // texture unit 1 in preparePermShader()
1215 location = OGLShaders::glGetUniformLocation( mProgramObject, "enteringSlideTexture" ); in preparePermShader()
1216 if( location != -1 ) { in preparePermShader()
1217 OGLShaders::glUniform1i( location, 2 ); // texture unit 2 in preparePermShader()
1237 GLint location = OGLShaders::glGetUniformLocation( mProgramObject, "time" ); in displaySlidesShaders() local
1238 if( location != -1 ) { in displaySlidesShaders()
[all …]
/trunk/main/package/source/package/zipapi/
H A DMemoryByteGrabber.hxx88 sal_Int64 SAL_CALL seek( sal_Int64 location ) in seek() argument
91 if ( location < 0 || location > mnEnd ) in seek()
93 mnCurrent = static_cast < sal_Int32 > ( location ); in seek()
/trunk/main/xmerge/source/palmtests/qa-wrapper/env/
H A Dmaster.env54 POSE_PRC=<location of prc files to use for testing>
60 EM_ROM_FILE=<location and name of palm rom file>
61 EM_SESSION_FILE=<location of palm session file>
90 EM_SCRIPT_HOME=<location of rd script>
/trunk/main/udkapi/com/sun/star/io/
H A DXSeekable.idl55 /** changes the seek pointer to a new location relative to the beginning of the stream.
59location in the stream object. It is an error to seek before the beginning of the stream or after …
62 …@throws com::sun::star::lang::IllegalArgumentException in case location is negative or greater tha…
64 void seek( [in] hyper location )
/trunk/main/udkapi/com/sun/star/registry/
H A DXImplementationRegistration.idl57 specifies the location of the component with the URL.
75 specifies the location of the component with the URL.
90 the names of the implementations registered by the url location.
98 specifies the location of the component with the URL.
/trunk/main/offapi/com/sun/star/graphic/
H A DXGraphicProvider.idl55 A sequence of property values to describe the location
77 A sequence of property values to describe the location
93 interface at the specified location
100 location of the graphic
/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DParcelContainer.java153 String location = ScriptMetaData.getLocationPlaceHolder( in getChildContainer() local
156 if ( key.equals( location ) ) in getChildContainer()
727 parsedUri.location = sfUri.getParameter("location"); in parseScriptUri()
733 LogUtils.DEBUG("** location = " + parsedUri.location + in parseScriptUri()
736 "\nlocation = " + parsedUri.location ); in parseScriptUri()
H A DUnoPkgContainer.java196 String location = psu.location; in findScript() local
201 "\nlocation = " + location + in findScript()
204 ParcelContainer pc = getChildContainer( location ); in findScript()
/trunk/main/offapi/com/sun/star/script/provider/
H A DScriptURIHelper.idl54 @param location
55 This location which was passed to the LanguageScriptProvider
61 create( [in] string language, [in] string location )
/trunk/main/soltools/cpp/
H A D_macro.c50 static uchar location[(PATH_MAX + 8) * NINC], *cp; in dodefine() local
148 for (cp = location, s = cursource; s; s = s->next) in dodefine()
151 if (cp != location) in dodefine()
157 np->loc = newstring(location, strlen((char *)location), 0); in dodefine()
/trunk/main/svtools/source/misc/
H A Dimageresourceaccess.cxx74 …virtual void SAL_CALL seek( ::sal_Int64 location ) throw (::com::sun::star::lang::IllegalArgumentE…
103 …void SAL_CALL StreamSupplier::seek( ::sal_Int64 location ) throw (IllegalArgumentException, IOExce… in seek() argument
108 m_xSeekable->seek( location ); in seek()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XScrollBar.java185 Point location = aCom.getLocationOnScreen(); in adjustScrollBar() local
191 rob.mouseMove(location.X + 50, location.Y + 75); in adjustScrollBar()
H A D_XSpinValue.java176 Point location = aCom.getLocationOnScreen(); in adjustScrollBar() local
182 rob.mouseMove(location.X + 20, location.Y + 10); in adjustScrollBar()
/trunk/main/ucb/source/ucp/file/
H A Dfilinpstr.cxx223 sal_Int64 location ) in seek() argument
228 if( location < 0 ) in seek()
230 if( osl::FileBase::E_None != m_aFile.setPos( Pos_Absolut, sal_uInt64( location ) ) ) in seek()
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11ycomponentwrapper.mm50 Point location = [ wrapper accessibleComponent ] -> getLocationOnScreen();
51 …NSPoint nsPoint = NSMakePoint ( (float) location.X, (float) ( screenRect.size.height - size.Height…
/trunk/main/package/qa/storages/
H A DBorderedStream.java193 public synchronized void seek( long location ) in seek() argument
196 if ( location > (long)m_nCurSize ) in seek()
199 m_nCurPos = (int)location; in seek()
/trunk/main/ucb/source/ucp/gvfs/
H A Dgvfs_stream.cxx196 void SAL_CALL Stream::seek( sal_Int64 location ) in seek() argument
206 if ( location < 0 ) in seek()
210 result = gnome_vfs_seek( m_handle, GNOME_VFS_SEEK_START, location ); in seek()

Completed in 86 milliseconds

12345678910>>...15