Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/inc/
H A Dfltshell.hxx598 void BeginStyle(sal_uInt16 nUserCode, RES_POOL_COLLFMT_TYPE aType) in BeginStyle() argument
600 ASSERT(nUserCode<sizeof(pColls)/sizeof(*pColls), "code out of bounds"); in BeginStyle()
601 ASSERT(pColls[nUserCode] == NULL, "user codes dublicate"); in BeginStyle()
604 pOut = pColls[nUserCode] = new SwFltFormatCollection(GetDoc(), aType); in BeginStyle()
605 nAktStyle = nUserCode; in BeginStyle()
608 void BeginStyle( sal_uInt16 nUserCode, const String& rName ) in BeginStyle() argument
610 ASSERT(nUserCode<sizeof(pColls)/sizeof(*pColls), "code out of bounds"); in BeginStyle()
611 ASSERT(pColls[nUserCode] == NULL, "user codes dublicate"); in BeginStyle()
615 nAktStyle = nUserCode; in BeginStyle()
618 sal_Bool IsStyleImported(sal_uInt16 nUserCode) in IsStyleImported() argument
[all …]

Completed in 13 milliseconds