/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/main/sal/osl/unx/ |
H A D | file.cxx | 104 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 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()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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
|
/aoo4110/main/sal/qa/osl/file/ |
H A D | osl_File.cxx | 4140 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 D | b2drangeclipper.cxx | 220 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 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()
|
/aoo4110/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
|
/aoo4110/main/desktop/source/deployment/ |
H A D | dp_persmap.cxx | 264 if( m_MapFile.getPos( nNewFileSize) == osl::File::E_None) in flush()
|
/aoo4110/main/vcl/unx/generic/fontmanager/ |
H A D | helper.cxx | 264 rInFile.getPos( nOrgPos ); in convertPfbToPfa()
|
/aoo4110/main/sal/inc/osl/ |
H A D | file.hxx | 1059 inline RC getPos( sal_uInt64& uPos ) in getPos() function in osl::File
|
/aoo4110/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
|
/aoo4110/main/sal/workben/ |
H A D | testfile.cxx | 1182 rc =rFile.getPos( filepointer ); in FilePointerTest() 1199 rc=rFile.getPos( filepointer ); in FilePointerTest()
|
/aoo4110/main/basic/source/runtime/ |
H A D | iosys.cxx | 423 nRet = maFile.getPos( nRealPos ); in SeekPos()
|