Searched refs:nUserCode (Results 1 – 1 of 1) sorted by relevance
598 void BeginStyle(sal_uInt16 nUserCode, RES_POOL_COLLFMT_TYPE aType) in BeginStyle() argument600 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() argument610 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 15 milliseconds