Home
last modified time | relevance | path

Searched refs:aIndex (Results 1 – 25 of 79) sorted by path

1234

/trunk/main/autodoc/source/display/html/
H A Dpm_index.cxx255 aIndex(CurOut()); in Write_CompleteAlphabeticalList() local
256 pCurIndex = &aIndex; in Write_CompleteAlphabeticalList()
/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx1401 String aVar, aIndex; in AddWatch() local
1402 lcl_SeparateNameAndIndex( rVName, aVar, aIndex ); in AddWatch()
2030 String aIndex; in ImplBasicEntryEdited() local
/trunk/main/basegfx/source/inc/
H A DPolygonPoint.hxx366 SimplePointVector::iterator aIndex(maPoints.begin()); in insert() local
367 aIndex += nIndex; in insert()
368 maPoints.insert(aIndex, nCount, aNode); in insert()
376 aIndex += nIndex; in insert()
377 mpVectors->insert(aIndex, nCount, aNode); in insert()
391 aIndex += nIndex; in insert()
396 maPoints.insert(aIndex, aStart, aEnd); in insert()
403 aIndex += nIndex; in insert()
413 mpVectors->insert(aIndex, aStart, aEnd); in insert()
427 aIndex += nIndex; in insert()
[all …]
H A Dpolygontemplate.hxx366 SimplePointVector::iterator aIndex(maPoints.begin()); in insert() local
367 aIndex += nIndex; in insert()
368 maPoints.insert(aIndex, nCount, aNode); in insert()
376 aIndex += nIndex; in insert()
377 mpVectors->insert(aIndex, nCount, aNode); in insert()
391 aIndex += nIndex; in insert()
396 maPoints.insert(aIndex, aStart, aEnd); in insert()
403 aIndex += nIndex; in insert()
413 mpVectors->insert(aIndex, aStart, aEnd); in insert()
427 aIndex += nIndex; in insert()
[all …]
/trunk/main/basegfx/source/polygon/
H A Db2dpolygon.cxx120 CoordinateData2DVector::iterator aIndex(maVector.begin()); in insert() local
121 aIndex += nIndex; in insert()
122 maVector.insert(aIndex, nCount, rValue); in insert()
133 CoordinateData2DVector::iterator aIndex(maVector.begin()); in insert() local
134 aIndex += nIndex; in insert()
137 maVector.insert(aIndex, aStart, aEnd); in insert()
422 ControlVectorPair2DVector::iterator aIndex(maVector.begin()); in insert() local
423 aIndex += nIndex; in insert()
424 maVector.insert(aIndex, nCount, rValue); in insert()
442 aIndex += nIndex; in insert()
[all …]
H A Db2dpolypolygon.cxx81 basegfx::B2DPolygonVector::iterator aIndex(maPolygons.begin()); in insert() local
82 aIndex += nIndex; in insert()
83 maPolygons.insert(aIndex, nCount, rPolygon); in insert()
95 basegfx::B2DPolygonVector::iterator aIndex(maPolygons.begin()); in insert() local
96 aIndex += nIndex; in insert()
100 aIndex = maPolygons.insert(aIndex, rPolyPolygon.getB2DPolygon(a)); in insert()
101 aIndex++; in insert()
H A Db3dpolygon.cxx197 aIndex += nIndex; in insert()
210 aIndex += nIndex; in insert()
213 maVector.insert(aIndex, aStart, aEnd); in insert()
356 aIndex += nIndex; in insert()
372 aIndex += nIndex; in insert()
375 maVector.insert(aIndex, aStart, aEnd); in insert()
520 aIndex += nIndex; in insert()
536 aIndex += nIndex; in insert()
539 maVector.insert(aIndex, aStart, aEnd); in insert()
695 aIndex += nIndex; in insert()
[all …]
H A Db3dpolypolygon.cxx82 PolygonVector::iterator aIndex(maPolygons.begin()); in insert() local
83 aIndex += nIndex; in insert()
84 maPolygons.insert(aIndex, nCount, rPolygon); in insert()
96 PolygonVector::iterator aIndex(maPolygons.begin()); in insert() local
97 aIndex += nIndex; in insert()
101 maPolygons.insert(aIndex, rPolyPolygon.getB3DPolygon(a)); in insert()
102 aIndex++; in insert()
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_3D_SceneIllumination.cxx193 ::rtl::OUString aIndex( ::rtl::OUString::valueOf( nIndex + 1 )); in lcl_getLightSourceFromProperties()
197 … xSceneProperties->getPropertyValue( aColorPropertyPrefix + aIndex ) >>= aResult.nDiffuseColor; in lcl_getLightSourceFromProperties()
198 … xSceneProperties->getPropertyValue( aDirectionPropertyPrefix + aIndex ) >>= aResult.aDirection; in lcl_getLightSourceFromProperties()
199 … xSceneProperties->getPropertyValue( aEnabledPropertyPrefix + aIndex ) >>= aResult.bIsEnabled; in lcl_getLightSourceFromProperties()
222 ::rtl::OUString aIndex( ::rtl::OUString::valueOf( nIndex + 1 )); in lcl_setLightSource()
226 xSceneProperties->setPropertyValue( aColorPropertyPrefix + aIndex, in lcl_setLightSource()
228 xSceneProperties->setPropertyValue( aDirectionPropertyPrefix + aIndex, in lcl_setLightSource()
230 xSceneProperties->setPropertyValue( aEnabledPropertyPrefix + aIndex, in lcl_setLightSource()
/trunk/main/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx126 ::std::deque< AttacherIndex_Impl > aIndex;
473 ::std::deque<AttacherIndex_Impl>::iterator aIt = aIndex.begin(); in implCheckIndex()
474 for ( sal_Int32 i = 0; (i < _nIndex) && (aIt != aIndex.end()); ++i, ++aIt ) in implCheckIndex()
477 if( aIt == aIndex.end() ) in implCheckIndex()
689 aIndex.resize(nIndex+1); in insertEntry()
692 aIndex.insert( aIndex.begin() + nIndex, aTmp ); in insertEntry()
704 aIndex.erase( aIt ); in removeEntry()
753 ::std::deque< AttacherIndex_Impl >::iterator aCurrentPosition = aIndex.begin() + nIndex; in attach()
915 OutStream->writeLong( aIndex.size() ); in write()
918 ::std::deque<AttacherIndex_Impl>::iterator aIt = aIndex.begin(); in write()
[all …]
/trunk/main/connectivity/source/commontools/
H A Dparameters.cxx456 … for ( ::std::vector< sal_Int32 >::iterator aIndex = aParam->second.aInnerIndexes.begin(); in createOuterParameters()
457 aIndex != aParam->second.aInnerIndexes.end(); in createOuterParameters()
458 ++aIndex in createOuterParameters()
461 … if ( ( m_aParametersVisited.size() > (size_t)*aIndex ) && m_aParametersVisited[ *aIndex ] ) in createOuterParameters()
463 *aIndex = -1; in createOuterParameters()
/trunk/main/cui/source/customize/
H A Dcfg.cxx5481 sal_Int32 aIndex; in ImportGraphics() local
5494 aIndex = rPaths[0].lastIndexOf( '/' ); in ImportGraphics()
5495 aIconName = rPaths[0].copy( aIndex+1 ); in ImportGraphics()
5522 aIndex = rPaths[i].lastIndexOf( '/' ); in ImportGraphics()
5523 aIconName = rPaths[i].copy( aIndex+1 ); in ImportGraphics()
/trunk/main/dbaccess/source/ui/dlg/
H A Ddbfindex.cxx249 OTableIndex aIndex = RemoveFreeIndex( aSelection, sal_True ); variable
250 InsertTableIndex( aTableName, aIndex );
261 OTableIndex aIndex = RemoveTableIndex( aTableName, aSelection, sal_True ); variable
262 InsertFreeIndex( aIndex );
471 for ( ConstTableIndexListIterator aIndex = rTabInfo.aIndexList.begin(); in SetCtrls() local
472 aIndex != rTabInfo.aIndexList.end(); in SetCtrls()
473 ++aIndex in SetCtrls()
475 aLB_TableIndexes.InsertEntry( aIndex->GetIndexFileName() ); in SetCtrls()
544 for ( ConstTableIndexListIterator aIndex = aIndexList.begin(); in WriteInfFile() local
545 aIndex != aIndexList.end(); in WriteInfFile()
[all …]
/trunk/main/editeng/source/uno/
H A Dunoedprx.cxx758 if( aIndex.InBullet() ) in GetCharBounds()
852 DBG_ASSERT(aIndex.GetIndex() >= 0 && aIndex.GetIndex() <= USHRT_MAX, in GetIndexAtPoint()
887 if( aIndex.InField() ) in GetIndexAtPoint()
925 if( aIndex.InBullet() ) in GetWordIndices()
938 if( aIndex.InField() ) in GetWordIndices()
940 DBG_ASSERT(aIndex.GetIndex() - aIndex.GetFieldOffset() >= 0 && in GetWordIndices()
941 aIndex.GetIndex() - aIndex.GetFieldOffset() <= USHRT_MAX && in GetWordIndices()
979 if( aIndex.InBullet() ) in GetAttributeRun()
992 if( aIndex.InField() ) in GetAttributeRun()
994 DBG_ASSERT(aIndex.GetIndex() - aIndex.GetFieldOffset() >= 0 && in GetAttributeRun()
[all …]
/trunk/main/fpicker/source/win32/filepicker/
H A DFileOpenDlg.cxx187 bool CFileOpenDialog::setFilterIndex(sal_uInt32 aIndex) in setFilterIndex() argument
189 OSL_ASSERT(aIndex > 0); in setFilterIndex()
190 m_ofn.nFilterIndex = aIndex; in setFilterIndex()
H A DFileOpenDlg.hxx166 bool SAL_CALL setFilterIndex(sal_uInt32 aIndex);
H A DFilterContainer.cxx154 sal_Bool SAL_CALL CFilterContainer::getFilter( sal_Int32 aIndex, OUString& theFilter ) const in getFilter() argument
160 theFilter = m_vFilters.at( aIndex ).first; in getFilter()
H A DFilterContainer.hxx69 sal_Bool SAL_CALL getFilter( sal_Int32 aIndex, ::rtl::OUString& theFilter ) const;
/trunk/main/sc/source/filter/ftools/
H A Dftools.cxx388 String aIndex( rSource.Copy( GetHTMLIndexPrefix().Len() ) ); in GetHTMLNameFromName() local
389 if( CharClass::isAsciiNumeric( aIndex ) && (aIndex.ToInt32() > 0) ) in GetHTMLNameFromName()
390 rName = aIndex; in GetHTMLNameFromName()
/trunk/main/sc/source/ui/vba/
H A Dvbaapplication.cxx294 if ( aIndex.getValueTypeClass() == uno::TypeClass_VOID ) in Workbooks()
300 return uno::Any ( xWorkBooks->Item( aIndex, uno::Any() ) ); in Workbooks()
307 return xWorkbook->Worksheets( aIndex ); in Worksheets()
327 ScVbaApplication::Dialogs( const uno::Any &aIndex ) throw (uno::RuntimeException) in Dialogs() argument
330 if( !aIndex.hasValue() ) in Dialogs()
332 return uno::Any( xDialogs->Item( aIndex ) ); in Dialogs()
424 ScVbaApplication::Windows( const uno::Any& aIndex ) throw (uno::RuntimeException) in Windows() argument
427 if ( aIndex.getValueTypeClass() == uno::TypeClass_VOID ) in Windows()
429 return uno::Any( xWindows->Item( aIndex, uno::Any() ) ); in Windows()
464 if ( aIndex.getValueTypeClass() == uno::TypeClass_VOID ) in Names()
[all …]
H A Dvbaapplication.hxx93 …virtual css::uno::Any SAL_CALL Workbooks( const css::uno::Any& aIndex ) throw (css::uno::RuntimeEx…
94 …virtual css::uno::Any SAL_CALL Worksheets( const css::uno::Any& aIndex ) throw (css::uno::RuntimeE…
108 …virtual css::uno::Any SAL_CALL Windows( const css::uno::Any& aIndex ) throw (css::uno::RuntimeExce…
111 …virtual css::uno::Any SAL_CALL Names( const css::uno::Any& aIndex ) throw ( css::uno::RuntimeExcep…
118 …virtual css::uno::Any SAL_CALL Caller( const css::uno::Any& aIndex ) throw (css::uno::RuntimeExcep…
H A Dvbaaxes.hxx39 …css::uno::Any SAL_CALL Item( const css::uno::Any& aIndex, const css::uno::Any& aIndex2 ) throw (cs…
H A Dvbacomment.cxx84 sal_Int32 aIndex = 0; in getAnnotationIndex() local
87 for ( ; aIndex < aCount ; aIndex++ ) in getAnnotationIndex()
89 …uno::Reference< sheet::XSheetAnnotation > xAnno( xAnnos->getByIndex( aIndex ), uno::UNO_QUERY_THRO… in getAnnotationIndex()
94 OSL_TRACE("** terminating search, index is %d", aIndex ); in getAnnotationIndex()
98 OSL_TRACE("** returning index is %d", aIndex ); in getAnnotationIndex()
100 return aIndex; in getAnnotationIndex()
H A Dvbaglobals.cxx118 return uno::Any( getApplication()->Workbooks(aIndex) ); in WorkBooks()
124 return getApplication()->Worksheets( aIndex ); in WorkSheets()
127 ScVbaGlobals::Sheets( const uno::Any& aIndex ) throw (uno::RuntimeException) in Sheets() argument
129 return WorkSheets( aIndex ); in Sheets()
141 return getApplication()->Names( aIndex ); in Names()
179 ScVbaGlobals::Columns( const uno::Any& aIndex ) throw (uno::RuntimeException) in Columns() argument
181 return getApplication()->getActiveSheet()->Columns( aIndex ); in Columns()
188 return xBase->CommandBars( aIndex ); in CommandBars()
217 return getApplication()->Windows( aIndex ); in Windows()
221 ScVbaGlobals::Rows( const uno::Any& aIndex ) throw (uno::RuntimeException) in Rows() argument
[all …]
H A Dvbaglobals.hxx67 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL Columns( const css::uno::Any& aIndex ) t…
68 …virtual css::uno::Any SAL_CALL CommandBars( const css::uno::Any& aIndex ) throw (css::uno::Runtime…
71 …virtual css::uno::Any SAL_CALL WorkSheets(const css::uno::Any& aIndex ) throw (css::uno::RuntimeEx…
72 …virtual css::uno::Any SAL_CALL WorkBooks(const css::uno::Any& aIndex ) throw (css::uno::RuntimeExc…
74 …virtual css::uno::Any SAL_CALL Windows( const css::uno::Any& aIndex ) throw (css::uno::RuntimeExce…
75 …virtual css::uno::Any SAL_CALL Sheets( const css::uno::Any& aIndex ) throw (css::uno::RuntimeExcep…
77 …ference< ::ooo::vba::excel::XRange > SAL_CALL Rows( const css::uno::Any& aIndex ) throw (css::uno:…
78 …virtual css::uno::Any SAL_CALL Names( const css::uno::Any& aIndex ) throw ( css::uno::RuntimeExcep…

Completed in 169 milliseconds

1234