/aoo42x/main/comphelper/source/streaming/ |
H A D | oslfile2streamwrap.cxx | 109 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()
|
/aoo42x/main/filter/source/placeware/ |
H A D | zip.cxx | 118 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 D | exporter.cxx | 127 nRC = rSourceFile.getPos( nTemp ); in encodeFile()
|
/aoo42x/main/xmlhelp/source/cxxhelp/provider/ |
H A D | inputstream.cxx | 188 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()
|
/aoo42x/main/sal/osl/unx/ |
H A D | file.cxx | 104 sal_uInt64 getPos() const; 276 sal_uInt64 FileHandle_Impl::getPos() const in getPos() function in FileHandle_Impl 283 OSL_FILE_TRACE("FileHandle_Impl::setPos(%d, %lld) => %lld", m_fd, getPos(), uPos); in setPos() 1286 *pIsEOF = (pImpl->getPos() == pImpl->getSize()); in osl_isEndOfFile() 1302 *pPos = pImpl->getPos(); in osl_getFilePos() 1331 nPos = sal::static_int_cast< off_t >(pImpl->getPos()); in osl_setFilePos()
|
/aoo42x/main/sal/osl/w32/ |
H A D | file.cxx | 96 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()
|
/aoo42x/main/unotools/inc/unotools/ |
H A D | digitgroupingiterator.hxx | 159 sal_Int32 getPos() in getPos() function in utl::DigitGroupingIterator 186 if (j == aIterator.getPos()) in createForwardSequence()
|
/aoo42x/main/ucb/source/ucp/file/ |
H A D | filrec.cxx | 110 ::osl::FileBase::RC ReconnectingFile::getPos( sal_uInt64& uPos ) in getPos() function in fileaccess::ReconnectingFile 115 return m_aFile.getPos( uPos ); in getPos()
|
H A D | filrec.hxx | 67 ::osl::FileBase::RC getPos( sal_uInt64& uPos );
|
H A D | filinpstr.cxx | 242 if( osl::FileBase::E_None != m_aFile.getPos( uPos ) ) in getPosition()
|
H A D | filstr.cxx | 361 if( osl::FileBase::E_None != m_aFile.getPos( uPos ) ) in getPosition()
|
/aoo42x/main/canvas/source/tools/ |
H A D | surface.cxx | 81 aDestOffset = mpFragment->getPos(); in getUVCoords() 258 aDestOffset = mpFragment->getPos(); in drawRectangularArea()
|
H A D | page.hxx | 97 const ::basegfx::B2IPoint& getPos() const { return maRect.maPos; } in getPos() function in canvas::PageFragment
|
/aoo42x/main/sal/qa/osl/file/ |
H A D | osl_File.cxx | 3669 class getPos : public ::testing::Test class 3702 TEST_F(getPos, getPos_001 ) in TEST_F() argument 3707 nError1 = testFile.getPos( nFilePointer ); in TEST_F() 3715 nError1 = testFile.getPos( nFilePointer ); in TEST_F() 3802 nError1 = testFile.getPos( nFilePointer ); in TEST_F() 3866 nError1 = testFile.getPos( nFilePointer ); in TEST_F() 3893 nError1 = testFile.getPos( nFilePointer ); in TEST_F() 3978 nError1 = testFile.getPos( nFilePointer ); in TEST_F() 4001 nError1 = testFile.getPos( nFilePointer ); in TEST_F() 4048 nError1 = testFile.getPos( nFilePointer ); in TEST_F() [all …]
|
/aoo42x/main/basegfx/source/range/ |
H A D | b2drangeclipper.cxx | 220 double getPos() const { return mfPos; } in getPos() function in basegfx::__anon065267770111::SweepLineEvent 328 const B2DPoint aIntersectionPoint( rEvent.getPos(), in intersect()
|
/aoo42x/main/sal/osl/os2/ |
H A D | file.cxx | 199 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()
|
/aoo42x/main/fpicker/source/win32/filepicker/ |
H A D | PreviewCtrl.hxx | 132 sal_Bool SAL_CALL getPos( POINT& ulCorner ) const;
|
H A D | PreviewCtrl.cxx | 366 sal_Bool SAL_CALL CFilePreview::getPos( POINT& ulCorner ) const in getPos() function in CFilePreview
|
/aoo42x/main/desktop/source/deployment/ |
H A D | dp_persmap.cxx | 264 if( m_MapFile.getPos( nNewFileSize) == osl::File::E_None) in flush()
|
/aoo42x/main/vcl/unx/generic/fontmanager/ |
H A D | helper.cxx | 264 rInFile.getPos( nOrgPos ); in convertPfbToPfa()
|
/aoo42x/main/sal/inc/osl/ |
H A D | file.hxx | 1059 inline RC getPos( sal_uInt64& uPos ) in getPos() function in osl::File
|
/aoo42x/main/sal/workben/ |
H A D | testfile.cxx | 1182 rc =rFile.getPos( filepointer ); in FilePointerTest() 1199 rc=rFile.getPos( filepointer ); in FilePointerTest()
|
/aoo42x/main/wizards/com/sun/star/wizards/ui/ |
H A D | ButtonList.java | 509 public Size getPos() in getPos() method in ButtonList
|
H A D | ImageList.java | 659 public Size getPos() in getPos() method in ImageList
|
/aoo42x/main/basic/source/runtime/ |
H A D | iosys.cxx | 424 nRet = maFile.getPos( nRealPos ); in SeekPos()
|