Home
last modified time | relevance | path

Searched refs:NUMBER (Results 1 – 25 of 162) sorted by relevance

1234567

/trunk/test/testuno/source/fvt/uno/sw/crossreference/
H A DCheckCrossReferences.java138 checkField(xField, xProps, ReferenceFieldPart.NUMBER, FldResult2); in checkCrossReferences()
144 checkField(xField, xProps, ReferenceFieldPart.NUMBER, FldResult1); in checkCrossReferences()
150 checkField(xField, xProps, ReferenceFieldPart.NUMBER, FldResult3); in checkCrossReferences()
156 checkField(xField, xProps, ReferenceFieldPart.NUMBER, FldResult5); in checkCrossReferences()
162 checkField(xField, xProps, ReferenceFieldPart.NUMBER, FldResult4); in checkCrossReferences()
168 checkField(xField, xProps, ReferenceFieldPart.NUMBER, FldResult6); in checkCrossReferences()
/trunk/main/sw/qa/complex/writer/
H A DCheckCrossReferences.java154 checkField( xField, xProps, com.sun.star.text.ReferenceFieldPart.NUMBER, FldResult2 ); in checkCrossReferences()
160 checkField( xField, xProps, com.sun.star.text.ReferenceFieldPart.NUMBER, FldResult1 ); in checkCrossReferences()
166 checkField( xField, xProps, com.sun.star.text.ReferenceFieldPart.NUMBER, FldResult3 ); in checkCrossReferences()
172 checkField( xField, xProps, com.sun.star.text.ReferenceFieldPart.NUMBER, FldResult5 ); in checkCrossReferences()
178 checkField( xField, xProps, com.sun.star.text.ReferenceFieldPart.NUMBER, FldResult4 ); in checkCrossReferences()
184 checkField( xField, xProps, com.sun.star.text.ReferenceFieldPart.NUMBER, FldResult6 ); in checkCrossReferences()
/trunk/main/rsc/source/parser/
H A Dyyrscyacc.y58 %token <value> NUMBER
935 | NUMBER
1077 : NUMBER
1086 : '#' LINE NUMBER STRING
1096 | '#' NUMBER STRING DUMMY_NUMBER
1106 | '#' NUMBER
/trunk/main/soltools/cpp/
H A D_lex.c118 {NUM1, {C_XX}, ACT(NUMBER, S_SELFB)},
121 {NUM1, {'_'}, ACT(NUMBER, S_SELFB)},
124 {NUM2, {C_XX}, ACT(NUMBER, S_SELFB)},
127 {NUM2, {'_'}, ACT(NUMBER, S_SELFB)},
H A D_cpp.c131 if (tp->type == NUMBER) in control()
275 if (tp + 1 >= trp->lp || tp->type != NUMBER || tp + 3 < trp->lp in control()
H A D_eval.c291 case NUMBER: in eval()
648 case NUMBER: in tokval()
H A D_macro.c176 static Token onetoken[1] = {{NUMBER, 0, 0, 1, onestr, 0}}; in doadefine()
742 tp->type = NUMBER; in builtin()
/trunk/main/dbaccess/source/ui/misc/
H A DDExport.cxx360 ,NumberFormat::NUMBER in insertValueIntoColumn()
505 case NumberFormat::NUMBER: in CheckString()
519 case NumberFormat::NUMBER: in CheckString()
525 case NumberFormat::NUMBER: in CheckString()
613 case NumberFormat::NUMBER: in SetColumnTypes()
/trunk/main/basic/source/comp/
H A Dloops.cxx488 if( eCurTok == NUMBER && !nVal ) in On()
499 if( eCurTok == NUMBER && nVal == 1 ) in On()
536 case NUMBER: in Resume()
H A Dtoken.cxx509 return eCurTok = NUMBER; in Next()
662 return sal_Bool( eCurTok == NUMBER in MayBeLabel()
694 case NUMBER: in Hilite()
H A Dparser.cxx766 if( Next() == NUMBER ) in Option()
803 if( Next() == NUMBER ) in Option()
/trunk/main/connectivity/source/commontools/
H A DDateConversion.cxx269 if ((NumberFormat::NUMBER == nRealUsedTypeClass) && (NumberFormat::PERCENT == nTypeClass)) in setValue()
288 case NumberFormat::NUMBER: in setValue()
488 case NumberFormat::NUMBER: in getFormattedValue()
/trunk/main/xmloff/source/text/
H A DXMLIndexChapterInfoEntryContext.cxx80 { XML_NUMBER, ChapterFormat::NUMBER },
160 if ( nChapterInfo == ChapterFormat::NUMBER ) in StartElement()
/trunk/main/offapi/com/sun/star/text/
H A DChapterFormat.idl48 // DocMerge from idl: value com::sun::star::text::ChapterFormat::NUMBER
51 const short NUMBER = 1;
H A DDocumentIndexLevelFormat.idl117 …<p>In chapter info only com.sun.star.text.ChapterFormat.NUMBER, com.sun.star.text.ChapterFormat.NA…
121 …<p>In entry number only com.sun.star.text.ChapterFormat.NUMBER and com.sun.star.text.ChapterFormat…
H A DBibliographyDataField.idl113 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::NUMBER
116 const short NUMBER = 14;
/trunk/main/xmloff/source/transform/
H A DOasis2OOo.cxx191 ENTRY1( NUMBER, NUMBER_STYLE, XML_ETACTION_STYLE,
193 ENTRY1( NUMBER, CURRENCY_STYLE, XML_ETACTION_STYLE,
195 ENTRY1( NUMBER, PERCENTAGE_STYLE, XML_ETACTION_STYLE,
197 ENTRY1( NUMBER, DATE_STYLE, XML_ETACTION_STYLE,
199 ENTRY1( NUMBER, TIME_STYLE, XML_ETACTION_STYLE,
201 ENTRY1( NUMBER, BOOLEAN_STYLE, XML_ETACTION_STYLE,
203 ENTRY1( NUMBER, TEXT_STYLE, XML_ETACTION_STYLE,
H A DOOo2Oasis.cxx171 ENTRY1( NUMBER, NUMBER_STYLE, XML_ETACTION_STYLE, XML_FAMILY_TYPE_DATA ),
172 ENTRY1( NUMBER, CURRENCY_STYLE, XML_ETACTION_STYLE, XML_FAMILY_TYPE_DATA ),
173 ENTRY1( NUMBER, PERCENTAGE_STYLE, XML_ETACTION_STYLE, XML_FAMILY_TYPE_DATA ),
174 ENTRY1( NUMBER, DATE_STYLE, XML_ETACTION_STYLE, XML_FAMILY_TYPE_DATA ),
175 ENTRY1( NUMBER, TIME_STYLE, XML_ETACTION_STYLE, XML_FAMILY_TYPE_DATA ),
176 ENTRY1( NUMBER, BOOLEAN_STYLE, XML_ETACTION_STYLE, XML_FAMILY_TYPE_DATA ),
177 ENTRY1( NUMBER, TEXT_STYLE, XML_ETACTION_STYLE, XML_FAMILY_TYPE_DATA ),
/trunk/main/sw/source/core/fields/
H A Dchpfld.cxx260 case CF_NUMBER: nRet = text::ChapterFormat::NUMBER; break; in QueryValue()
306 case text::ChapterFormat::NUMBER: SetFormat(CF_NUMBER); break; in PutValue()
/trunk/main/chart2/source/controller/dialogs/
H A DDataBrowserModel.cxx710 return (getCellType( nAtColumn, nAtRow ) == NUMBER) && in setCellNumber()
851 aSharedSequence.m_eCellType = NUMBER; in updateFromModel()
900 NUMBER, in updateFromModel()
1005 NUMBER, in addErrorBarRanges()
H A DDataBrowser.cxx684 if( m_apDataBrowserModel->getCellType( nColIndex, nRow ) == DataBrowserModel::NUMBER ) in GetCellText()
819 if( m_apDataBrowserModel->getCellType( nCol, nRow ) == DataBrowserModel::NUMBER ) in IsDataValid()
1144 DataBrowserModel::NUMBER); in CellContainsNumbers()
1185 case DataBrowserModel::NUMBER: in SaveModified()
/trunk/main/svtools/source/table/
H A Dcellvalueconversion.cxx180 :StandardFormatNormalizer( i_formatter, NumberFormat::NUMBER ) in DoubleNormalization()
202 :StandardFormatNormalizer( i_formatter, NumberFormat::NUMBER ) in IntegerNormalization()
/trunk/main/xmloff/source/style/
H A Dnumehelp.cxx119 case util::NumberFormat::NUMBER: in WriteAttributes()
402 case util::NumberFormat::NUMBER: in WriteAttributes()
/trunk/main/sc/source/filter/xml/
H A DXMLStylesImportHelper.cxx139 case util::NumberFormat::NUMBER: in AddRange()
282 SetStylesToRanges(pNumberList, pStyleName, util::NumberFormat::NUMBER, NULL, rImport); in SetStylesToRanges()
/trunk/main/xmloff/inc/xmloff/
H A Dxmlnmspe.hxx49 XML_NAMESPACE( NUMBER, 9U )

Completed in 94 milliseconds

1234567