Home
last modified time | relevance | path

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

/AOO41X/main/sw/inc/ !
H A Dnumrule.hxx59 sal_Unicode cGrfBulletCP; member in SwNumFmt
84 void SetGrfBulletCP(sal_Unicode cP){cGrfBulletCP = cP;} in SetGrfBulletCP()
85 sal_Unicode GetGrfBulletCP()const {return cGrfBulletCP;} in GetGrfBulletCP()
/AOO41X/main/sw/source/core/doc/ !
H A Dnumber.cxx201 ,cGrfBulletCP(USHRT_MAX)//For i120928,record the cp info of graphic within bullet in SwNumFmt()
211 ,cGrfBulletCP(rFmt.cGrfBulletCP)//For i120928,record the cp info of graphic within bullet in SwNumFmt()
328 cGrfBulletCP = rNumFmt.cGrfBulletCP; in operator =()
/AOO41X/main/sw/source/filter/ww8/ !
H A Dww8par3.cxx548 sal_Unicode cGrfBulletCP(USHRT_MAX); in ReadLVL() local
885 cGrfBulletCP = nWitchPicIsBullet; // This is a bullet picture ID in ReadLVL()
959 rNumFmt.SetGrfBulletCP(cGrfBulletCP); in ReadLVL()