Home
last modified time | relevance | path

Searched refs:nIndex (Results 176 – 200 of 1858) sorted by relevance

12345678910>>...75

/aoo41x/main/framework/source/fwi/classes/
H A Dconverter.cxx194 sal_Int32 nIndex = 0; in convert_String2DateTime() local
196 sal_uInt16 nDay = (sal_uInt16)(sSource.getToken( 0, (sal_Unicode)'.', nIndex ).toInt32()); in convert_String2DateTime()
197 if( nIndex>0 ) in convert_String2DateTime()
199 sal_uInt16 nMonth = (sal_uInt16)(sSource.getToken( 0, (sal_Unicode)'.', nIndex ).toInt32()); in convert_String2DateTime()
200 if( nIndex>0 ) in convert_String2DateTime()
203 if( nIndex>0 ) in convert_String2DateTime()
205 sal_uInt32 nHour = sSource.getToken( 0, (sal_Unicode)':', nIndex ).toInt32(); in convert_String2DateTime()
206 if( nIndex>0 ) in convert_String2DateTime()
208 sal_uInt32 nMin = sSource.getToken( 0, (sal_Unicode)':', nIndex ).toInt32(); in convert_String2DateTime()
209 if( nIndex>0 && nIndex<sSource.getLength() ) in convert_String2DateTime()
[all …]
/aoo41x/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx353 m_xDocument->changeParagraphSelection(this, nIndex, nIndex); in setCaretPosition()
515 m_xDocument->changeParagraphText(this, nIndex, nIndex, false, true, in pasteText()
539 m_xDocument->changeParagraphText(this, nIndex, nIndex, false, false, rText); in insertText()
764 if ( implIsValidIndex( nIndex, nLength ) || nIndex == nLength ) in implGetLineBoundary()
958 if (nIndex < 0 || nIndex > nLength) in retrieveCharacterBounds()
966 if ( nIndex == nLength ) in retrieveCharacterBounds()
1124 if (nIndex < 0 || nIndex > m_rEngine.GetText(nNumber).Len()) in retrieveCharacterAttributes()
1419 aBoundary.startPos = nIndex; in retrieveParagraphLineBoundary()
1420 aBoundary.endPos = nIndex; in retrieveParagraphLineBoundary()
1426 if ( nIndex < 0 || nIndex > m_rEngine.GetText( nNumber ).Len() ) in retrieveParagraphLineBoundary()
[all …]
/aoo41x/main/xmloff/source/style/
H A Dxmlaustp.cxx165 sal_Int32 nIndex = pProp->mnIndex; in exportStyleAttributes() local
178 …port().AddAttribute( aPropMapper->GetEntryNameSpace( nIndex ), aPropMapper->GetEntryXMLName( nInde… in exportStyleAttributes()
212 sal_Int32 nIndex(0); in exportStyleContent() local
213 while(nIndex < aPropMapper->GetEntryCount()) in exportStyleContent()
221 nHeaderStartIndex = nIndex; in exportStyleContent()
226 nFooterEndIndex = nIndex; in exportStyleContent()
235 nFooterStartIndex = nIndex; in exportStyleContent()
240 nHeaderEndIndex = nIndex; in exportStyleContent()
246 nIndex++; in exportStyleContent()
249 nHeaderEndIndex = nIndex; in exportStyleContent()
[all …]
/aoo41x/main/chart2/source/view/charttypes/
H A DCandleStickChart.cxx180 for( sal_Int32 nIndex = nStartIndex; nIndex < nEndIndex; nIndex++ ) in createShapes() local
218 double fUnscaledX = (*aSeriesIter)->getXValue( nIndex ); in createShapes()
225 double fUnscaledY_First = (*aSeriesIter)->getY_First( nIndex ); in createShapes()
226 double fUnscaledY_Last = (*aSeriesIter)->getY_Last( nIndex ); in createShapes()
227 double fUnscaledY_Min = (*aSeriesIter)->getY_Min( nIndex ); in createShapes()
228 double fUnscaledY_Max = (*aSeriesIter)->getY_Max( nIndex ); in createShapes()
348 if( (**aSeriesIter).getDataPointLabelIfLabel(nIndex) ) in createShapes()
351 this->createDataLabel( xTextTarget, **aSeriesIter, nIndex in createShapes()
354 this->createDataLabel( xTextTarget, **aSeriesIter, nIndex in createShapes()
357 this->createDataLabel( xTextTarget, **aSeriesIter, nIndex in createShapes()
[all …]
/aoo41x/main/filter/source/graphicfilter/idxf/
H A Ddxfreprd.hxx61 sal_uInt8 GetRed(sal_uInt8 nIndex) const;
62 sal_uInt8 GetGreen(sal_uInt8 nIndex) const;
63 sal_uInt8 GetBlue(sal_uInt8 nIndex) const;
69 void SetColor(sal_uInt8 nIndex, sal_uInt8 nRed, sal_uInt8 nGreen, sal_uInt8 nBlue);
124 inline sal_uInt8 DXFPalette::GetRed(sal_uInt8 nIndex) const { return pRed[nIndex]; } in GetRed()
125 inline sal_uInt8 DXFPalette::GetGreen(sal_uInt8 nIndex) const { return pGreen[nIndex]; } in GetGreen()
126 inline sal_uInt8 DXFPalette::GetBlue(sal_uInt8 nIndex) const { return pBlue[nIndex]; } in GetBlue()
/aoo41x/main/svx/source/items/
H A Dcustomshapeitem.cxx135 sal_uInt32 nIndex = aPropSeq.getLength(); in SetPropertyValue() local
136 aPropSeq.realloc( nIndex + 1 ); in SetPropertyValue()
137 aPropSeq[ nIndex ] = rPropVal ; in SetPropertyValue()
139 aPropHashMap[ rPropVal.Name ] = nIndex; in SetPropertyValue()
158 sal_uInt32 nIndex = aPropSeq.getLength(); in SetPropertyValue() local
159 aPropSeq.realloc( nIndex + 1 ); in SetPropertyValue()
160 aPropSeq[ nIndex ] = aValue; in SetPropertyValue()
161 aPropHashMap[ rSequenceName ] = nIndex; in SetPropertyValue()
163 pSeqAny = &aPropSeq[ nIndex ].Value; in SetPropertyValue()
226 (*aHashIter2).second = nIndex; in ClearPropertyValue()
[all …]
/aoo41x/main/sc/source/ui/unoobj/
H A Ddocuno.cxx2223 for ( sal_uLong nIndex = 0; nIndex < nRangeCount; ++nIndex ) in NotifyChanges() local
2275 for ( sal_uLong nIndex = 0; nIndex < nRangeCount; ++nIndex ) in NotifyChanges() local
2507 SCTAB nIndex; in GetObjectByName_Impl() local
2690 SCTAB nIndex; in removeByName() local
2746 for( sal_Int32 nIndex = 0; nIndex < nCount; nIndex++ ) in getCellRangesByName() local
2847 SCTAB nIndex; in hasByName() local
3503 if (nFound == nIndex) in GetAddressByIndex_Impl()
3671 if ( pDocShell && nIndex >= 0 && nIndex < nCount ) in GetObjectByIndex_Impl()
3679 SCTAB nIndex; in GetObjectByName_Impl() local
3725 SCTAB nIndex; in removeByName() local
[all …]
/aoo41x/main/starmath/source/
H A Daccessibility.cxx474 xub_StrLen nIdx = (xub_StrLen) nIndex; in setCaretPosition()
486 xub_StrLen nIdx = (xub_StrLen) nIndex; in getCharacter()
494 sal_Int32 nIndex, in getCharacterAttributes() argument
500 if (!(0 <= nIndex && nIndex < nLen)) in getCharacterAttributes()
522 if (!(0 <= nIndex && nIndex <= aTxt.Len())) // #108812# aTxt.Len() is valid in getCharacterBounds()
527 if (bWasBehindText && nIndex) in getCharacterBounds()
528 --nIndex; in getCharacterBounds()
720 xub_StrLen nIdx = (xub_StrLen) nIndex; in getTextAtIndex()
741 xub_StrLen nIdx = (xub_StrLen) nIndex; in getTextBeforeIndex()
1347 if( nIndex ) in GetCharBounds()
[all …]
/aoo41x/main/vbahelper/source/msforms/
H A Dvbacontrols.cxx63 if ( nIndex == -1 ) in SetArrayElementTo()
64 nIndex = msNames.getLength(); in SetArrayElementTo()
66 if ( nIndex >= msNames.getLength() ) in SetArrayElementTo()
67 msNames.realloc( nIndex ); in SetArrayElementTo()
69 msNames[ nIndex ] = getControlName( xCtrl ); in SetArrayElementTo()
71 mIndices[ msNames[ nIndex ] ] = nIndex; in SetArrayElementTo()
160 sal_Int32 nIndex; member in ControlsEnumWrapper
178 nIndex( 0 ) {} in ControlsEnumWrapper()
187 if ( nIndex < m_xIndexAccess->getCount() ) in nextElement()
440 sal_Int32 nIndex = -1; in Remove() local
[all …]
H A Dvbalistbox.cxx47 sal_Int32 nIndex = 0; in setListIndex() local
48 _value >>= nIndex; in setListIndex()
148 sal_Int16 nIndex = static_cast< sal_Int16 >( index ); in Selected() local
149 if( nIndex < 0 || nIndex >= nLength ) in Selected()
152 m_nIndex = nIndex; in Selected()
189 sal_Int16 nIndex = m_nIndex; in setValueEvent() local
192 if( nList[i] == nIndex ) in setValueEvent()
214 nList[nLength] = nIndex; in setValueEvent()
219 nList[0] = nIndex; in setValueEvent()
236 sal_Int32 nIndex = m_nIndex; in getValueEvent() local
[all …]
/aoo41x/main/writerfilter/unocomponent/debugservices/ooxml/
H A DOOXMLAnalyzeService.cxx77 sal_Int32 nIndex = mString.indexOf(mCRLF); in getEOLIndex() local
79 if (nIndex == -1) in getEOLIndex()
84 return nIndex; in getEOLIndex()
107 sal_Int32 nIndex = getEOLIndex(); in getURL() local
109 while (nIndex == -1) in getURL()
127 nIndex = getEOLIndex(); in getURL()
133 if (nIndex > 0) in getURL()
135 aResult = mString.copy(0, nIndex); in getURL()
137 if (mString.match(mCRLF, nIndex)) in getURL()
138 mString = mString.copy(nIndex + 2); in getURL()
[all …]
/aoo41x/main/accessibility/source/standard/
H A Dvclxaccessiblelistitem.cxx442 if ( !implIsValidRange( nIndex, nIndex, implGetText().getLength() ) ) in setCaretPosition()
453 return OCommonAccessibleText::getCharacter( nIndex ); in getCharacter()
462 if ( !implIsValidIndex( nIndex, sText.getLength() ) ) in getCharacterAttributes()
474 if ( !implIsValidIndex( nIndex, sText.getLength() ) ) in getCharacterBounds()
480 Rectangle aCharRect = m_pListBoxHelper->GetEntryCharacterBounds( m_nIndexInParent, nIndex ); in getCharacterBounds()
502 sal_Int32 nIndex = -1; in getIndexAtPoint() local
511 nIndex = nI; in getIndexAtPoint()
513 return nIndex; in getIndexAtPoint()
572 return OCommonAccessibleText::getTextAtIndex( nIndex, aTextType ); in getTextAtIndex()
580 return OCommonAccessibleText::getTextBeforeIndex( nIndex, aTextType ); in getTextBeforeIndex()
[all …]
H A Dvclxaccessiblescrollbar.cxx143 sal_Bool VCLXAccessibleScrollBar::doAccessibleAction ( sal_Int32 nIndex ) throw (IndexOutOfBoundsEx… in doAccessibleAction() argument
147 if ( nIndex < 0 || nIndex >= getAccessibleActionCount() ) in doAccessibleAction()
155 switch ( nIndex ) in doAccessibleAction()
172 ::rtl::OUString VCLXAccessibleScrollBar::getAccessibleActionDescription ( sal_Int32 nIndex ) throw … in getAccessibleActionDescription() argument
176 if ( nIndex < 0 || nIndex >= getAccessibleActionCount() ) in getAccessibleActionDescription()
181 switch ( nIndex ) in getAccessibleActionDescription()
195 …ding > VCLXAccessibleScrollBar::getAccessibleActionKeyBinding( sal_Int32 nIndex ) throw (IndexOutO… in getAccessibleActionKeyBinding() argument
199 if ( nIndex < 0 || nIndex >= getAccessibleActionCount() ) in getAccessibleActionKeyBinding()
/aoo41x/main/sfx2/source/sidebar/
H A DFocusManager.cxx37 FocusManager::FocusLocation::FocusLocation (const PanelComponent eComponent, const sal_Int32 nIndex) in FocusLocation() argument
39 mnIndex(nIndex) in FocusLocation()
208 for (sal_Int32 nIndex=0,nCount(maPanels.size()); nIndex<nCount; ++nIndex) in GetFocusLocation() local
210 if (maPanels[nIndex] == &rWindow) in GetFocusLocation()
211 return FocusLocation(PC_PanelContent, nIndex); in GetFocusLocation()
212 TitleBar* pTitleBar = maPanels[nIndex]->GetTitleBar(); in GetFocusLocation()
214 return FocusLocation(PC_PanelTitle, nIndex); in GetFocusLocation()
216 return FocusLocation(PC_PanelToolBox, nIndex); in GetFocusLocation()
220 for (sal_Int32 nIndex=0,nCount(maButtons.size()); nIndex<nCount; ++nIndex) in GetFocusLocation() local
221 if (maButtons[nIndex] == &rWindow) in GetFocusLocation()
[all …]
/aoo41x/main/sc/source/ui/vba/
H A Dvbahyperlinks.cxx47 for( sal_uLong nIndex = 0, nCount = rScInner.Count(); nIndex < nCount; ++nIndex ) in lclContains() local
48 if( !rScOuter.In( *rScInner.GetObject( nIndex ) ) ) in lclContains()
127 …virtual uno::Any SAL_CALL getByIndex( sal_Int32 nIndex ) throw (lang::IndexOutOfBoundsException, l…
148 for( sal_Int32 nIndex = 0, nCount = rxSheetContainer->getCount(); nIndex < nCount; ++nIndex ) in ScVbaHlinkContainer() local
150 …uno::Reference< excel::XHyperlink > xHlink( rxSheetContainer->getByIndex( nIndex ), uno::UNO_QUERY… in ScVbaHlinkContainer()
175 uno::Any SAL_CALL ScVbaHlinkContainer::getByIndex( sal_Int32 nIndex ) in getByIndex() argument
178 if( (0 <= nIndex) && (nIndex < getCount()) ) in getByIndex()
179 return uno::Any( maHlinks[ static_cast< size_t >( nIndex ) ] ); in getByIndex()
/aoo41x/main/xmlscript/source/xml_helper/
H A Dxml_impctx.cxx383 sal_Int32 nIndex )
386 sal_Int32 nIndex )
389 sal_Int32 nIndex )
392 sal_Int32 nIndex )
398 sal_Int32 nIndex )
796 if (nIndex < m_nAttributes) in getLocalNameByIndex()
806 if (nIndex < m_nAttributes) in getQNameByIndex()
816 static_cast<void>(nIndex); in getTypeByIndex()
825 if (nIndex < m_nAttributes) in getValueByIndex()
850 if (nIndex < m_nAttributes) in getUidByIndex()
[all …]
/aoo41x/main/filter/source/msfilter/
H A Dmscodec.cxx86 for( sal_Size nIndex = 0; nIndex < nLen; ++nIndex, --pnChar ) in lclGetKey() local
111 for( sal_Size nIndex = 0; nIndex < nLen; ++nIndex, ++pnChar ) in lclGetHash() local
114 sal_uInt8 nRot = static_cast< sal_uInt8 >( (nIndex + 1) % 15 ); in lclGetHash()
156 sal_Size nIndex; in InitKey() local
159 for( nIndex = nLen; nIndex < sizeof( mpnKey ); ++nIndex, ++pnFillChar ) in InitKey()
160 mpnKey[ nIndex ] = *pnFillChar; in InitKey()
165 for( nIndex = 0; nIndex < sizeof( mpnKey ); ++nIndex, ++pnKeyChar ) in InitKey()
167 *pnKeyChar ^= pnOrigKey[ nIndex & 0x01 ]; in InitKey()
/aoo41x/main/sc/source/core/tool/
H A Dautoform.cxx493 for( sal_uInt16 nIndex = 0; nIndex < 16; ++nIndex ) in ScAutoFormatData() local
494 ppDataField[ nIndex ] = new ScAutoFormatDataField; in ScAutoFormatData()
509 for( sal_uInt16 nIndex = 0; nIndex < 16; ++nIndex ) in ScAutoFormatData() local
510 ppDataField[ nIndex ] = new ScAutoFormatDataField( rData.GetField( nIndex ) ); in ScAutoFormatData()
515 for( sal_uInt16 nIndex = 0; nIndex < 16; ++nIndex ) in ~ScAutoFormatData() local
516 delete ppDataField[ nIndex ]; in ~ScAutoFormatData()
524 return *ppDataField[ nIndex ]; in GetField()
531 return *ppDataField[ nIndex ]; in GetField()
574 ScAutoFormatDataField& rField = GetField( nIndex ); in PutItem()
618 return GetField( nIndex ).GetNumFormat(); in GetNumFormat()
[all …]
/aoo41x/main/writerfilter/unocomponent/debugservices/doctok/
H A DDocTokAnalyzeService.cxx76 sal_Int32 nIndex = mString.indexOf(mCRLF); in getEOLIndex() local
78 if (nIndex == -1) in getEOLIndex()
83 return nIndex; in getEOLIndex()
106 sal_Int32 nIndex = getEOLIndex(); in getURL() local
108 while (nIndex == -1) in getURL()
126 nIndex = getEOLIndex(); in getURL()
132 if (nIndex > 0) in getURL()
134 aResult = mString.copy(0, nIndex); in getURL()
136 if (mString.match(mCRLF, nIndex)) in getURL()
137 mString = mString.copy(nIndex + 2); in getURL()
[all …]
/aoo41x/main/sal/osl/os2/
H A Dfile_url.cxx672 sal_Int32 nIndex; in osl_getFileURLFromSystemPath()
730 if( -1 != nIndex ) in osl_getFileURLFromSystemPath()
885 sal_Int32 nIndex = 0; in osl_getSystemPathFromFileURL()
914 nOffset += nIndex; in osl_getSystemPathFromFileURL()
921 -1 == nIndex ? ustrFileURL->length - nOffset : nIndex++ ); in osl_getSystemPathFromFileURL()
935 } while( -1 != nIndex ); in osl_getSystemPathFromFileURL()
939 nIndex = 0; in osl_getSystemPathFromFileURL()
956 nIndex = 7; in osl_getSystemPathFromFileURL()
963 if( nIndex && ( 10 <= pTmp->length - nIndex ) ) in osl_getSystemPathFromFileURL()
975 nIndex += 9; in osl_getSystemPathFromFileURL()
[all …]
/aoo41x/main/framework/source/classes/
H A Dfwktabwindow.cxx244 bool FwkTabWindow::RemoveEntry( sal_Int32 nIndex ) in RemoveEntry() argument
251 if ( (*pIt)->m_nIndex == nIndex ) in RemoveEntry()
266 TabEntry* FwkTabWindow::FindEntry( sal_Int32 nIndex ) const in FindEntry()
275 if ( (*pIt)->m_nIndex == nIndex ) in FindEntry()
366 TabEntry* pEntry = new TabEntry( nIndex, sPageURL, xEventHdl ); in AddTabPage()
368 sal_uInt16 nIdx = static_cast< sal_uInt16 >( nIndex ); in AddTabPage()
382 void FwkTabWindow::ActivatePage( sal_Int32 nIndex ) in ActivatePage() argument
384 m_aTabCtrl.SetCurPageId( static_cast< sal_uInt16 >( nIndex ) ); in ActivatePage()
390 void FwkTabWindow::RemovePage( sal_Int32 nIndex ) in RemovePage() argument
392 TabEntry* pEntry = FindEntry(nIndex); in RemovePage()
[all …]
/aoo41x/main/bridges/source/cpp_uno/mingw_intel/
H A Duno2cpp.cxx309 sal_Int32 nIndex = pTempIndizes[nTempIndizes]; in cpp_call() local
312 if (pParams[nIndex].bIn) in cpp_call()
314 if (pParams[nIndex].bOut) // inout in cpp_call()
316 uno_destructData( pUnoArgs[nIndex], pParamTypeDescr, 0 ); // destroy uno value in cpp_call()
317 uno_copyAndConvertData( pUnoArgs[nIndex], pCppArgs[nIndex], pParamTypeDescr, in cpp_call()
323 uno_copyAndConvertData( pUnoArgs[nIndex], pCppArgs[nIndex], pParamTypeDescr, in cpp_call()
327 uno_destructData( pCppArgs[nIndex], pParamTypeDescr, cpp_release ); in cpp_call()
329 free( pCppArgs[nIndex] ); in cpp_call()
350 sal_Int32 nIndex = pTempIndizes[nTempIndizes]; in cpp_call() local
352 uno_destructData( pCppArgs[nIndex], ppTempParamTypeDescr[nTempIndizes], cpp_release ); in cpp_call()
[all …]
/aoo41x/main/sal/qa/rtl/oustring/
H A Drtl_OUString2.cxx872 sal_Int32 nIndex = 0; in getToken_000() local
877 while ( nIndex >= 0 ); in getToken_000()
878 t_print("Index %d\n", nIndex); in getToken_000()
886 sal_Int32 nIndex = 0; in getToken_001() local
888 rtl::OUString suToken = suTokenStr.getToken( 0, ';', nIndex ); in getToken_001()
900 sal_Int32 nIndex = 0; in getToken_002() local
902 rtl::OUString suToken = suTokenStr.getToken( 0, ';', nIndex ); in getToken_002()
917 sal_Int32 nIndex = 0; in getToken_003() local
919 rtl::OUString suToken = suTokenStr.getToken( 0, ';', nIndex ); in getToken_003()
934 sal_Int32 nIndex = 0; in getToken_004() local
[all …]
/aoo41x/main/connectivity/source/commontools/
H A DAutoRetrievingBase.cxx41 sal_Int32 nIndex = 0; in getTransformedGeneratedStatement() local
42 nIndex = sStatement.indexOf(sColumn,nIndex); in getTransformedGeneratedStatement()
43 if ( -1 != nIndex ) in getTransformedGeneratedStatement()
46 nIndex = 0; in getTransformedGeneratedStatement()
47 nIndex = sStatement.indexOf(sTable,nIndex); in getTransformedGeneratedStatement()
48 if ( -1 != nIndex ) in getTransformedGeneratedStatement()
61 sStatement = sStatement.replaceAt(nIndex,sTable.getLength(),sTableName); in getTransformedGeneratedStatement()
/aoo41x/main/sw/source/filter/ww1/
H A Dw1class.cxx773 for (;nIndex <= iMac && Where(nIndex) < ulSeek;nIndex++) in Seek()
777 sal_uLong Ww1Plc::Where(sal_uInt16 nIndex) in Where() argument
781 if (iMac && nIndex <= iMac) in Where()
786 sal_uInt8* Ww1Plc::GetData(sal_uInt16 nIndex) in GetData() argument
790 if (nIndex < iMac) in GetData()
966 sal_uLong Ww1Fkp::Where(sal_uInt16 nIndex) in Where() argument
970 if (nIndex<=Count()) in Where()
975 sal_uInt8* Ww1Fkp::GetData(sal_uInt16 nIndex) in GetData() argument
979 if (nIndex<=Count()) in GetData()
981 nIndex * nItemSize; // beginn der strukturen in GetData()
[all …]

Completed in 215 milliseconds

12345678910>>...75