Home
last modified time | relevance | path

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

12345678910>>...75

/aoo41x/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 …]
/aoo41x/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 …]
/aoo41x/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 …]
/aoo41x/main/sc/source/filter/xml/
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()
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 …]
/aoo41x/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()
/aoo41x/main/basegfx/source/polygon/
H A Db2dpolygontools.cxx114 if(nIndex) in getIndexOfPredecessor()
116 return nIndex - 1L; in getIndexOfPredecessor()
124 return nIndex; in getIndexOfPredecessor()
134 return nIndex + 1L; in getIndexOfSuccessor()
142 return nIndex; in getIndexOfSuccessor()
641 sal_uInt32 nIndex(0L); in getPositionAbsolute() local
679 nIndex = nEdgeCount; in getPositionAbsolute()
3668 if(nIndex >= nCount) in getTangentEnteringPoint()
3676 … sal_uInt32 nPrev(bClosed ? (nIndex + nCount - 1) % nCount : nIndex ? nIndex - 1 : nIndex); in getTangentEnteringPoint()
3678 if(nPrev == nIndex) in getTangentEnteringPoint()
[all …]
/aoo41x/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 …]
/aoo41x/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 …]
/aoo41x/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 …]
/aoo41x/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 …]
/aoo41x/main/toolkit/test/accessibility/
H A DNodeHandler.java72 public AccessibleTreeNode getChild (AccessibleTreeNode aParent, int nIndex) in getChild() argument
76 AccessibleTreeNode aChild = (AccessibleTreeNode)maChildList.get(nIndex); in getChild()
79 aChild = createChild (aParent, nIndex); in getChild()
82 maChildList.setElementAt (aChild, nIndex); in getChild()
92 return (AccessibleTreeNode)maChildList.get(nIndex); in getChildNoCreate()
98 public boolean removeChild (AccessibleTreeNode aNode, int nIndex) in removeChild() argument
105 + maChildList.elementAt (nIndex)); in removeChild()
106 maChildList.remove (nIndex); in removeChild()
128 AccessibleTreeNode aParent, int nIndex); in createChild() argument
136 public boolean isChildEditable (AccessibleTreeNode aNode, int nIndex) in isChildEditable() argument
[all …]
/aoo41x/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 …]
/aoo41x/main/tools/source/string/
H A Dtstring.cxx191 sal_Int32 nIndex = 0; in IsLowerAscii() local
194 while ( nIndex < nLen ) in IsLowerAscii()
200 ++nIndex; in IsLowerAscii()
212 sal_Int32 nIndex = 0; in IsUpperAscii() local
221 ++nIndex; in IsUpperAscii()
233 sal_Int32 nIndex = 0; in IsAlphaAscii() local
243 ++nIndex; in IsAlphaAscii()
255 sal_Int32 nIndex = 0; in IsNumericAscii() local
264 ++nIndex; in IsNumericAscii()
276 sal_Int32 nIndex = 0; in IsAlphaNumericAscii() local
[all …]
/aoo41x/main/sdext/source/pdfimport/tree/
H A Dimagecontainer.cxx73 aBuf.setCharAt(nBufPos, aBase64EncodeTable [nIndex]); in encodeBase64()
75 nIndex = static_cast<sal_uInt8>((nBinary & 0x3F000) >> 12); in encodeBase64()
76 aBuf.setCharAt(nBufPos+1, aBase64EncodeTable [nIndex]); in encodeBase64()
78 nIndex = static_cast<sal_uInt8>((nBinary & 0xFC0) >> 6); in encodeBase64()
79 aBuf.setCharAt(nBufPos+2, aBase64EncodeTable [nIndex]); in encodeBase64()
81 nIndex = static_cast<sal_uInt8>((nBinary & 0x3F)); in encodeBase64()
82 aBuf.setCharAt(nBufPos+3, aBase64EncodeTable [nIndex]); in encodeBase64()
98 aBuf.setCharAt(nBufPos, aBase64EncodeTable [nIndex]); in encodeBase64()
100 nIndex = static_cast<sal_uInt8>((nBinary & 0x3F000) >> 12); in encodeBase64()
101 aBuf.setCharAt(nBufPos+1, aBase64EncodeTable [nIndex]); in encodeBase64()
[all …]
/aoo41x/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 …]
/aoo41x/main/basegfx/inc/basegfx/polygon/
H A Db3dpolygon.hxx61 B3DPolygon(const B3DPolygon& rPolygon, sal_uInt32 nIndex, sal_uInt32 nCount);
78 B3DPoint getB3DPoint(sal_uInt32 nIndex) const;
79 void setB3DPoint(sal_uInt32 nIndex, const B3DPoint& rValue);
82 void insert(sal_uInt32 nIndex, const B3DPoint& rPoint, sal_uInt32 nCount = 1);
86 BColor getBColor(sal_uInt32 nIndex) const;
87 void setBColor(sal_uInt32 nIndex, const BColor& rValue);
93 B3DVector getNormal(sal_uInt32 nIndex) const; // normal in each point
94 void setNormal(sal_uInt32 nIndex, const B3DVector& rValue);
100 B2DPoint getTextureCoordinate(sal_uInt32 nIndex) const;
101 void setTextureCoordinate(sal_uInt32 nIndex, const B2DPoint& rValue);
[all …]
/aoo41x/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 …]
/aoo41x/main/sc/source/core/tool/
H A Dunitconv.cxx121 long nIndex = 0; in ScUnitConverter() local
127 pValNameArray[nIndex] = sPrefix; in ScUnitConverter()
129 pValNameArray[nIndex] = sPrefix; in ScUnitConverter()
131 pValNameArray[nIndex] = sPrefix; in ScUnitConverter()
145 nIndex = 0; in ScUnitConverter()
148 pProperties[nIndex++] >>= sFromUnit; in ScUnitConverter()
149 pProperties[nIndex++] >>= sToUnit; in ScUnitConverter()
150 pProperties[nIndex++] >>= fFactor; in ScUnitConverter()
164 sal_uInt16 nIndex; in GetValue() local
165 if ( Search( &aSearch, nIndex ) ) in GetValue()
[all …]
/aoo41x/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 …]
H A Dunqidx.hxx52 sal_uIntPtr Insert( sal_uIntPtr nIndex, void* p );
54 void* Remove( sal_uIntPtr nIndex );
55 void* Replace( sal_uIntPtr nIndex, void* p );
56 void* Get( sal_uIntPtr nIndex ) const;
63 sal_Bool IsIndexValid( sal_uIntPtr nIndex ) const;
65 void* Seek( sal_uIntPtr nIndex );
112 { return UniqueIndex::Insert( nIndex, (void*)p ); } \
115 Type Remove( sal_uIntPtr nIndex ) \
116 { return (Type)UniqueIndex::Remove( nIndex ); } \
118 { return (Type)UniqueIndex::Replace( nIndex, \
[all …]
/aoo41x/main/sdext/source/presenter/
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 …]
/aoo41x/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 …]
/aoo41x/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 …]
/aoo41x/main/sc/source/ui/miscdlgs/
H A Dautofmt.cxx531 void ScAutoFmtPreview::MakeFonts( sal_uInt16 nIndex, Font& rFont, Font& rCJKFont, Font& rCTLFont ) in MakeFonts() argument
538 …ontItem* pFontItem = (const SvxFontItem*) pCurData->GetItem( nIndex, ATTR_FONT ); in MakeFonts()
541 …tem* pCJKFontItem = (const SvxFontItem*) pCurData->GetItem( nIndex, ATTR_CJK_FONT ); in MakeFonts()
544 …tem* pCTLFontItem = (const SvxFontItem*) pCurData->GetItem( nIndex, ATTR_CTL_FONT ); in MakeFonts()
552 …em* pColorItem = (const SvxColorItem*) pCurData->GetItem( nIndex, ATTR_FONT_COLOR ); in MakeFonts()
620 sal_uInt16 nIndex = static_cast< sal_uInt16 >( maArray.GetCellIndex( nCol, nRow, mbRTL ) ); in DrawString() local
622 switch( nIndex ) in DrawString()
636 case 18: nVal = nIndex; in DrawString()
640 case 7: nVal = nIndex; in DrawString()
645 case 13: nVal = nIndex; in DrawString()
[all …]

Completed in 318 milliseconds

12345678910>>...75