/aoo4110/main/sot/source/sdstor/ |
H A D | stgio.cxx | 95 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 D | stgelem.hxx | 80 short GetPageSize() const { return nPageSize; } in GetPageSize() function in StgHeader
|
H A D | stgstrms.hxx | 86 short GetPageSize() { return nPageSize; } in GetPageSize() function in StgStrm
|
/aoo4110/main/chart2/source/controller/chartapiwrapper/ |
H A D | LegendWrapper.cxx | 318 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 D | TitleWrapper.cxx | 250 awt::Size aPageSize( m_spChart2ModelContact->GetPageSize() ); in setPosition() 494 m_spChart2ModelContact->GetPageSize() )); in updateReferenceSize() 508 return m_spChart2ModelContact->GetPageSize(); in getCurrentSizeForReference()
|
H A D | AxisWrapper.cxx | 590 m_spChart2ModelContact->GetPageSize() )); in updateReferenceSize() 603 return m_spChart2ModelContact->GetPageSize(); in getCurrentSizeForReference()
|
H A D | WrappedScaleTextProperties.cxx | 90 awt::Size aRefSize( m_spChart2ModelContact->GetPageSize() ); in setPropertyValue()
|
H A D | AreaWrapper.cxx | 120 return m_spChart2ModelContact->GetPageSize(); in getSize()
|
H A D | Chart2ModelContact.hxx | 89 ::com::sun::star::awt::Size GetPageSize() const;
|
H A D | DataSeriesPointWrapper.cxx | 616 m_spChart2ModelContact->GetPageSize() )); in updateReferenceSize() 629 return m_spChart2ModelContact->GetPageSize(); in getCurrentSizeForReference()
|
H A D | Chart2ModelContact.cxx | 181 awt::Size Chart2ModelContact::GetPageSize() const in GetPageSize() function in chart::wrapper::Chart2ModelContact
|
/aoo4110/main/filter/inc/filter/msfilter/ |
H A D | svdfppt.hxx | 198 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;
|
/aoo4110/main/vcl/source/window/ |
H A D | window2.cxx | 1263 nNewPos += pHScrl->GetPageSize(); in ImplHandleScroll() 1265 nNewPos -= pHScrl->GetPageSize(); in ImplHandleScroll() 1286 nNewPos += pVScrl->GetPageSize(); in ImplHandleScroll() 1288 nNewPos -= pVScrl->GetPageSize(); in ImplHandleScroll()
|
/aoo4110/main/sw/source/ui/vba/ |
H A D | vbainformationhelper.cxx | 60 sal_Int32 nPageHeight = pViewSh ? pViewSh->GetPageSize( nCurrentPage, sal_False ).Height() : 0; in handleWdVerticalPositionRelativeToPage()
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | slider.hxx | 116 long GetPageSize() const { return mnPageSize; } in GetPageSize() function in Slider
|
H A D | scrbar.hxx | 134 long GetPageSize() const { return mnPageSize; } in GetPageSize() function in ScrollBar
|
/aoo4110/main/sc/source/ui/view/ |
H A D | prevwsh.cxx | 937 long nHPage = pHorScroll->GetPageSize(); in DoScroll() 940 long nVPage = pVerScroll->GetPageSize(); in DoScroll()
|
H A D | preview.cxx | 270 aPageSize = aPrintFunc.GetPageSize(); in CalcPages() 454 aLocalPageSize = pPrintFunc->GetPageSize(); in DoPrint()
|
/aoo4110/main/extensions/source/propctrlr/ |
H A D | browserlistbox.cxx | 1239 nScrollOffset = -m_aVScroll.GetPageSize(); in PreNotify() 1241 nScrollOffset = m_aVScroll.GetPageSize(); in PreNotify()
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | printfun.hxx | 274 Size GetPageSize() const { return aPageSize; } in GetPageSize() function in ScPrintFunc
|
/aoo4110/main/svtools/source/dialogs/ |
H A D | property.cxx | 842 long nLines=aVScroll.GetPageSize(); in UpdatePlayGround() 1049 long nLines=aVScroll.GetPageSize(); in IMPL_LINK()
|
/aoo4110/main/sw/inc/ |
H A D | viewsh.hxx | 289 const Size GetPageSize( sal_uInt16 nPageNum, bool bSkipEmptyPages ) const;
|
/aoo4110/main/sw/source/filter/rtf/ |
H A D | swparrtf.hxx | 405 void GetPageSize( Size& rSize ); // Groesse der PagePrintArea
|
H A D | rtffly.cxx | 1015 GetPageSize( aPgSize ); in ReadFly() 1470 void SwRTFParser::GetPageSize( Size& rSize ) in GetPageSize() function in SwRTFParser
|
/aoo4110/main/avmedia/source/framework/ |
H A D | mediacontrol.cxx | 404 if( !maTimeSlider.GetPageSize() ) in implUpdateTimeSlider()
|