| /trunk/main/store/source/ |
| H A D | storlckb.cxx | 103 OStoreDirectoryPageObject aPage; in create() local 105 aPage, STORE_ATTRIB_ISFILE, in create() 110 if (!(aPage.attrib() & STORE_ATTRIB_ISFILE)) in create() 113 if (aPage.attrib() & STORE_ATTRIB_ISLINK) in create() 118 inode_holder_type xNode (aPage.get()); in create() 163 OStoreDirectoryPageObject aPage (m_xNode.get()); in readAt() local 165 sal_uInt32 nDataLen = aPage.dataLength(); in readAt() 204 storeError eErrCode = aPage.read (aDescr.m_nPage, aData, *m_xManager); in readAt() 260 OStoreDirectoryPageObject aPage (m_xNode.get()); in writeAt() local 282 aPage.touch(); in writeAt() [all …]
|
| H A D | storpage.cxx | 649 OStoreDirectoryPageObject aPage; in symlink() local 650 eErrCode = aPage.construct< inode >(base::allocator()); in symlink() 655 inode_holder_type xNode (aPage.get()); in symlink() 656 aPage.key (aSrcKey); in symlink() 666 aPage.attrib (STORE_ATTRIB_ISLINK); in symlink() 667 aPage.dataLength (sal_uInt32(sizeof(aDstKey))); in symlink() 670 eErrCode = base::allocate (aPage); in symlink() 676 OStorePageLink aSrcLink (aPage.location()); in symlink() 725 OStoreDirectoryPageObject aPage; in rename() local 729 eErrCode = base::loadObjectAt (aPage, e.m_aLink.location()); in rename() [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()
|
| /trunk/main/sw/source/ui/docvw/ |
| H A D | PostItMgr.cxx | 832 bool SwPostItMgr::BorderOverPageBorder(unsigned long aPage) const in BorderOverPageBorder() 834 if ( mPages[aPage-1]->mList->empty() ) in BorderOverPageBorder() 840 SwSidebarItem_iterator aItem = mPages[aPage-1]->mList->end(); in BorderOverPageBorder() 845 …const long aSidebarheight = mPages[aPage-1]->bScrollbar ? mpEditWin->PixelToLogic(Size(0,GetSideba… in BorderOverPageBorder() 847 return aEndValue <= mPages[aPage-1]->mPageRect.Bottom()-aSidebarheight; in BorderOverPageBorder() 853 void SwPostItMgr::Scroll(const long lScroll,const unsigned long aPage) in Scroll() argument 857 …if ( ((mPages[aPage-1]->lOffset == 0) && (lScroll>0)) || ( BorderOverPageBorder(aPage) && (lScroll… in Scroll() 860 const bool bOldUp = ArrowEnabled(KEY_PAGEUP,aPage); in Scroll() 861 const bool bOldDown = ArrowEnabled(KEY_PAGEDOWN,aPage); in Scroll() 863 …for(SwSidebarItem_iterator i = mPages[aPage-1]->mList->begin(); i!= mPages[aPage-1]->mList->end();… in Scroll() [all …]
|
| /trunk/main/svx/source/dialog/ |
| H A D | swframeexample.cxx | 97 aPage.SetSize( GetOutputSizePixel() ); in InitAllRects_Impl() 99 sal_uIntPtr nOutWPix = aPage.GetWidth(); in InitAllRects_Impl() 100 sal_uIntPtr nOutHPix = aPage.GetHeight(); in InitAllRects_Impl() 239 rRect.Left() = aPage.Left(); in CalcBoundRect_Impl() 240 rRect.Right() = aPage.Right(); in CalcBoundRect_Impl() 250 rRect.Left() = aPage.Left(); in CalcBoundRect_Impl() 256 rRect.Right() = aPage.Right(); in CalcBoundRect_Impl() 270 rRect.Top() = aPage.Top(); in CalcBoundRect_Impl() 271 rRect.Bottom() = aPage.Bottom(); in CalcBoundRect_Impl() 336 rRect.Left() = aPage.Left(); in CalcBoundRect_Impl() [all …]
|
| /trunk/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;
|
| /trunk/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() 1011 while(Num>1 && aPage.Next!=0L && !rInp.GetError()) { // Standardseite suchen in SgfFilterSDrw() 1012 rInp>>aPage; in SgfFilterSDrw() 1013 if (aPage.nList!=0) SkipObjkList(rInp); in SgfFilterSDrw() 1016 rInp>>aPage; in SgfFilterSDrw() [all …]
|
| /trunk/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()
|
| /trunk/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 | 395 MultiSelection aPage( aPageRange ); in DoPrint() local 396 aPage.SetTotalRange( Range(0,RANGE_MAX) ); in DoPrint() 397 aPage.Select( aPageRange ); in DoPrint() 399 … long nPrinted = pPrintFunc->DoPrint( aPage, nTabStart, nDisplayStart, bDoPrint, pFillLocation ); in DoPrint()
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/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 ()()
|
| /trunk/main/sc/source/ui/unoobj/ |
| H A D | docuno.cxx | 1067 MultiSelection aPage( aPageRange ); in getRenderer() local 1068 aPage.SetTotalRange( Range(0,RANGE_MAX) ); in getRenderer() 1069 aPage.Select( aPageRange ); in getRenderer() 1074 (void)aFunc.DoPrint( aPage, nTabStart, nDisplayStart, sal_False, NULL ); in getRenderer() 1168 MultiSelection aPage( aPageRange ); in render() local 1169 aPage.SetTotalRange( Range(0,RANGE_MAX) ); in render() 1170 aPage.Select( aPageRange ); in render() 1203 (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()
|
| /trunk/main/svx/inc/svx/ |
| H A D | swframeexample.hxx | 46 Rectangle aPage; member in SvxSwFrameExample
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/main/sw/source/ui/inc/ |
| H A D | optpage.hxx | 386 Rectangle aPage; member in SwMarkPreview
|
| /trunk/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()
|