Lines Matching refs:aAny
86 Any aAny; in Export() local
89 aAny = xLineNumbering->getPropertyValue(sCharStyleName); in Export()
91 aAny >>= sTmp; in Export()
99 aAny = xLineNumbering->getPropertyValue(sIsOn); in Export()
100 if (! *(sal_Bool*)aAny.getValue()) in Export()
107 aAny = xLineNumbering->getPropertyValue(sCountEmptyLines); in Export()
108 if (! *(sal_Bool*)aAny.getValue()) in Export()
115 aAny = xLineNumbering->getPropertyValue(sCountLinesInFrames); in Export()
116 if (*(sal_Bool*)aAny.getValue()) in Export()
123 aAny = xLineNumbering->getPropertyValue(sRestartAtEachPage); in Export()
124 if (*(sal_Bool*)aAny.getValue()) in Export()
131 aAny = xLineNumbering->getPropertyValue(sDistance); in Export()
133 aAny >>= nLength; in Export()
144 aAny = xLineNumbering->getPropertyValue(sNumberingType); in Export()
146 aAny >>= nFormat; in Export()
159 aAny = xLineNumbering->getPropertyValue(sNumberPosition); in Export()
161 aAny >>= nPosition; in Export()
170 aAny = xLineNumbering->getPropertyValue(sInterval); in Export()
172 aAny >>= nLineInterval; in Export()
184 aAny = xLineNumbering->getPropertyValue(sSeparatorText); in Export()
186 aAny >>= sSeparator; in Export()
191 aAny = xLineNumbering->getPropertyValue(sSeparatorInterval); in Export()
193 aAny >>= nLineDistance; in Export()