Searched refs:nTokenIndex (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/sw/source/ui/index/ |
H A D | cntex.cxx | 352 long nTokenIndex = 0; in CreateOrUpdateExample() local 361 if( aSequPropVals.getLength() <= nTokenIndex) in CreateOrUpdateExample() 362 aSequPropVals.realloc(nTokenIndex + 10); in CreateOrUpdateExample() 436 pValues[nTokenIndex] = aPropVals; in CreateOrUpdateExample() 437 nTokenIndex++; in CreateOrUpdateExample() 441 aSequPropVals.realloc(nTokenIndex); in CreateOrUpdateExample()
|
/aoo42x/main/oox/source/xls/ |
H A D | formulaparser.cxx | 762 OSL_ENSURE( getOperandSize( nOpCountFromEnd, nOpIndex ) > nTokenIndex, in getOperandToken() 767 return maTokenStorage[ *(aIndexIt + nTokenIndex) ]; in getOperandToken() 1517 sal_Int32 nTokenIndex = xTable.get() ? xTable->getTokenIndex() : -1; in importTableToken() local 1518 if( nTokenIndex >= 0 ) in importTableToken() 1603 return pushValueOperand( nTokenIndex, OPCODE_DBAREA ); in importTableToken() 1609 pushValueOperandToken( nTokenIndex, OPCODE_DBAREA ) && in importTableToken() 1612 (pushValueOperandToken( nTokenIndex, OPCODE_DBAREA ) && in importTableToken() 1619 (pushValueOperandToken( nTokenIndex, OPCODE_DBAREA ) && in importTableToken() 1625 (pushValueOperandToken( nTokenIndex, OPCODE_DBAREA ) && in importTableToken() 2852 if( nTokenIndex < 0 ) in convertNameToFormula() [all …]
|
H A D | sheetdatabuffer.cxx | 682 sal_Int32 nTokenIndex = 0; in createSharedFormula() local 683 if( aNameProps.getProperty( nTokenIndex, PROP_TokenIndex ) && (nTokenIndex >= 0) ) try in createSharedFormula() 686 maSharedFormulas[ rMapKey ] = nTokenIndex; in createSharedFormula() 702 sal_Int32 nTokenIndex = ContainerHelper::getMapElement( maSharedFormulas, rMapKey, -1 ); in resolveSharedFormula() local 703 …return (nTokenIndex >= 0) ? getFormulaParser().convertNameToFormula( nTokenIndex ) : ApiTokenSeque… in resolveSharedFormula()
|
H A D | defnamesbuffer.cxx | 647 sal_Int32 nTokenIndex = xDefName->getTokenIndex(); in finalizeImport() local 648 if( nTokenIndex >= 0 ) in finalizeImport() 649 maTokenIdMap[ nTokenIndex ] = xDefName; in finalizeImport()
|
/aoo42x/main/xmloff/source/style/ |
H A D | PageMasterPropHdl.cxx | 309 sal_Int32 nTokenIndex = 0; in importXML() local 314 bFound = (sAttrValue == rStrImpValue.getToken( 0, cToken, nTokenIndex )); in importXML() 316 while ( (nTokenIndex >= 0) && !bFound ); in importXML()
|
/aoo42x/main/fpicker/source/unx/gnome/ |
H A D | SalGtkFilePicker.cxx | 876 sal_Int32 nTokenIndex = 0; in getSelectedFiles() local 894 nTokenIndex = 0; in getSelectedFiles() 896 sExtension = aSelectedFiles[nIndex].getToken( 0, '.', nTokenIndex ); in getSelectedFiles() 897 while( nTokenIndex >= 0 ); in getSelectedFiles() 951 nTokenIndex = 0; in getSelectedFiles() 956 sToken = aFilter.getToken( 0, '.', nTokenIndex ); in getSelectedFiles() 967 while( nTokenIndex >= 0 ); in getSelectedFiles()
|
/aoo42x/main/oox/inc/oox/xls/ |
H A D | formulaparser.hxx | 71 virtual ::rtl::OUString resolveDefinedName( sal_Int32 nTokenIndex ) const; 139 ApiTokenSequence convertNameToFormula( sal_Int32 nTokenIndex ) const;
|
/aoo42x/main/sc/source/core/data/ |
H A D | cell2.cxx | 1461 sal_uInt16 nTokenIndex = p->GetIndex(); in lcl_FindRangeNamesInUse() local 1462 rIndexes.insert( nTokenIndex ); in lcl_FindRangeNamesInUse()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | pdfwriter_impl.cxx | 699 sal_Int32 nTokenIndex = 0, nLastTokenIndex = 0; in createWidgetFieldName() local 704 nLastTokenIndex = nTokenIndex; in createWidgetFieldName() 705 aPartialName = aFullName.getToken( 0, '.', nTokenIndex ); in createWidgetFieldName() 706 if( nTokenIndex != -1 ) in createWidgetFieldName() 710 aDomain = aFullName.copy( 0, nTokenIndex-1 ); in createWidgetFieldName() 767 } while( nTokenIndex != -1 ); in createWidgetFieldName()
|
Completed in 106 milliseconds