Lines Matching refs:nNum
897 sal_uInt16 nNum; in ImpReformatAllTextObjects() local
898 for (nNum=0; nNum<nAnz; nNum++) { in ImpReformatAllTextObjects()
899 GetMasterPage(nNum)->ReformatAllTextObjects(); in ImpReformatAllTextObjects()
902 for (nNum=0; nNum<nAnz; nNum++) { in ImpReformatAllTextObjects()
903 GetPage(nNum)->ReformatAllTextObjects(); in ImpReformatAllTextObjects()
918 sal_uInt16 nNum; in ImpReformatAllEdgeObjects() local
919 for (nNum=0; nNum<nAnz; nNum++) in ImpReformatAllEdgeObjects()
921 GetMasterPage(nNum)->ReformatAllEdgeObjects(); in ImpReformatAllEdgeObjects()
924 for (nNum=0; nNum<nAnz; nNum++) in ImpReformatAllEdgeObjects()
926 GetPage(nNum)->ReformatAllEdgeObjects(); in ImpReformatAllEdgeObjects()
939 sal_uInt16 nNum; in BurnInStyleSheetAttributes() local
940 for (nNum=0; nNum<nAnz; nNum++) { in BurnInStyleSheetAttributes()
941 GetMasterPage(nNum)->BurnInStyleSheetAttributes(); in BurnInStyleSheetAttributes()
944 for (nNum=0; nNum<nAnz; nNum++) { in BurnInStyleSheetAttributes()
945 GetPage(nNum)->BurnInStyleSheetAttributes(); in BurnInStyleSheetAttributes()