Home
last modified time | relevance | path

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

/aoo41x/main/sd/source/filter/html/
H A Dpubdlg.cxx1657 sal_uInt16 nDesigns; in Load() local
1658 *pStream >> nDesigns; in Load()
1661 pStream->GetError() == SVSTREAM_OK && nIndex < nDesigns; in Load()
1695 sal_uInt16 nDesigns = (sal_uInt16) m_pDesignList->Count(); in Save() local
1696 *pStream << nDesigns; in Save()
1699 pStream->GetError() == SVSTREAM_OK && nIndex < nDesigns; in Save()

Completed in 24 milliseconds