Home
last modified time | relevance | path

Searched refs:GetPageSize (Results 1 – 25 of 40) sorted by relevance

12

/trunk/main/sot/source/sdstor/
H A Dstgio.cxx95 SetPhysPageSize( 1 << aHdr.GetPageSize() ); in SetupStreams()
105 pDataFAT->SetIncrement( 1 << aHdr.GetPageSize() ); in SetupStreams()
161 sal_Int32 GetPageSize() { return nPageSize; } in GetPageSize() function in EasyFat
181 sal_Int32 nFatPageSize = (1 << rIo.aHdr.GetPageSize()) - 2; in EasyFat()
210 --nCount /= GetPageSize(), nCount++; in Mark()
256 aFat( rIoP, rIoP.pFAT, 1 << rIoP.aHdr.GetPageSize() ), in Validator()
278 …if( ( nErr = aFat.Mark(rIo.pFAT->GetPage( short(i), sal_False ), aFat.GetPageSize(), -3 )) != FAT_… in ValidateMasterFATs()
282 if( ( nErr = aFat.Mark(rIo.aHdr.GetFATChain( ), aFat.GetPageSize(), -4 )) != FAT_OK ) in ValidateMasterFATs()
334 rIo.aHdr.GetDataFATSize() * aFat.GetPageSize(), -2 ); in ValidateDirectoryEntries()
H A Dstgelem.hxx80 short GetPageSize() const { return nPageSize; } in GetPageSize() function in StgHeader
H A Dstgstrms.hxx86 short GetPageSize() { return nPageSize; } in GetPageSize() function in StgStrm
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DLegendWrapper.cxx318 awt::Size aPageSize( m_spChart2ModelContact->GetPageSize() ); in setPosition()
341 awt::Size aPageSize( m_spChart2ModelContact->GetPageSize() ); in setSize()
396 m_spChart2ModelContact->GetPageSize() )); in updateReferenceSize()
410 return m_spChart2ModelContact->GetPageSize(); in getCurrentSizeForReference()
H A DTitleWrapper.cxx250 awt::Size aPageSize( m_spChart2ModelContact->GetPageSize() ); in setPosition()
494 m_spChart2ModelContact->GetPageSize() )); in updateReferenceSize()
508 return m_spChart2ModelContact->GetPageSize(); in getCurrentSizeForReference()
H A DAxisWrapper.cxx590 m_spChart2ModelContact->GetPageSize() )); in updateReferenceSize()
603 return m_spChart2ModelContact->GetPageSize(); in getCurrentSizeForReference()
H A DWrappedScaleTextProperties.cxx90 awt::Size aRefSize( m_spChart2ModelContact->GetPageSize() ); in setPropertyValue()
H A DAreaWrapper.cxx120 return m_spChart2ModelContact->GetPageSize(); in getSize()
H A DChart2ModelContact.hxx90 ::com::sun::star::awt::Size GetPageSize() const;
H A DDataSeriesPointWrapper.cxx616 m_spChart2ModelContact->GetPageSize() )); in updateReferenceSize()
629 return m_spChart2ModelContact->GetPageSize(); in getCurrentSizeForReference()
H A DChart2ModelContact.cxx181 awt::Size Chart2ModelContact::GetPageSize() const in GetPageSize() function in chart::wrapper::Chart2ModelContact
/trunk/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx198 Size GetPageSize( const Size& rSiz ) const;
199 Size GetSlidesPageSize() const { return GetPageSize( aSlidesPageSize ); } in GetSlidesPageSize()
200 Size GetNotesPageSize() const { return GetPageSize( aNotesPageSize ); } in GetNotesPageSize()
592 Size GetPageSize() const;
/trunk/main/vcl/source/window/
H A Dwindow2.cxx1263 nNewPos += pHScrl->GetPageSize(); in ImplHandleScroll()
1265 nNewPos -= pHScrl->GetPageSize(); in ImplHandleScroll()
1286 nNewPos += pVScrl->GetPageSize(); in ImplHandleScroll()
1288 nNewPos -= pVScrl->GetPageSize(); in ImplHandleScroll()
/trunk/main/sw/source/ui/vba/
H A Dvbainformationhelper.cxx60 sal_Int32 nPageHeight = pViewSh ? pViewSh->GetPageSize( nCurrentPage, sal_False ).Height() : 0; in handleWdVerticalPositionRelativeToPage()
/trunk/main/vcl/inc/vcl/
H A Dslider.hxx116 long GetPageSize() const { return mnPageSize; } in GetPageSize() function in Slider
H A Dscrbar.hxx134 long GetPageSize() const { return mnPageSize; } in GetPageSize() function in ScrollBar
/trunk/main/extensions/source/propctrlr/
H A Dbrowserlistbox.cxx1239 nScrollOffset = -m_aVScroll.GetPageSize(); in PreNotify()
1241 nScrollOffset = m_aVScroll.GetPageSize(); in PreNotify()
/trunk/main/sc/source/ui/view/
H A Dprevwsh.cxx937 long nHPage = pHorScroll->GetPageSize(); in DoScroll()
940 long nVPage = pVerScroll->GetPageSize(); in DoScroll()
H A Dpreview.cxx270 aPageSize = aPrintFunc.GetPageSize(); in CalcPages()
454 aLocalPageSize = pPrintFunc->GetPageSize(); in DoPrint()
/trunk/main/svtools/source/dialogs/
H A Dproperty.cxx842 long nLines=aVScroll.GetPageSize(); in UpdatePlayGround()
1049 long nLines=aVScroll.GetPageSize(); in IMPL_LINK()
/trunk/main/sc/source/ui/inc/
H A Dprintfun.hxx274 Size GetPageSize() const { return aPageSize; } in GetPageSize() function in ScPrintFunc
/trunk/main/sw/inc/
H A Dviewsh.hxx289 const Size GetPageSize( sal_uInt16 nPageNum, bool bSkipEmptyPages ) const;
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.hxx404 void GetPageSize( Size& rSize ); // Groesse der PagePrintArea
H A Drtffly.cxx1010 GetPageSize( aPgSize ); in ReadFly()
1465 void SwRTFParser::GetPageSize( Size& rSize ) in GetPageSize() function in SwRTFParser
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx481 nDelta = aVerSBar.GetPageSize(); in KeyUp()
515 nDelta = aVerSBar.GetPageSize(); in KeyDown()
2258 sal_uInt16 nDelta = (sal_uInt16)aVerSBar.GetPageSize(); in KeyInput()

Completed in 140 milliseconds

12