/aoo42x/main/store/source/ |
H A D | storlckb.cxx | 103 OStoreDirectoryPageObject aPage; in create() local 105 aPage, STORE_ATTRIB_ISFILE, in create() 282 aPage.touch(); in writeAt() 290 if (aPage.dataLength() < nOffset) in writeAt() 291 aPage.dataLength (nOffset); in writeAt() 345 aPage.dataLength (nOffset); in writeAt() 350 if (aPage.dirty()) in writeAt() 351 return m_xManager->saveObjectAt (aPage, aPage.location()); in writeAt() 428 aPage.dataLength (nSize); in setSize() 431 return m_xManager->saveObjectAt (aPage, aPage.location()); in setSize() [all …]
|
H A D | storpage.cxx | 649 OStoreDirectoryPageObject aPage; in symlink() local 655 inode_holder_type xNode (aPage.get()); in symlink() 656 aPage.key (aSrcKey); in symlink() 666 aPage.attrib (STORE_ATTRIB_ISLINK); in symlink() 670 eErrCode = base::allocate (aPage); in symlink() 725 OStoreDirectoryPageObject aPage; in rename() local 734 if (aPage.attrib() & STORE_ATTRIB_ISDIR) in rename() 772 aPage.key (e.m_aKey); in rename() 816 OStoreDirectoryPageObject aPage; in remove() local 837 eErrCode = aPage.truncate (0, *this); in remove() [all …]
|
H A D | stordir.cxx | 140 OStoreDirectoryPageObject aPage; in create() local 142 aPage, STORE_ATTRIB_ISDIR, in create() 147 if (!(aPage.attrib() & STORE_ATTRIB_ISDIR)) in create() 150 inode_holder_type xNode (aPage.get()); in create() 156 m_nPath = aPage.path(); in create() 199 OStoreDirectoryPageObject aPage; in iterate() local 200 eErrCode = m_xManager->loadObjectAt (aPage, aLink.location()); in iterate() 203 inode_holder_type xNode (aPage.get()); in iterate() 220 rFindData.m_nAttrib |= aPage.attrib(); in iterate() 221 rFindData.m_nSize = aPage.dataLength(); in iterate()
|
/aoo42x/main/sw/source/ui/docvw/ |
H A D | PostItMgr.cxx | 900 if ( (bOldUp != ArrowEnabled(KEY_PAGEUP,aPage)) ||(bOldDown != ArrowEnabled(KEY_PAGEDOWN,aPage)) ) in Scroll() 910 if (mPages[aPage-1]->bScrollbar) in AutoScroll() 922 Scroll(lScroll, aPage); in AutoScroll() 929 if (aPage == -1) in MakeVisible() 940 aPage = n+1; in MakeVisible() 947 if (aPage!=-1) in MakeVisible() 948 AutoScroll(pPostIt,aPage); in MakeVisible() 972 if (ArrowEnabled(aDirection,aPage)) in GetArrowColor() 1526 if (mPages.size() > aPage-1) in ShowScrollbar() 1600 Scroll( GetScrollSize(),aPage); in ScrollbarHit() [all …]
|
/aoo42x/main/svx/source/dialog/ |
H A D | swframeexample.cxx | 243 rRect.Left() = aPage.Left(); in CalcBoundRect_Impl() 244 rRect.Right() = aPage.Right(); in CalcBoundRect_Impl() 254 rRect.Left() = aPage.Left(); in CalcBoundRect_Impl() 260 rRect.Right() = aPage.Right(); in CalcBoundRect_Impl() 274 rRect.Top() = aPage.Top(); in CalcBoundRect_Impl() 275 rRect.Bottom() = aPage.Bottom(); in CalcBoundRect_Impl() 340 rRect.Left() = aPage.Left(); in CalcBoundRect_Impl() 346 rRect.Right() = aPage.Right(); in CalcBoundRect_Impl() 350 rRect.Left() = aPage.Left(); in CalcBoundRect_Impl() 351 rRect.Right() = aPage.Right(); in CalcBoundRect_Impl() [all …]
|
/aoo42x/main/sw/inc/ |
H A D | PostItMgr.hxx | 176 void Scroll(const long lScroll,const unsigned long aPage ); 177 … AutoScroll(const sw::sidebarwindows::SwSidebarWin* pPostIt,const unsigned long aPage ); 178 bool ScrollbarHit(const unsigned long aPage,const Point &aPoint); 183 bool ArrowEnabled(sal_uInt16 aDirection,unsigned long aPage) const; 184 bool BorderOverPageBorder(unsigned long aPage) const; 215 long aPage = -1); 217 bool ShowScrollbar(const unsigned long aPage) const; 242 Rectangle GetBottomScrollRect(const unsigned long aPage) const; 243 Rectangle GetTopScrollRect(const unsigned long aPage) const; 246 Color GetArrowColor(sal_uInt16 aDirection,unsigned long aPage) const;
|
/aoo42x/main/svtools/source/filter/ |
H A D | sgvmain.cxx | 987 PageType aPage; in SgfFilterSDrw() local 999 rInp>>aPage; in SgfFilterSDrw() 1000 if (aPage.nList!=0) SkipObjkList(rInp); in SgfFilterSDrw() 1001 } while (aPage.Next!=0L && !rInp.GetError()); in SgfFilterSDrw() 1005 rInp>>aPage; in SgfFilterSDrw() 1008 Num=aPage.StdPg; in SgfFilterSDrw() 1012 rInp>>aPage; in SgfFilterSDrw() 1013 if (aPage.nList!=0) SkipObjkList(rInp); in SgfFilterSDrw() 1016 rInp>>aPage; in SgfFilterSDrw() 1020 rInp>>aPage; in SgfFilterSDrw() [all …]
|
/aoo42x/main/odk/examples/DevelopersGuide/Charts/ |
H A D | ChartHelper.java | 156 XShapes aPage = null; in insertOLEChartInDraw() local 168 aPage = (XShapes) UnoRuntime.queryInterface( in insertOLEChartInDraw() 186 aPage = (XShapes) UnoRuntime.queryInterface( in insertOLEChartInDraw() 191 if( aPage != null ) in insertOLEChartInDraw() 207 aPage.add( aShape ); in insertOLEChartInDraw()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | pfuncache.cxx | 122 MultiSelection aPage( aPageRange ); in InitLocations() local 123 aPage.SetTotalRange( Range(0,RANGE_MAX) ); in InitLocations() 124 aPage.Select( aPageRange ); in InitLocations() 127 aFunc.DoPrint( aPage, nTabStart, nDisplayStart, sal_False, &aLocData ); in InitLocations()
|
H A D | preview.cxx | 398 MultiSelection aPage( aPageRange ); in DoPrint() local 399 aPage.SetTotalRange( Range(0,RANGE_MAX) ); in DoPrint() 400 aPage.Select( aPageRange ); in DoPrint() 402 … long nPrinted = pPrintFunc->DoPrint( aPage, nTabStart, nDisplayStart, bDoPrint, pFillLocation ); in DoPrint()
|
/aoo42x/main/sd/source/ui/func/ |
H A D | fusldlg.cxx | 144 rtl::OUString aPage; in DoExecute() local 151 aPage = ITEMVALUE( aDlgSet, ATTR_PRESENT_DIANAME, SfxStringItem ); in DoExecute() 152 if( aPage != rPresentationSettings.maPresPage ) in DoExecute() 155 rPresentationSettings.maPresPage = aPage; in DoExecute()
|
/aoo42x/main/chart2/source/view/main/ |
H A D | DrawModelWrapper.cxx | 243 uno::Any aPage = xDrawPages->getByIndex( 0 ) ; in getMainDrawPage() local 244 aPage >>= m_xMainDrawPage; in getMainDrawPage() 266 uno::Any aPage = xDrawPages->getByIndex( 1 ) ; in getHiddenDrawPage() local 267 aPage >>= m_xHiddenDrawPage; in getHiddenDrawPage()
|
/aoo42x/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsCurrentSlideManager.cxx | 253 Any aPage; in SetCurrentSlideAtXController() local 254 aPage <<= rpDescriptor->GetPage()->getUnoPage(); in SetCurrentSlideAtXController() 257 aPage); in SetCurrentSlideAtXController()
|
/aoo42x/main/connectivity/source/drivers/dbase/ |
H A D | DIndexIter.cxx | 124 ONDXPagePtr aPage = (i==0) ? pPage->GetChild(m_pIndex) in GetFirstKey() local 126 pFoundKey = aPage.Is() ? GetFirstKey(aPage, rKey) : NULL; in GetFirstKey()
|
H A D | dindexnode.cxx | 162 ONDXPagePtr aPage = (i==0) ? GetChild(&rIndex) : ((*this)[i-1]).GetChild(&rIndex, this); in Find() local 163 bResult = aPage.Is() && aPage->Find(rKey); in Find()
|
/aoo42x/main/sw/source/ui/config/ |
H A D | optpage.cxx | 1751 aPage.SetSize(Size(aSz.Width() - 3, aSz.Height() - 3)); in SwMarkPreview() 1753 sal_uLong nOutWPix = aPage.GetWidth(); in SwMarkPreview() 1754 sal_uLong nOutHPix = aPage.GetHeight(); in SwMarkPreview() 1800 Rectangle aShadow(aPage); in Paint() 1805 DrawRect( aPage, m_aBgCol, m_aLineCol ); in Paint() 1808 Rectangle aPageSeparator(aPage); in Paint() 1810 aPageSeparator.Move(aPage.GetWidth() / 2 - 1, 0); in Paint() 1816 …Rectangle aLeftMark(Point(aPage.Left() + 2, aLeftPagePrtArea.Top() + 4), Size(aLeftPagePrtArea.Lef… in Paint() 1874 if (aPage.IsInside(aTextLine)) in PaintPage()
|
/aoo42x/main/cui/source/tabpages/ |
H A D | page.cxx | 876 SvxPageItem aPage( (const SvxPageItem&)rOldSet.Get( nWhich ) ); in FillItemSet() local 880 aPage.SetPageUsage( in FillItemSet() 885 aPage.SetLandscape(bChecked); in FillItemSet() 894 aPage.SetNumType( (SvxNumType)nPos ); in FillItemSet() 902 if ( !pOld || !( *(const SvxPageItem*)pOld == aPage ) ) in FillItemSet() 904 rSet.Put( aPage ); in FillItemSet()
|
/aoo42x/main/sd/source/ui/view/ |
H A D | ViewShellBase.cxx | 1566 Any aPage; in operator ()() local 1573 aPage = xPages->getByIndex(pFrameView->GetSelectedPageOnLoad()); in operator ()() 1581 aPage = xPages->getByIndex(pFrameView->GetSelectedPageOnLoad()); in operator ()() 1586 xSet->setPropertyValue (String::CreateFromAscii("CurrentPage"), aPage); in operator ()()
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | docuno.cxx | 1065 MultiSelection aPage( aPageRange ); in getRenderer() local 1066 aPage.SetTotalRange( Range(0,RANGE_MAX) ); in getRenderer() 1067 aPage.Select( aPageRange ); in getRenderer() 1072 (void)aFunc.DoPrint( aPage, nTabStart, nDisplayStart, sal_False, NULL ); in getRenderer() 1166 MultiSelection aPage( aPageRange ); in render() local 1167 aPage.SetTotalRange( Range(0,RANGE_MAX) ); in render() 1168 aPage.Select( aPageRange ); in render() 1201 (void)aFunc.DoPrint( aPage, nTabStart, nDisplayStart, sal_True, NULL ); in render()
|
H A D | dapiuno.cxx | 2263 String aPage( rPage ); in setCurrentPage() local 2264 pDim->SetCurrentPage( &aPage ); in setCurrentPage() 2288 String aPage; in setUseCurrentPage() local 2289 pDim->SetCurrentPage( &aPage ); in setUseCurrentPage()
|
/aoo42x/main/svx/inc/svx/ |
H A D | swframeexample.hxx | 46 Rectangle aPage; member in SvxSwFrameExample
|
/aoo42x/main/vcl/source/gdi/ |
H A D | print3.cxx | 61 GDIMetaFile aPage; member 100 maPages[ nReplacePage ].aPage = i_rPage; in insert() 118 o_rPageFile = maPages[i].aPage; in get() 131 maPages[i].aPage.Clear(); in invalidate()
|
/aoo42x/main/sw/source/core/text/ |
H A D | txtftn.cxx | 1077 const XubString aPage = lcl_GetPageNumber( pPage ); in NewErgoSumPortion() local 1080 pPara->SetErgoSumNum( aPage ); in NewErgoSumPortion()
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | optpage.hxx | 386 Rectangle aPage; member in SwMarkPreview
|
/aoo42x/main/sw/source/core/access/ |
H A D | accmap.cxx | 736 SwAccessibleChild aPage; in Update() local 745 aPage = (*aPageIter)->pPage; in Update() 752 SwRect aLogicPgSwRect( aPage.GetBox( rAccMap ) ); in Update()
|