Home
last modified time | relevance | path

Searched refs:getPos (Results 1 – 25 of 28) sorted by relevance

12

/aoo4110/main/comphelper/source/streaming/
H A Doslfile2streamwrap.cxx109 m_pFile->getPos(nCurrentPos); in skipBytes()
119 m_pFile->getPos(nCurrentPos); in skipBytes()
132 FileBase::RC eError = m_pFile->getPos(nPos); in available()
142 eError = m_pFile->getPos(nAvailable); in available()
/aoo4110/main/filter/source/placeware/
H A Dzip.cxx118 mnRC = mrFile.getPos( nPosition ); in copyAndCRC()
133 mnRC = mrFile.getPos( nPosition ); in writeDummyLocalHeader()
297 mrFile.getPos( nCdOffset ); in close()
308 mrFile.getPos( nCdSize ); in close()
H A Dexporter.cxx127 nRC = rSourceFile.getPos( nTemp ); in encodeFile()
/aoo4110/main/xmlhelp/source/cxxhelp/provider/
H A Dinputstream.cxx188 if( osl::FileBase::E_None != m_aFile.getPos( uPos ) ) in getPosition()
202 err = m_aFile.getPos( uCurrentPos ); in getLength()
210 err = m_aFile.getPos( uEndPos ); in getLength()
/aoo4110/main/sal/osl/unx/
H A Dfile.cxx104 sal_uInt64 getPos() const;
278 sal_uInt64 FileHandle_Impl::getPos() const in getPos() function in FileHandle_Impl
285 OSL_FILE_TRACE("FileHandle_Impl::setPos(%d, %lld) => %lld", m_fd, getPos(), uPos); in setPos()
1288 *pIsEOF = (pImpl->getPos() == pImpl->getSize()); in osl_isEndOfFile()
1304 *pPos = pImpl->getPos(); in osl_getFilePos()
1333 nPos = sal::static_int_cast< off_t >(pImpl->getPos()); in osl_setFilePos()
/aoo4110/main/sal/osl/w32/
H A Dfile.cxx96 sal_uInt64 getPos() const;
259 sal_uInt64 FileHandle_Impl::getPos() const in getPos() function in FileHandle_Impl
1012 *pIsEOF = (pImpl->getPos() == pImpl->getSize()); in osl_isEndOfFile()
1025 *pPos = pImpl->getPos(); in osl_getFilePos()
1051 nPos = sal::static_int_cast< LONGLONG >(pImpl->getPos()); in osl_setFilePos()
/aoo4110/main/unotools/inc/unotools/
H A Ddigitgroupingiterator.hxx159 sal_Int32 getPos() in getPos() function in utl::DigitGroupingIterator
186 if (j == aIterator.getPos()) in createForwardSequence()
/aoo4110/main/ucb/source/ucp/file/
H A Dfilrec.cxx110 ::osl::FileBase::RC ReconnectingFile::getPos( sal_uInt64& uPos ) in getPos() function in fileaccess::ReconnectingFile
115 return m_aFile.getPos( uPos ); in getPos()
H A Dfilrec.hxx67 ::osl::FileBase::RC getPos( sal_uInt64& uPos );
H A Dfilinpstr.cxx242 if( osl::FileBase::E_None != m_aFile.getPos( uPos ) ) in getPosition()
H A Dfilstr.cxx361 if( osl::FileBase::E_None != m_aFile.getPos( uPos ) ) in getPosition()
/aoo4110/main/canvas/source/tools/
H A Dsurface.cxx81 aDestOffset = mpFragment->getPos(); in getUVCoords()
258 aDestOffset = mpFragment->getPos(); in drawRectangularArea()
H A Dpage.hxx97 const ::basegfx::B2IPoint& getPos() const { return maRect.maPos; } in getPos() function in canvas::PageFragment
/aoo4110/main/sal/qa/osl/file/
H A Dosl_File.cxx4140 class getPos : public CppUnit::TestFixture class
4177 nError1 = testFile.getPos( nFilePointer ); in getPos_001()
4185 nError1 = testFile.getPos( nFilePointer ); in getPos_001()
4195 CPPUNIT_TEST_SUITE( getPos );
4279 nError1 = testFile.getPos( nFilePointer ); in isEndOfFile_002()
4349 nError1 = testFile.getPos( nFilePointer ); in setSize_001()
4377 nError1 = testFile.getPos( nFilePointer ); in setSize_002()
4470 nError1 = testFile.getPos( nFilePointer ); in read_001()
4494 nError1 = testFile.getPos( nFilePointer ); in read_002()
4547 nError1 = testFile.getPos( nFilePointer ); in write_001()
[all …]
/aoo4110/main/basegfx/source/range/
H A Db2drangeclipper.cxx220 double getPos() const { return mfPos; } in getPos() function in basegfx::__anonfc1812bf0111::SweepLineEvent
328 const B2DPoint aIntersectionPoint( rEvent.getPos(), in intersect()
/aoo4110/main/sal/osl/os2/
H A Dfile.cxx199 sal_uInt64 getPos() const;
340 sal_uInt64 FileHandle_Impl::getPos() const in getPos() function in FileHandle_Impl
1798 *pIsEOF = (pImpl->getPos() == pImpl->getSize()); in osl_isEndOfFile()
1813 *pPos = pImpl->getPos(); in osl_getFilePos()
1841 nPos = sal::static_int_cast< off_t >(pImpl->getPos()); in osl_setFilePos()
/aoo4110/main/fpicker/source/win32/filepicker/
H A DPreviewCtrl.hxx132 sal_Bool SAL_CALL getPos( POINT& ulCorner ) const;
H A DPreviewCtrl.cxx366 sal_Bool SAL_CALL CFilePreview::getPos( POINT& ulCorner ) const in getPos() function in CFilePreview
/aoo4110/main/desktop/source/deployment/
H A Ddp_persmap.cxx264 if( m_MapFile.getPos( nNewFileSize) == osl::File::E_None) in flush()
/aoo4110/main/vcl/unx/generic/fontmanager/
H A Dhelper.cxx264 rInFile.getPos( nOrgPos ); in convertPfbToPfa()
/aoo4110/main/sal/inc/osl/
H A Dfile.hxx1059 inline RC getPos( sal_uInt64& uPos ) in getPos() function in osl::File
/aoo4110/main/wizards/com/sun/star/wizards/ui/
H A DButtonList.java509 public Size getPos() in getPos() method in ButtonList
H A DImageList.java659 public Size getPos() in getPos() method in ImageList
/aoo4110/main/sal/workben/
H A Dtestfile.cxx1182 rc =rFile.getPos( filepointer ); in FilePointerTest()
1199 rc=rFile.getPos( filepointer ); in FilePointerTest()
/aoo4110/main/basic/source/runtime/
H A Diosys.cxx423 nRet = maFile.getPos( nRealPos ); in SeekPos()

Completed in 218 milliseconds

12