| /AOO41X/main/editeng/source/uno/ |
| H A D | unoedprx.cxx | 465 SvxAccessibleTextIndex aIndex; in GetTextLen() local 466 aIndex.SetEEIndex( nParagraph, mrTextForwarder->GetTextLen( nParagraph ), *this ); in GetTextLen() 468 return static_cast< sal_uInt16 >(aIndex.GetIndex()); in GetTextLen() 682 SvxAccessibleTextIndex aIndex; in CalcLogicalIndex() local 683 aIndex.SetEEIndex(nPara, nEEIndex, *mrTextForwarder); in CalcLogicalIndex() 684 return aIndex.GetIndex(); in CalcLogicalIndex() 691 SvxAccessibleTextIndex aIndex; in CalcEditEngineIndex() local 692 aIndex.SetIndex(nPara, nLogicalIndex, *mrTextForwarder); in CalcEditEngineIndex() 693 return aIndex.GetEEIndex(); in CalcEditEngineIndex() 712 SvxAccessibleTextIndex aIndex; in GetLanguage() local [all …]
|
| /AOO41X/main/basegfx/source/inc/ |
| H A D | polygontemplate.hxx | 366 SimplePointVector::iterator aIndex(maPoints.begin()); in insert() local 367 aIndex += nIndex; in insert() 368 maPoints.insert(aIndex, nCount, aNode); in insert() 375 SimpleBezierVector::iterator aIndex(mpVectors->begin()); in insert() local 376 aIndex += nIndex; in insert() 377 mpVectors->insert(aIndex, nCount, aNode); in insert() 390 SimplePointVector::iterator aIndex(maPoints.begin()); in insert() local 391 aIndex += nIndex; in insert() 396 maPoints.insert(aIndex, aStart, aEnd); in insert() 402 SimpleBezierVector::iterator aIndex(mpVectors->begin()); in insert() local [all …]
|
| H A D | PolygonPoint.hxx | 366 SimplePointVector::iterator aIndex(maPoints.begin()); in insert() local 367 aIndex += nIndex; in insert() 368 maPoints.insert(aIndex, nCount, aNode); in insert() 375 SimpleBezierVector::iterator aIndex(mpVectors->begin()); in insert() local 376 aIndex += nIndex; in insert() 377 mpVectors->insert(aIndex, nCount, aNode); in insert() 390 SimplePointVector::iterator aIndex(maPoints.begin()); in insert() local 391 aIndex += nIndex; in insert() 396 maPoints.insert(aIndex, aStart, aEnd); in insert() 402 SimpleBezierVector::iterator aIndex(mpVectors->begin()); in insert() local [all …]
|
| /AOO41X/main/sc/source/ui/vba/ |
| H A D | vbaglobals.cxx | 116 ScVbaGlobals::WorkBooks( const uno::Any& aIndex ) throw (uno::RuntimeException) in WorkBooks() argument 118 return uno::Any( getApplication()->Workbooks(aIndex) ); in WorkBooks() 122 ScVbaGlobals::WorkSheets(const uno::Any& aIndex) throw (uno::RuntimeException) in WorkSheets() argument 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() 139 ScVbaGlobals::Names( const css::uno::Any& aIndex ) throw ( uno::RuntimeException ) in Names() argument 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() [all …]
|
| H A D | vbaworkbook.cxx | 226 ScVbaWorkbook::Sheets( const uno::Any& aIndex ) throw (uno::RuntimeException) in Sheets() argument 228 return Worksheets( aIndex ); in Sheets() 232 ScVbaWorkbook::Worksheets( const uno::Any& aIndex ) throw (uno::RuntimeException) in Worksheets() argument 238 if ( aIndex.getValueTypeClass() == uno::TypeClass_VOID ) in Worksheets() 243 return uno::Any( xWorkSheets->Item( aIndex, uno::Any() ) ); in Worksheets() 246 ScVbaWorkbook::Windows( const uno::Any& aIndex ) throw (uno::RuntimeException) in Windows() argument 250 if ( aIndex.getValueTypeClass() == uno::TypeClass_VOID ) in Windows() 252 return uno::Any( xWindows->Item( aIndex, uno::Any() ) ); in Windows() 310 ScVbaWorkbook::Names( const uno::Any& aIndex ) throw (uno::RuntimeException) in Names() argument 316 if ( aIndex.hasValue() ) in Names() [all …]
|
| H A D | vbaworksheet.cxx | 398 ScVbaWorksheet::HPageBreaks( const uno::Any& aIndex ) throw (uno::RuntimeException) in HPageBreaks() argument 402 if ( aIndex.hasValue() ) in HPageBreaks() 403 return xHPageBreaks->Item( aIndex, uno::Any()); in HPageBreaks() 408 ScVbaWorksheet::VPageBreaks( const uno::Any& aIndex ) throw ( uno::RuntimeException ) in VPageBreaks() argument 412 if( aIndex.hasValue() ) in VPageBreaks() 413 return xVPageBreaks->Item( aIndex, uno::Any()); in VPageBreaks() 664 ScVbaWorksheet::Rows(const uno::Any& aIndex ) throw (uno::RuntimeException) in Rows() argument 666 return getSheetRange()->Rows( aIndex ); in Rows() 670 ScVbaWorksheet::Columns( const uno::Any& aIndex ) throw (uno::RuntimeException) in Columns() argument 672 return getSheetRange()->Columns( aIndex ); in Columns() [all …]
|
| H A D | vbaglobals.hxx | 67 …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…
|
| H A D | vbacomment.cxx | 84 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 D | vbaapplication.cxx | 291 ScVbaApplication::Workbooks( const uno::Any& aIndex ) throw (uno::RuntimeException) in Workbooks() argument 294 if ( aIndex.getValueTypeClass() == uno::TypeClass_VOID ) in Workbooks() 300 return uno::Any ( xWorkBooks->Item( aIndex, uno::Any() ) ); in Workbooks() 304 ScVbaApplication::Worksheets( const uno::Any& aIndex ) throw (uno::RuntimeException) in Worksheets() argument 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() [all …]
|
| H A D | vbaworksheet.hxx | 103 …virtual css::uno::Any SAL_CALL HPageBreaks( const css::uno::Any& aIndex ) throw (css::uno::Runtime… 104 …virtual css::uno::Any SAL_CALL VPageBreaks( const css::uno::Any& aIndex ) throw (css::uno::Runtime… 128 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL Rows(const css::uno::Any& aIndex ) throw… 129 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL Columns(const css::uno::Any& aIndex ) th… 134 …virtual css::uno::Any SAL_CALL Hyperlinks( const css::uno::Any& aIndex ) throw (css::uno::RuntimeE… 135 …virtual css::uno::Any SAL_CALL Names( const css::uno::Any& aIndex ) throw (css::uno::RuntimeExcept… 138 …virtual css::uno::Any SAL_CALL Shapes( const css::uno::Any& aIndex ) throw (css::uno::RuntimeExcep…
|
| H A D | vbaworkbook.hxx | 56 …virtual css::uno::Any SAL_CALL Worksheets( const css::uno::Any& aIndex ) throw (css::uno::RuntimeE… 57 …virtual css::uno::Any SAL_CALL Sheets( const css::uno::Any& aIndex ) throw (css::uno::RuntimeExcep… 58 …virtual css::uno::Any SAL_CALL Windows( const css::uno::Any& aIndex ) throw (css::uno::RuntimeExce… 61 …virtual css::uno::Any SAL_CALL Names( const css::uno::Any& aIndex ) throw (css::uno::RuntimeExcept…
|
| /AOO41X/main/basegfx/source/polygon/ |
| H A D | b3dpolygon.cxx | 196 CoordinateData3DVector::iterator aIndex(maVector.begin()); in insert() local 197 aIndex += nIndex; in insert() 198 maVector.insert(aIndex, nCount, rValue); in insert() 209 CoordinateData3DVector::iterator aIndex(maVector.begin()); in insert() local 210 aIndex += nIndex; in insert() 213 maVector.insert(aIndex, aStart, aEnd); in insert() 355 BColorDataVector::iterator aIndex(maVector.begin()); in insert() local 356 aIndex += nIndex; in insert() 357 maVector.insert(aIndex, nCount, rValue); in insert() 371 BColorDataVector::iterator aIndex(maVector.begin()); in insert() local [all …]
|
| H A D | b2dpolypolygon.cxx | 81 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 D | b3dpolypolygon.cxx | 82 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()
|
| H A D | b2dpolygon.cxx | 120 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() 441 ControlVectorPair2DVector::iterator aIndex(maVector.begin()); in insert() local [all …]
|
| /AOO41X/main/dbaccess/source/ui/dlg/ |
| H A D | dbfindex.cxx | 249 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 …]
|
| /AOO41X/main/comphelper/source/eventattachermgr/ |
| H A D | eventattachermgr.cxx | 126 ::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() 688 if ( static_cast< ::std::deque< AttacherIndex_Impl >::size_type>(nIndex) >= aIndex.size() ) in insertEntry() 689 aIndex.resize(nIndex+1); in insertEntry() 692 aIndex.insert( aIndex.begin() + nIndex, aTmp ); in insertEntry() 704 aIndex.erase( aIt ); in removeEntry() 740 if( static_cast< ::std::deque< AttacherIndex_Impl >::size_type>(nIndex) >= aIndex.size() ) in attach() 753 ::std::deque< AttacherIndex_Impl >::iterator aCurrentPosition = aIndex.begin() + nIndex; in attach() [all …]
|
| /AOO41X/main/unotools/source/misc/ |
| H A D | fontcvt.cxx | 1288 for (MI aIndex = aResult.first; aIndex != aResult.second; ++aIndex) in ConvertString() local 1289 nBitfield |= aIndex->second.eFont; in ConvertString() 1325 for (MI aIndex = rResult.first; aIndex != rResult.second; ++aIndex) in ConvertString() local 1327 if (aIndex->second.eFont == nI) in ConvertString() 1329 rString.SetChar(nPos+nStart, aIndex->second.cIndex); in ConvertString()
|
| /AOO41X/main/vbahelper/source/vbahelper/ |
| H A D | vbacommandbar.cxx | 151 ScVbaCommandBar::Controls( const uno::Any& aIndex ) throw (script::BasicErrorException, uno::Runtim… in Controls() argument 154 if( aIndex.hasValue() ) in Controls() 156 return xCommandBarControls->Item( aIndex, uno::Any() ); in Controls() 242 uno::Any SAL_CALL VbaDummyCommandBar::Controls( const uno::Any& aIndex ) throw (script::BasicErrorE… in Controls() argument 245 if( aIndex.hasValue() ) in Controls() 246 return xCommandBarControls->Item( aIndex, uno::Any() ); in Controls()
|
| H A D | vbacommandbars.cxx | 211 ScVbaCommandBars::Item( const uno::Any& aIndex, const uno::Any& /*aIndex2*/ ) throw( uno::RuntimeEx… in Item() argument 213 if( aIndex.getValueTypeClass() == uno::TypeClass_STRING ) in Item() 215 return createCollectionObject( aIndex ); in Item() 220 aIndex >>= nIndex; in Item()
|
| /AOO41X/main/vcl/source/gdi/ |
| H A D | salmisc.cxx | 98 BitmapColor aIndex( 0 ); in ImplPALToPAL() local 103 aIndex.SetIndex( sal::static_int_cast<sal_uInt8>(i) ); in ImplPALToPAL() 105 …aIndex.SetIndex( sal::static_int_cast<sal_uInt8>(rDstBuffer.maPalette.GetBestIndex( rSrcBuffer.maP… in ImplPALToPAL() 107 pColMapBuf[ i ] = aIndex; in ImplPALToPAL() 253 BitmapColor aIndex( 0 ); in ImplTCToPAL() local 275 …aIndex.SetIndex( pColToPalMap[ ImplIndexFromColor( pFncGetPixel( pSrcScan, pMapX[ nX ], rSrcMask )… in ImplTCToPAL() 276 pFncSetPixel( pDstScan, nX, aIndex, rDstMask ); in ImplTCToPAL()
|
| /AOO41X/main/chart2/source/controller/dialogs/ |
| H A D | tp_3D_SceneIllumination.cxx | 193 ::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()
|
| /AOO41X/main/sw/source/ui/vba/ |
| H A D | vbaglobals.hxx | 64 …virtual css::uno::Any SAL_CALL CommandBars( const css::uno::Any& aIndex ) throw (css::uno::Runtime… 65 …virtual css::uno::Any SAL_CALL Documents( const css::uno::Any& aIndex ) throw (css::uno::RuntimeEx… 66 …virtual css::uno::Any SAL_CALL Addins( const css::uno::Any& aIndex ) throw (css::uno::RuntimeExcep… 67 …virtual css::uno::Any SAL_CALL Dialogs( const css::uno::Any& aIndex ) throw (css::uno::RuntimeExce…
|
| H A D | vbaapplication.hxx | 55 …virtual css::uno::Any SAL_CALL CommandBars( const css::uno::Any& aIndex ) throw (css::uno::Runtime… 56 …virtual css::uno::Any SAL_CALL Documents( const css::uno::Any& aIndex ) throw (css::uno::RuntimeEx… 57 …virtual css::uno::Any SAL_CALL Addins( const css::uno::Any& aIndex ) throw (css::uno::RuntimeExcep… 58 …virtual css::uno::Any SAL_CALL Dialogs( const css::uno::Any& aIndex ) throw (css::uno::RuntimeExce…
|
| H A D | vbadocument.hxx | 58 …virtual css::uno::Any SAL_CALL Tables( const css::uno::Any& aIndex ) throw (css::uno::RuntimeExcep… 59 …virtual css::uno::Any SAL_CALL Fields( const css::uno::Any& aIndex ) throw (css::uno::RuntimeExcep… 60 …virtual css::uno::Any SAL_CALL Shapes( const css::uno::Any& aIndex ) throw (css::uno::RuntimeExcep… 61 …virtual css::uno::Any SAL_CALL Sections( const css::uno::Any& aIndex ) throw (css::uno::RuntimeExc…
|