Home
last modified time | relevance | path

Searched refs:nIndex (Results 726 – 750 of 1876) sorted by relevance

1...<<21222324252627282930>>...76

/trunk/main/oox/source/xls/
H A Dsheetdatabuffer.cxx176 sal_Int32 nIndex = nCol - maRange.StartColumn; in getCellAny() local
177 fillUnusedCells( nIndex ); in getCellAny()
178 mnFirstFreeIndex = nIndex + 1; in getCellAny()
179 return mpCurrCellRow[ nIndex ]; in getCellAny()
209 void CellBlock::fillUnusedCells( sal_Int32 nIndex ) in fillUnusedCells() argument
211 if( mnFirstFreeIndex < nIndex ) in fillUnusedCells()
213 Any* pCellEnd = mpCurrCellRow + nIndex; in fillUnusedCells()
520 sal_Int32 nIndex = xNumFmtTypes->getStandardFormat( nStdNumFmt, Locale() ); in setStandardNumFmt() local
522 aPropSet.setProperty( PROP_NumberFormat, nIndex ); in setStandardNumFmt()
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.hxx169 inline const void* GetObject( sal_uInt32 nIndex ) const;
189 inline const STRING* Get( sal_uInt32 nIndex ) const;
265 inline const sal_Char* Get( sal_uInt32 nIndex ) const;
281 inline const FuncData* Get( sal_uInt32 nIndex ) const;
343 inline sal_Int32 Get( sal_uInt32 nIndex ) const in Get()
344 { return (sal_Int32)(sal_IntPtr) MyList::GetObject( nIndex ); } in Get()
396 inline const double* Get( sal_uInt32 nIndex ) const in Get()
397 … { return static_cast< const double* >( MyList::GetObject( nIndex ) ); } in Get()
506 inline const Complex* Get( sal_uInt32 nIndex ) const;
/trunk/main/sc/source/filter/xml/
H A DXMLExportDatabaseRanges.cxx295 sal_uInt16 nIndex; in WriteFilterDescriptor() local
296 pDBCollection->SearchName(sDatabaseRangeName, nIndex); in WriteFilterDescriptor()
297 ScDBData* pDBData = (*pDBCollection)[nIndex]; in WriteFilterDescriptor()
547 sal_uInt16 nIndex; in WriteSubTotalDescriptor() local
548 pDBCollection->SearchName(sDatabaseRangeName, nIndex); in WriteSubTotalDescriptor()
549 ScDBData* pDBData = (*pDBCollection)[nIndex]; in WriteSubTotalDescriptor()
623 sal_uInt16 nIndex; in WriteDatabaseRanges() local
624 pDBCollection->SearchName(sDatabaseRangeName, nIndex); in WriteDatabaseRanges()
625 ScDBData* pDBData = (*pDBCollection)[nIndex]; in WriteDatabaseRanges()
/trunk/main/ucb/source/ucp/inc/
H A Durihelper.hxx89 sal_Int32 nIndex = 0; in encodeURI() local
93 rtl::Uri::encode( aURI.getToken( 0, '/', nIndex ), in encodeURI()
97 if ( nIndex >= 0 ) in encodeURI()
100 while ( nIndex >= 0 ); in encodeURI()
/trunk/main/sc/inc/
H A Dcallform.hxx84 ParamType GetParamType(sal_uInt16 nIndex) const { return eParamType[nIndex]; } in GetParamType()
105 FuncData* operator[]( const sal_uInt16 nIndex) const {return (FuncData*)At(nIndex);} in operator []()
/trunk/main/cui/source/inc/
H A Dcuioptgenrl.hxx51 sal_Int16 nIndex = INDEX_NOTSET, FixedText* pLabel = NULL ) : in SvxUserEdit() argument
52 Edit( pParent, rResId, true ), m_nIndex( nIndex ), m_pLabel( pLabel ) {} in SvxUserEdit()
54 inline void SetIndex( sal_Int16 nIndex ) { m_nIndex = nIndex; } in SetIndex() argument
/trunk/main/xmloff/source/draw/
H A Dshapeexport4.cxx162 sal_Int32 nIndex = 0; in ImpExportEquations() local
165 nIndex = aStr.indexOf( (sal_Unicode)'?', nIndex ); in ImpExportEquations()
166 if ( nIndex != -1 ) in ImpExportEquations()
168 rtl::OUString aNew( aStr.copy( 0, nIndex + 1 ) ); in ImpExportEquations()
170 aNew += aStr.copy( nIndex + 1, ( aStr.getLength() - nIndex ) - 1 ); in ImpExportEquations()
172 nIndex++; in ImpExportEquations()
174 } while( nIndex != -1 ); in ImpExportEquations()
1178 sal_Int32 nIndex = 0; in ImpExportTableShape() local
1182 sPictureName += OUString::valueOf( ++nIndex ); in ImpExportTableShape()
/trunk/main/chart2/source/tools/
H A DObjectIdentifier.cxx1027 …OUString ObjectIdentifier::createChildParticleWithIndex( ObjectType eObjectType, sal_Int32 nIndex ) in createChildParticleWithIndex() argument
1033 aRet.append(OUString::valueOf(nIndex)); in createChildParticleWithIndex()
1062 OUString ObjectIdentifier::createPointCID( const OUString& rPointCID_Stub, sal_Int32 nIndex ) in createPointCID() argument
1065 return aRet+=OUString::valueOf( nIndex ); in createPointCID()
1228 sal_Int32 nIndex = aParticleID.toInt32(); in getObjectPropertySet() local
1229 xObjectProperties = xSeries->getDataPointByIndex( nIndex ); in getObjectPropertySet()
1263 sal_Int32 nIndex = aParticleID.toInt32(); in getObjectPropertySet() local
1266 if( nIndex >= 0 && nIndex <aCurveList.getLength() ) in getObjectPropertySet()
1269 xObjectProperties.set( aCurveList[nIndex]->getEquationProperties()); in getObjectPropertySet()
1271 xObjectProperties.set( aCurveList[nIndex], uno::UNO_QUERY ); in getObjectPropertySet()
/trunk/main/svx/source/svdraw/
H A Dclonelist.cxx79 const SdrObject* CloneList::GetOriginal(sal_uInt32 nIndex) const in GetOriginal()
81 return (SdrObject*)maOriginalList.GetObject(nIndex); in GetOriginal()
84 SdrObject* CloneList::GetClone(sal_uInt32 nIndex) const in GetClone()
86 return (SdrObject*)maCloneList.GetObject(nIndex); in GetClone()
/trunk/main/sw/source/core/unocore/
H A Dunoidx.cxx228 virtual uno::Any SAL_CALL getByIndex(sal_Int32 nIndex)
277 virtual uno::Any SAL_CALL getByIndex(sal_Int32 nIndex)
2592 SwXDocumentIndexes::getByIndex(sal_Int32 nIndex) in getByIndex() argument
2609 nIdx++ == nIndex ) in getByIndex()
2802 sal_Int32 nIndex, const uno::Any& rElement) in replaceByIndex() argument
2808 if(nIndex < 0 || nIndex > MAXLEVEL) in replaceByIndex()
2855 if(nIndex < 0 || nIndex > MAXLEVEL) in getByIndex()
2974 sal_Int32 nIndex, const uno::Any& rElement) in replaceByIndex() argument
2982 if ((nIndex < 0) || (nIndex > rTOXBase.GetTOXForm().GetFormMax())) in replaceByIndex()
3190 if ((nIndex < 0) || (nIndex > rTOXBase.GetTOXForm().GetFormMax())) in getByIndex()
[all …]
H A DSwXTextDefaults.cxx214 for ( sal_Int32 nIndex = 0; nIndex < nCount; nIndex++) in getPropertyStates() local
215 pState[nIndex] = getPropertyState( pNames[nIndex] ); in getPropertyStates()
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx371 if ( nIndex > pImpEditEngine->GetEditViews().Count() ) in InsertView()
372 nIndex = pImpEditEngine->GetEditViews().Count(); in InsertView()
374 pImpEditEngine->GetEditViews().Insert( pEditView, nIndex ); in InsertView()
408 EditView* EditEngine::RemoveView( sal_uInt16 nIndex ) in RemoveView() argument
417 EditView* EditEngine::GetView( sal_uInt16 nIndex ) const in GetView()
420 return pImpEditEngine->GetEditViews().GetObject( nIndex ); in GetView()
762 ESelection aESel( nPara, nIndex, nPara, nIndex ); in GetWord()
1173 sal_uInt16 nIndex = aCurSel.Max().GetIndex(); in PostKeyEvent() local
1174 if ( ( nIndex >= aCurSel.Max().GetNode()->Len() ) || in PostKeyEvent()
2414 aPos.nIndex = aPaM.GetIndex(); in FindDocPosition()
[all …]
/trunk/main/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.cxx245 sal_uInt32 nIndex = bReverse ? nCount-j-1 : j; in doLayout() local
2053 sal_Int32 nIndex( 0 ); in implts_getDockingAreaElementInfos() local
2100 ++nIndex; in implts_getDockingAreaElementInfos()
2112 rRowColumnsWindowData[nIndex].nSpace += nSpace; in implts_getDockingAreaElementInfos()
2124 rRowColumnsWindowData[nIndex].aRowColumnWindowSizes.push_back( in implts_getDockingAreaElementInfos()
2158 ++nIndex; in implts_getDockingAreaElementInfos()
2170 rRowColumnsWindowData[nIndex].nSpace += nSpace; in implts_getDockingAreaElementInfos()
2182 rRowColumnsWindowData[nIndex].aRowColumnWindowSizes.push_back( in implts_getDockingAreaElementInfos()
2852 sal_Int32 nIndex( -1 ); in implts_calcDockingPosSize() local
2874 nIndex = i; in implts_calcDockingPosSize()
[all …]
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbacollectionimpl.hxx251 …virtual css::uno::Any getItemByIntIndex( const sal_Int32 nIndex ) throw (css::uno::RuntimeExceptio… in getItemByIntIndex() argument
255 if ( nIndex <= 0 ) in getItemByIntIndex()
263 return createCollectionObject( m_xIndexAccess->getByIndex( nIndex - 1 ) ); in getItemByIntIndex()
285 sal_Int32 nIndex = 0; in Item() local
287 if ( ( Index1 >>= nIndex ) != sal_True ) in Item()
295 return getItemByIntIndex( nIndex ); in Item()
/trunk/main/slideshow/source/engine/shapes/
H A Dshapeimporter.cxx87 sal_Int32 nIndex( aURL.indexOf( aVndUrl ) ); in importShapeGraphic() local
89 if(nIndex != -1) in importShapeGraphic()
92 nIndex += aVndUrl.getLength(); in importShapeGraphic()
94 if(nIndex >= aURL.getLength()) in importShapeGraphic()
104 aURL.copy( nIndex, aURL.getLength() - nIndex ) ); in importShapeGraphic()
/trunk/main/reportdesign/source/ui/dlg/
H A DCondFormat.cxx133 sal_Int32 nIndex = 0; in impl_updateConditionIndicies() local
136 ++cond, ++nIndex in impl_updateConditionIndicies()
139 (*cond)->setConditionIndex( nIndex, impl_getConditionCount() ); in impl_updateConditionIndicies()
576 size_t nIndex( 0 ); in impl_getFocusedConditionIndex() local
579 ++cond, ++nIndex in impl_getFocusedConditionIndex()
583 return nIndex; in impl_getFocusedConditionIndex()
/trunk/main/scripting/source/basprov/
H A Dbasprov.cxx369 sal_Int32 nIndex = 0; in getScript() local
370 ::rtl::OUString aLibrary = aDescription.getToken( 0, (sal_Unicode)'.', nIndex ); in getScript()
372 if ( nIndex != -1 ) in getScript()
373 aModule = aDescription.getToken( 0, (sal_Unicode)'.', nIndex ); in getScript()
375 if ( nIndex != -1 ) in getScript()
376 aMethod = aDescription.getToken( 0, (sal_Unicode)'.', nIndex ); in getScript()
/trunk/main/unotools/source/misc/
H A Dfontcvt.cxx1373 void ConvertChar::RecodeString( String& rStr, xub_StrLen nIndex, xub_StrLen nLen ) const in RecodeString() argument
1375 sal_uLong nLastIndex = (sal_uLong)nIndex + nLen; in RecodeString()
1379 for(; nIndex < nLastIndex; ++nIndex ) in RecodeString()
1381 sal_Unicode cOrig = rStr.GetChar( nIndex ); in RecodeString()
1390 rStr.SetChar( nIndex, cNew ); in RecodeString()
/trunk/main/editeng/source/uno/
H A DUnoForbiddenCharsTable.cxx125 for( sal_Int32 nIndex = 0; nIndex < nCount; nIndex++ ) in getLocales() local
127 const sal_uLong nLanguage = mxForbiddenChars->GetObjectKey( nIndex ); in getLocales()
/trunk/main/sd/source/core/
H A DPageListWatcher.cxx186 SdPage* ImpDrawPageListWatcher::ImpGetPage(sal_uInt32 nIndex) const in ImpGetPage()
188 return (SdPage*)mrModel.GetPage((sal_uInt16)nIndex); in ImpGetPage()
207 SdPage* ImpMasterPageListWatcher::ImpGetPage(sal_uInt32 nIndex) const in ImpGetPage()
209 return (SdPage*)mrModel.GetMasterPage((sal_uInt16)nIndex); in ImpGetPage()
/trunk/main/vcl/win/source/app/
H A Dsaldata.cxx117 LONG ImplSetWindowLong( HWND hWnd, int nIndex, DWORD dwNewLong ) in ImplSetWindowLong() argument
119 return SetWindowLongW( hWnd, nIndex, dwNewLong ); in ImplSetWindowLong()
124 LONG ImplGetWindowLong( HWND hWnd, int nIndex ) in ImplGetWindowLong() argument
126 return GetWindowLongW( hWnd, nIndex ); in ImplGetWindowLong()
/trunk/main/sd/source/ui/slidesorter/inc/view/
H A DSlsLayouter.hxx149 sal_Int32 GetRow (const sal_Int32 nIndex) const;
151 sal_Int32 GetColumn (const sal_Int32 nIndex) const;
166 const sal_Int32 nIndex,
257 const sal_Int32 nIndex,
/trunk/main/sfx2/source/appl/
H A Dshutdowniconaqua.mm263 sal_Int32 nIndex = [item tag];
264 if( ( nIndex >= 0 ) && ( nIndex < static_cast<sal_Int32>( m_pRecentFilesItems->size() ) ) )
266 const RecentMenuEntry& rRecentFile = (*m_pRecentFilesItems)[ nIndex ];
307 for( sal_Int32 nIndex = 0; nIndex < i_rTitle.getLength(); nIndex++ )
309 rtl::OUString aShortcut( i_rTitle.copy( nIndex, 1 ).toAsciiLowerCase() );
/trunk/main/xmlsecurity/source/helper/
H A Dxsecctl.cxx742 sal_Int32 nIndex = 0;
746 for( ; ii != m_vFastPropertyIndexs.end(); ++ii,++nIndex )
757 nIndex = -1;
760 return nIndex;
1331 int nIndex = findSignatureInfor(nSecurityId); in getSignatureInformation() local
1332 DBG_ASSERT( nIndex != -1, "getSignatureInformation - SecurityId is invalid!" ); in getSignatureInformation()
1333 if ( nIndex != -1) in getSignatureInformation()
1335 aInf = m_vInternalSignatureInformations[nIndex].signatureInfor; in getSignatureInformation()
/trunk/main/writerfilter/source/doctok/
H A DWW8DocumentImpl.cxx832 return mpCHPFKPCache->get(nIndex, bComplex); in getFKPCHPX()
838 return mpPAPFKPCache->get(nIndex, bComplex); in getFKPPAPX()
1367 Id lcl_headerQName(sal_uInt32 nIndex) in lcl_headerQName() argument
1371 if (nIndex > 5) in lcl_headerQName()
1373 switch ((nIndex - 6) % 6) in lcl_headerQName()
2080 sal_uInt32 nIndex = nEndsCount; in getIndex() local
2086 nIndex = n; in getIndex()
2145 sal_uInt32 nIndex = getIndex(rCpAndFc); in getBKF() local
2148 (mpStartCps->getEntryPointer(nIndex)); in getBKF()
2175 sal_uInt32 nIndex = getIndex(rCpAndFc); in getName() local
[all …]

Completed in 292 milliseconds

1...<<21222324252627282930>>...76