Home
last modified time | relevance | path

Searched refs:mnDocDrawPageCount (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/xmloff/source/draw/
H A Dsdxmlexp.cxx415 mnDocDrawPageCount(0L), in DECLARE_LIST()
521 mnDocDrawPageCount = mxDocDrawPages->getCount(); in setSourceDocument()
522 maDrawPagesStyleNames.insert( maDrawPagesStyleNames.begin(), mnDocDrawPageCount, aEmpty ); in setSourceDocument()
523 …maDrawNotesPagesStyleNames.insert( maDrawNotesPagesStyleNames.begin(), mnDocDrawPageCount, aEmpty … in setSourceDocument()
525 maDrawPagesAutoLayoutNames.realloc( mnDocDrawPageCount + 1 ); in setSourceDocument()
590 for(sal_Int32 a(0); a < mnDocDrawPageCount; a++) in setSourceDocument()
852 for (sal_Int32 nCnt = 0; nCnt < mnDocDrawPageCount; nCnt++) in ImpPrepAutoLayoutInfos()
1536 for(nCnt = 0; nCnt < mnDocDrawPageCount; nCnt++) in ImpPrepDrawPageInfos()
1905 for(sal_Int32 nPageInd(0); nPageInd < mnDocDrawPageCount; nPageInd++) in _ExportContent()
1909 SetProgress(((nPageInd + 1) * 100) / mnDocDrawPageCount); in _ExportContent()
[all …]
H A Dsdxmlexp_impl.hxx104 sal_Int32 mnDocDrawPageCount; member in SdXMLExport

Completed in 31 milliseconds