Home
last modified time | relevance | path

Searched refs:aPages (Results 1 – 9 of 9) sorted by last modified time

/trunk/main/sc/source/core/data/
H A Dattrib.cxx1249 String aPages( ScGlobal::GetRscString( STR_SCATTR_PAGE_SCALE_PAGES ) ); in lclAppendScalePageCount() local
1250 aPages.SearchAndReplaceAscii( "%1", String::CreateFromInt32( nPages ) ); in lclAppendScalePageCount()
1251 rText.Append( aPages ); in lclAppendScalePageCount()
H A Ddocpool.cxx916 String aPages( ScGlobal::GetRscString( STR_SCATTR_PAGE_SCALE_PAGES ) ); in GetPresentation() local
917 aPages.SearchAndReplaceAscii( "%1", String::CreateFromInt32( nPagNo ) ); in GetPresentation()
918 rText.Append( aPages ); in GetPresentation()
/trunk/main/sw/source/core/doc/
H A Ddoc.cxx1235 Range aPages( 1, nDocPageCount ); in CalculatePagesForPrinting() local
1237 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()
/trunk/main/xmloff/source/draw/
H A Dximpshow.cxx214 OUString aPages; in CreateChildContext() local
234 aPages = sValue; in CreateChildContext()
239 if( aName.getLength() != 0 && aPages.getLength() != 0 ) in CreateChildContext()
244 SvXMLTokenEnumerator aPageNames( aPages, sal_Unicode(',') ); in CreateChildContext()
/trunk/main/sw/source/filter/html/
H A Dsvxcss1.hxx229 SvxCSS1Map aPages; member in SvxCSS1Parser
345 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()
/trunk/main/sd/source/ui/unoidl/
H A DSdUnoSlideView.cxx121 Sequence<Reference<XInterface> > aPages(nSelectedPageCount); in getSelection() local
126 aPages[nIndex++] = pDescriptor->GetPage()->getUnoPage(); in getSelection()
128 aResult <<= aPages; in getSelection()
/trunk/main/sd/source/ui/slidesorter/model/
H A DSlideSorterModel.cxx601 PageEnumeration aPages (PageEnumerationProvider::CreateAllPagesEnumeration(*this)); in SaveCurrentSelection() local
602 while (aPages.HasMoreElements()) in SaveCurrentSelection()
604 SharedPageDescriptor pDescriptor (aPages.GetNextElement()); in SaveCurrentSelection()
617 PageEnumeration aPages (PageEnumerationProvider::CreateAllPagesEnumeration(*this)); in RestoreSelection() local
618 while (aPages.HasMoreElements()) in RestoreSelection()
620 SharedPageDescriptor pDescriptor (aPages.GetNextElement()); in RestoreSelection()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsDragAndDropContext.cxx53 ::std::vector<const SdPage*> aPages; in DragAndDropContext()
H A DSlsSelectionFunction.cxx624 model::PageEnumeration aPages ( in MoveFocus() local
627 while (aPages.HasMoreElements()) in MoveFocus()
629 model::SharedPageDescriptor pDescriptor (aPages.GetNextElement()); in MoveFocus()

Completed in 53 milliseconds