Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx1985 typedef std::pair< sal_Int8, sal_Int32 > StackEntry; in EnhancedPDFExport() typedef
1986 std::stack< StackEntry > aOutlineStack; in EnhancedPDFExport()
1987 aOutlineStack.push( StackEntry( -1, -1 ) ); // push default value in EnhancedPDFExport()
2035 aOutlineStack.push( StackEntry( nLevel, nOutlineId ) ); in EnhancedPDFExport()

Completed in 24 milliseconds