Home
last modified time | relevance | path

Searched refs:nIndex (Results 101 – 125 of 1876) sorted by relevance

12345678910>>...76

/trunk/main/editeng/source/editeng/
H A Deditdoc.hxx63 sal_uInt16 nIndex; member
65 EPaM() { nPara = 0; nIndex = 0; } in EPaM()
67 EPaM( const EPaM& r) { nPara = r.nPara; nIndex = r.nIndex; } in EPaM()
68 EPaM& operator = ( const EPaM& r ) { nPara = r.nPara; nIndex = r.nIndex; return *this; } in operator =()
76 ( ( nPara == r.nPara ) && nIndex < r.nIndex ) ) ? sal_True : sal_False; in operator <()
81 return ( ( nPara == r.nPara ) && ( nIndex == r.nIndex ) ) ? sal_True : sal_False; in operator ==()
301 sal_uInt16 nIndex; member in EditPaM
311 sal_uInt16& GetIndex() { return nIndex; } in GetIndex()
464 sal_Bool IsIn( sal_uInt16 nIndex ) const in IsIn()
465 { return ( (nIndex >= nStart ) && ( nIndex < nEnd ) ); } in IsIn()
[all …]
/trunk/main/sc/source/core/tool/
H A Ddoubleref.cxx67 SCSIZE nIndex = 0; in lcl_createStarQuery() local
79 if (nIndex > 0) in lcl_createStarQuery()
96 if ((nIndex < 1) || bValid) in lcl_createStarQuery()
145 nIndex++; in lcl_createStarQuery()
189 SCSIZE nIndex = 0; in lcl_createExcelQuery() local
205 nIndex++; in lcl_createExcelQuery()
215 if (nIndex < nNewEntries) in lcl_createExcelQuery()
349 if ( nIndex <= 0 || nIndex > (nDBCol2 - nDBCol1 + 1) ) in findFieldColumn()
465 if (nIndex < 1) in findFieldColumn()
469 if (nIndex > mnCols) in findFieldColumn()
[all …]
/trunk/main/sw/source/ui/dbui/
H A Dmmaddressblockpage.cxx441 if(nIndex == nSelect) in GetAddressBlocks()
442 ++nIndex; in GetAddressBlocks()
444 nIndex++; in GetAddressBlocks()
1246 if(nThumb > nIndex) in MakeVisible()
1267 long nIndex; in IMPL_LINK() local
1307 sal_Int32 nIndex = 0; in IMPL_LINK() local
1409 sal_Int32 nIndex = 0; in CreateAssignments() local
1583 nIndex = nEnd; in SetText()
1689 if(nIndex) in MoveCurrentItem()
1706 ++nIndex; in MoveCurrentItem()
[all …]
/trunk/main/chart2/source/controller/dialogs/
H A DObjectNameProvider.cxx85 sal_Int32 nIndex = aRet.indexOf( aWildcard ); in lcl_getFullSeriesName() local
86 if( nIndex != -1 ) in lcl_getFullSeriesName()
524 sal_Int32 nIndex = -1; in getHelpText() local
527 if( nIndex != -1 ) in getHelpText()
535 if( nIndex != -1 ) in getHelpText()
555 if( nIndex != -1 ) in getHelpText()
562 if( nIndex != -1 ) in getHelpText()
594 if( nIndex != -1 ) in getHelpText()
600 if( nIndex != -1 ) in getHelpText()
657 if( nIndex != -1 ) in getHelpText()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdlayer.cxx153 sal_Int16 nIndex; in PutValue() local
154 for( nIndex = 0; nIndex < nCount; nIndex++ ) in PutValue()
156 aData[nIndex] = static_cast<sal_uInt8>(aSeq[nIndex]); in PutValue()
159 for( ; nIndex < 32; nIndex++ ) in PutValue()
161 aData[nIndex] = 0; in PutValue()
171 sal_Int16 nIndex; in QueryValue() local
172 for( nIndex = 31; nIndex >= 00; nIndex-- ) in QueryValue()
174 if( 0 != aData[nIndex] ) in QueryValue()
176 nNumBytesSet = nIndex + 1; in QueryValue()
183 for( nIndex = 0; nIndex < nNumBytesSet; nIndex++ ) in QueryValue()
[all …]
/trunk/main/vbahelper/source/msforms/
H A Dvbalistcontrolhelper.cxx38 sal_Int32 nIndex = sList.getLength(); in AddItem() local
41 pvargIndex >>= nIndex; in AddItem()
47 if ( nIndex == sList.getLength() ) in AddItem()
72 pString = sList.getArray() + nIndex; in AddItem()
88 sal_Int32 nIndex = 0; in removeItem() local
90 if ( index >>= nIndex ) in removeItem()
94 if( nIndex < 0 || nIndex > ( sList.getLength() - 1 ) ) in removeItem()
146 sal_Int16 nIndex = -1; in List() local
147 pvargIndex >>= nIndex; in List()
148 if( nIndex < 0 || nIndex >= nLength ) in List()
[all …]
/trunk/main/oox/source/docprop/
H A Dooxmldocpropimport.cxx84 for( sal_Int32 nIndex = 0, nLength = aPropsInfo.getLength(); nIndex < nLength; ++nIndex ) in lclGetRelatedStreams() local
86 const Sequence< StringPair >& rEntries = aPropsInfo[ nIndex ]; in lclGetRelatedStreams()
128 for( sal_Int32 nIndex = 0, nLength = aServiceNames.getLength(); nIndex < nLength; ++nIndex ) in supportsService() local
129 if( aServiceNames[ nIndex ] == rServiceName ) in supportsService()
175 for( sal_Int32 nIndex = 0; nIndex < aExtStreams.getLength(); ++nIndex ) in importProperties() local
176 aParser.parseStream( aExtStreams[ nIndex ], true ); in importProperties()
177 for( sal_Int32 nIndex = 0; nIndex < aCustomStreams.getLength(); ++nIndex ) in importProperties() local
178 aParser.parseStream( aCustomStreams[ nIndex ], true ); in importProperties()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlGroup.cxx111 sal_Int32 nIndex = sValue.indexOf(s_sQuote,nPos); in DBG_NAME() local
112 while ( nIndex > -1 ) in DBG_NAME()
115 nIndex = sValue.indexOf(s_sQuote,nIndex+2); in DBG_NAME()
124 sal_Int32 nIndex = 0; in DBG_NAME() local
127 nIndex = 0; in DBG_NAME()
128 sExpression = sExpression.getToken(0,']',nIndex); in DBG_NAME()
129 nIndex = 0; in DBG_NAME()
137 nIndex = 0; in DBG_NAME()
138 sInterval = sInterval.getToken(0,')',nIndex); in DBG_NAME()
166 nIndex = 0; in DBG_NAME()
[all …]
/trunk/main/chart2/source/tools/
H A DInternalDataProvider.cxx497 for( sal_Int32 nIndex = nEnd - 1; nIndex >= nBegin; --nIndex ) in lcl_increaseMapReferences() local
509 for( sal_Int32 nIndex = nBegin; nIndex < nEnd; ++nIndex ) in lcl_decreaseMapReferences() local
710 sal_Int32 nIndex = (m_bDataInColumns in createDataSequenceByRangeRepresentation() local
750 sal_Int32 nIndex = aRange.toInt32(); in hasDataByRangeRepresentation() local
810 sal_Int32 nIndex = aRange.toInt32(); in getDataByRangeRepresentation() local
811 if( nIndex >= 0 ) in getDataByRangeRepresentation()
883 sal_Int32 nIndex = aRange.toInt32(); in setDataByRangeRepresentation() local
884 if( nIndex>=0 ) in setDataByRangeRepresentation()
1087 aRange.aUpperLeft.nColumn = nIndex + 1; in convertRangeToXML()
1093 aRange.aUpperLeft.nRow = nIndex + 1; in convertRangeToXML()
[all …]
/trunk/main/sc/source/filter/xml/
H A DXMLDDELinksContext.cxx175 sal_Int32 nIndex(0); in EndElement() local
180 if (nIndex % nColumns == 0) in EndElement()
197 ++nIndex; in EndElement()
218 for( sal_Int16 nIndex = 0; nIndex < nAttrCount; ++nIndex ) in ScXMLDDESourceContext() local
220 const rtl::OUString& sAttrName (xAttrList->getNameByIndex( nIndex )); in ScXMLDDESourceContext()
221 const rtl::OUString& sValue (xAttrList->getValueByIndex( nIndex )); in ScXMLDDESourceContext()
320 for( sal_Int16 nIndex = 0; nIndex < nAttrCount; ++nIndex ) in ScXMLDDEColumnContext() local
323 const rtl::OUString& sValue (xAttrList->getValueByIndex( nIndex )); in ScXMLDDEColumnContext()
366 for( sal_Int16 nIndex = 0; nIndex < nAttrCount; ++nIndex ) in ScXMLDDERowContext() local
369 const rtl::OUString& sValue (xAttrList->getValueByIndex( nIndex )); in ScXMLDDERowContext()
[all …]
H A DXMLConsolidationContext.cxx61 for( sal_Int16 nIndex = 0; nIndex < nAttrCount; ++nIndex ) in ScXMLConsolidationContext() local
63 const rtl::OUString& sAttrName (xAttrList->getNameByIndex( nIndex )); in ScXMLConsolidationContext()
64 const rtl::OUString& sValue (xAttrList->getValueByIndex( nIndex )); in ScXMLConsolidationContext()
121 sal_uInt16 nIndex; in EndElement() local
122 for( nIndex = 0; nIndex < nCount; ++nIndex ) in EndElement()
124 ppAreas[ nIndex ] = new ScArea; in EndElement()
126 …*ppAreas[ nIndex ], sSourceList, GetScImport().GetDocument(), ::formula::FormulaGrammar::CONV_OOO,… in EndElement()
135 for( nIndex = 0; nIndex < nCount; ++nIndex ) in EndElement()
136 delete ppAreas[nIndex]; in EndElement()
/trunk/main/filter/source/graphicfilter/icgm/
H A Delements.cxx54 sal_uInt32 nIndex; in operator =() local
86 for ( nIndex = 1; nIndex < 256; nIndex++ ) // do not overwrite the background color in operator =()
88 aColorTableEntryIs[ nIndex ] = rSource.aColorTableEntryIs[ nIndex ]; in operator =()
89 aColorTable[ nIndex ] = rSource.aColorTable[ nIndex ]; in operator =()
90 aLatestColorTable[ nIndex ] = rSource.aColorTable[ nIndex ]; in operator =()
93 for ( nIndex = 0; nIndex < 8; nIndex++ ) in operator =()
95 nColorValueExtent[ nIndex ] = rSource.nColorValueExtent[ nIndex ]; in operator =()
358 rBundle.SetIndex( nIndex ); in GetBundleIndex()
359 Bundle* pBundle = GetBundle( rList, nIndex ); in GetBundleIndex()
367 Bundle* CGMElements::GetBundle( List& rList, long nIndex ) in GetBundle() argument
[all …]
/trunk/main/accessibility/source/extended/
H A DAccessibleGridControlTableCell.cxx156 if ( !implIsValidIndex( nIndex, implGetText().getLength() ) ) in getCharacterBounds()
258 if ( !implIsValidRange( nIndex, nIndex, implGetText().getLength() ) ) in setCaretPosition()
267 return OCommonAccessibleText::getCharacter( nIndex ); in getCharacter()
276 if ( !implIsValidIndex( nIndex, sText.getLength() ) ) in getCharacterAttributes()
331 return OCommonAccessibleText::getTextAtIndex( nIndex ,aTextType); in getTextAtIndex()
337 return OCommonAccessibleText::getTextBeforeIndex( nIndex ,aTextType); in getTextBeforeIndex()
343 return OCommonAccessibleText::getTextBehindIndex( nIndex ,aTextType); in getTextBehindIndex()
362 sal_Int32 nIndex = getAccessibleIndexInParent(); in implGetBoundingBox() local
363 …Rectangle aCellRect = m_aTable.calcCellRect(nIndex%m_aTable.GetColumnCount(), nIndex/m_aTable.GetC… in implGetBoundingBox()
373 sal_Int32 nIndex = getAccessibleIndexInParent(); in implGetBoundingBoxOnScreen() local
[all …]
/trunk/main/sd/source/ui/view/
H A DDocumentRenderer.cxx687 for (sal_uInt32 nIndex=0; nIndex<nCount; ++nIndex) in CreateChoice() local
688 aChoices[nIndex] = aChoiceStrings.GetString(nIndex); in CreateChoice()
699 for (sal_Int32 nIndex=1,nCount=aChoice.getLength(); nIndex<nCount; ++nIndex) in GetSlidesPerPageSequence() local
1661 nIndex=0, in ContainsTransparency() local
1664 ++nIndex) in ContainsTransparency()
1747 nIndex=0, in PrepareOutline() local
1760 ++nIndex; in PrepareOutline()
1953 ++nIndex) in PrepareHandout()
2031 ++nIndex) in PrepareRegularPages()
2158 ++nIndex) in PrepareBooklet()
[all …]
/trunk/main/sc/source/core/data/
H A Dmarkarr.cxx104 nIndex=(SCSIZE)i; in Search()
106 nIndex=0; in Search()
154 SCSIZE nIndex; in SetMarkArea() local
156 ni = nIndex; in SetMarkArea()
330 SCSIZE nIndex; in GetNextMarked() local
331 Search(nRow, nIndex); in GetNextMarked()
336 if (nIndex>0) in GetNextMarked()
354 SCSIZE nIndex; in GetMarkEnd() local
355 Search(nRow, nIndex); in GetMarkEnd()
359 if (nIndex>0) in GetMarkEnd()
[all …]
/trunk/main/sdext/source/presenter/
H A DPresenterAccessibility.cxx1024 if (nIndex<0 || nIndex>=sal_Int32(maChildren.size())) in getAccessibleChild()
1057 ++nIndex) in getAccessibleIndexInParent()
1683 for (sal_Int32 nIndex=0,nCount=rStateSet.getLength(); nIndex<nCount; ++nIndex) in containsAll() local
1699 for (sal_uInt16 nIndex=0; nIndex<sizeof(mnStateSet)*8; ++nIndex) in getStates() local
1753 if (nIndex<0 && sal_uInt32(nIndex)>=maRelations.size()) in getRelation()
1917 this,nIndex); in getCharacterAttributes()
1929 (void)nIndex; in getCharacterAttributes()
1944 if (nIndex < 0) in getCharacterBounds()
1993 return nIndex; in getIndexAtPoint()
2294 for (sal_Int32 nIndex=0; nIndex<nParagraphCount; ++nIndex) in SetTextView() local
[all …]
H A DPresenterTextView.cxx524 for (sal_Int32 nIndex=0; nIndex<nParagraphIndex; ++nIndex) in GetCharacterOffset() local
715 nIndex<nCount; in Paint()
716 ++nIndex) in Paint()
724 nIndex<nCount; in Paint()
830 sal_Int32 nIndex (0); in GetWordBoundary() local
831 for (sal_Int32 nCount (maWordBoundaries.size()); nIndex<nCount; ++nIndex) in GetWordBoundary()
845 nIndex += nDistance; in GetWordBoundary()
847 if (nIndex < 0) in GetWordBoundary()
1102 return CreateTextSegment(nIndex+nOffset, nIndex+nOffset+1); in GetTextSegment()
1122 nIndex, in GetWordTextSegment()
[all …]
/trunk/main/svx/source/accessibility/
H A Dsvxrectctaccessiblecontext.cxx291 checkChildIndex( nIndex ); in getAccessibleChild()
302 xChild = mpChilds[ nIndex ]; in getAccessibleChild()
322 if( mnSelectedChild == nIndex ) in getAccessibleChild()
596 checkChildIndex( nIndex ); in selectAccessibleChild()
613 checkChildIndex( nIndex ); in isAccessibleChildSelected()
615 return nIndex == mnSelectedChild; in isAccessibleChildSelected()
642 checkChildIndexOnSelection( nIndex ); in getSelectedAccessibleChild()
660 if( nIndex < 0 || nIndex >= getAccessibleChildCount() ) in checkChildIndex()
1177 if ( nIndex < 0 || nIndex >= getAccessibleActionCount() ) in doAccessibleAction()
1193 if ( nIndex < 0 || nIndex >= getAccessibleActionCount() ) in getAccessibleActionDescription()
[all …]
/trunk/main/vcl/unx/generic/gdi/
H A Dcdeint.cxx95 int nIndex = aLine.Search( "ColorPalette" ); in GetSystemLook() local
96 if( nIndex != STRING_NOTFOUND ) in GetSystemLook()
98 int nPos = nIndex; in GetSystemLook()
100 nIndex+=12; in GetSystemLook()
101 const char* pStr = aLine.GetBuffer() +nIndex; in GetSystemLook()
105 nIndex++; in GetSystemLook()
109 pStr++, nIndex++; in GetSystemLook()
114 int nIndex2 = nIndex; in GetSystemLook()
117 ByteString aPaletteFile( aLine.Copy( nIndex, nIndex2 - nIndex ) ); in GetSystemLook()
151 for( nIndex = 0; nIndex < 8; nIndex++ ) in GetSystemLook()
[all …]
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/
H A DStreamView.java73 for (int nIndex=0; nIndex<getRowCount(); ++nIndex) in StreamView()
75 expandRow(nIndex); in StreamView()
131 for (int nIndex=0; nIndex<aNode.getChildCount(); ++nIndex) in GetChildNodeForName()
133 final TreeNode aChild = aNode.getChildAt(nIndex); in GetChildNodeForName()
192 for (int nIndex=1; nIndex<aNodes.length; ++nIndex) in GetPackagePathForTreePath()
195 sPath.append(aNodes[nIndex].toString()); in GetPackagePathForTreePath()
232 for (int nIndex=0; nIndex<aNode.getChildCount(); ++nIndex) in MakePartVisible()
234 final TreeNode aChildNode = aNode.getChildAt(nIndex); in MakePartVisible()
/trunk/main/sc/source/filter/inc/
H A Dqprostyle.hxx50 void setFontRecord(sal_uInt16 nIndex, sal_uInt16 nData, sal_uInt16 nPtSize) in setFontRecord() argument
52 if (nIndex < maxsize) in setFontRecord()
54 maFontRecord[ nIndex ] = nData; in setFontRecord()
55 maFontHeight[ nIndex ] = nPtSize; in setFontRecord()
58 void setFontType( sal_uInt16 nIndex, String &aLabel ) in setFontType() argument
59 { if (nIndex < maxsize) maFontType[ nIndex ] = aLabel; } in setFontType()
60 void setAlign( sal_uInt16 nIndex, sal_uInt8 nData ) in setAlign() argument
61 { if (nIndex < maxsize) maAlign[ nIndex ] = nData; } in setAlign()
62 void setFont( sal_uInt16 nIndex, sal_uInt8 nData ) in setFont() argument
63 { if (nIndex < maxsize) maFont[ nIndex ] = nData; } in setFont()
/trunk/main/xmloff/source/style/
H A DPageMasterImportContext.cxx107 sal_Int32 nIndex = 0; in CreateChildContext() local
115 nStartIndex = nIndex; in CreateChildContext()
121 nEndIndex = nIndex; in CreateChildContext()
123 nIndex++; in CreateChildContext()
126 nEndIndex = nIndex; in CreateChildContext()
141 sal_Int32 nIndex = 0; in CreateChildContext() local
148 nEndIndex = nIndex; in CreateChildContext()
151 nIndex++; in CreateChildContext()
154 nEndIndex = nIndex; in CreateChildContext()
247 sal_Int32 nIndex = aContextIDs[i].nIndex; in FillPropertySet() local
[all …]
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleSlideSorterView.cxx176 sal_Int32 nIndex) in GetAccessibleChildImplementation() argument
181 if (nIndex>=0 && nIndex<mpImpl->GetVisibleChildCount()) in GetAccessibleChildImplementation()
226 if (nIndex<0 || nIndex>=mpImpl->GetVisibleChildCount()) in getAccessibleChild()
229 return mpImpl->GetVisibleChild(nIndex); in getAccessibleChild()
858 for (sal_Int32 nIndex(mnFirstVisibleChild); nIndex<=mnLastVisibleChild; ++nIndex) in UpdateChildren() local
859 GetAccessibleChild(nIndex); in UpdateChildren()
900 sal_Int32 nIndex) in GetVisibleChild() argument
902 assert(nIndex>=0 && nIndex<GetVisibleChildCount()); in GetVisibleChild()
911 sal_Int32 nIndex) in GetAccessibleChild() argument
915 if (nIndex>=0 && (sal_uInt32)nIndex<maPageObjects.size()) in GetAccessibleChild()
[all …]
/trunk/main/drawinglayer/source/primitive2d/
H A Dtextlayoutdevice.cxx214 sal_uInt32 nIndex, in getTextWidth() argument
223 sal_uInt32 nIndex, in getTextOutlines() argument
233 nTextLength = nStringLength - nIndex; in getTextOutlines()
249 nIndex, in getTextOutlines()
250 nIndex, in getTextOutlines()
261 nIndex, in getTextOutlines()
262 nIndex, in getTextOutlines()
272 sal_uInt32 nIndex, in getTextBoundRect() argument
290 nIndex, in getTextBoundRect()
291 nIndex, in getTextBoundRect()
[all …]
/trunk/main/tools/inc/tools/
H A Dinetmsg.hxx124 sal_uIntPtr nIndex, rtl_TextEncoding eEncoding) const in GetHeaderName_Impl() argument
127 (INetMessageHeader*)(m_aHeaderList.GetObject(nIndex)); in GetHeaderName_Impl()
138 (INetMessageHeader*)(m_aHeaderList.GetObject(nIndex)); in GetHeaderValue_Impl()
193 UniString GetHeaderName (sal_uIntPtr nIndex) const in GetHeaderName()
198 UniString GetHeaderValue (sal_uIntPtr nIndex) const in GetHeaderValue()
206 (INetMessageHeader*)(m_aHeaderList.GetObject(nIndex)); in GetHeaderField()
216 sal_uIntPtr nIndex = LIST_APPEND);
260 const UniString& GetValue (sal_uIntPtr nIndex) const in GetValue()
262 if (nIndex < nValueCount) in GetValue()
264 return *((UniString*)(aValueList.GetObject(nIndex))); in GetValue()
[all …]

Completed in 148 milliseconds

12345678910>>...76