Searched refs:aPages (Results 1 – 9 of 9) sorted by relevance
601 PageEnumeration aPages (PageEnumerationProvider::CreateAllPagesEnumeration(*this)); in SaveCurrentSelection() local602 while (aPages.HasMoreElements()) in SaveCurrentSelection()604 SharedPageDescriptor pDescriptor (aPages.GetNextElement()); in SaveCurrentSelection()617 PageEnumeration aPages (PageEnumerationProvider::CreateAllPagesEnumeration(*this)); in RestoreSelection() local618 while (aPages.HasMoreElements()) in RestoreSelection()620 SharedPageDescriptor pDescriptor (aPages.GetNextElement()); in RestoreSelection()
229 SvxCSS1Map aPages; member in SvxCSS1Parser345 inline SvxCSS1MapEntry *GetPage( sal_uInt16 i ) const { return aPages[i]; } in GetPage()346 sal_uInt16 GetPageCount() const { return aPages.Count(); } in GetPageCount()404 InsertMapEntry( aKey, rItemSet, rProp, aPages ); in InsertPage()413 return GetMapEntry( aKey, aPages ); in GetPage()
214 OUString aPages; in CreateChildContext() local234 aPages = sValue; in CreateChildContext()239 if( aName.getLength() != 0 && aPages.getLength() != 0 ) in CreateChildContext()244 SvXMLTokenEnumerator aPageNames( aPages, sal_Unicode(',') ); in CreateChildContext()
121 Sequence<Reference<XInterface> > aPages(nSelectedPageCount); in getSelection() local126 aPages[nIndex++] = pDescriptor->GetPage()->getUnoPage(); in getSelection()128 aResult <<= aPages; in getSelection()
1235 Range aPages( 1, nDocPageCount ); in CalculatePagesForPrinting() local1237 MultiSelection aMulti( aPages ); in CalculatePagesForPrinting()1239 aMulti.Select( aPages ); in CalculatePagesForPrinting()1248 for( sal_uInt16 i = 1; i <= (sal_uInt16)aPages.Max(); ++i ) in CalculatePagesForPrinting()1250 if( i < (sal_uInt16)aPages.Min() ) in CalculatePagesForPrinting()1257 else if( i == (sal_uInt16)aPages.Min() ) in CalculatePagesForPrinting()1261 if( !pStPage->GetNext() || (i == (sal_uInt16)aPages.Max()) ) in CalculatePagesForPrinting()1265 else if( i > (sal_uInt16)aPages.Min() ) in CalculatePagesForPrinting()1268 if( !pEndPage->GetNext() || (i == (sal_uInt16)aPages.Max()) ) in CalculatePagesForPrinting()
1249 String aPages( ScGlobal::GetRscString( STR_SCATTR_PAGE_SCALE_PAGES ) ); in lclAppendScalePageCount() local1250 aPages.SearchAndReplaceAscii( "%1", String::CreateFromInt32( nPages ) ); in lclAppendScalePageCount()1251 rText.Append( aPages ); in lclAppendScalePageCount()
916 String aPages( ScGlobal::GetRscString( STR_SCATTR_PAGE_SCALE_PAGES ) ); in GetPresentation() local917 aPages.SearchAndReplaceAscii( "%1", String::CreateFromInt32( nPagNo ) ); in GetPresentation()918 rText.Append( aPages ); in GetPresentation()
624 model::PageEnumeration aPages ( in MoveFocus() local627 while (aPages.HasMoreElements()) in MoveFocus()629 model::SharedPageDescriptor pDescriptor (aPages.GetNextElement()); in MoveFocus()
53 ::std::vector<const SdPage*> aPages; in DragAndDropContext()
Completed in 99 milliseconds