/aoo41x/main/editeng/source/uno/ |
H A D | unoedprx.cxx | 758 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 …]
|
/aoo41x/main/basegfx/source/inc/ |
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() 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 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() 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 …]
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbaglobals.cxx | 118 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 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 | 402 if ( aIndex.hasValue() ) in HPageBreaks() 403 return xHPageBreaks->Item( aIndex, uno::Any()); in HPageBreaks() 412 if( aIndex.hasValue() ) in VPageBreaks() 413 return xVPageBreaks->Item( aIndex, uno::Any()); in VPageBreaks() 666 return getSheetRange()->Rows( aIndex ); in Rows() 672 return getSheetRange()->Columns( aIndex ); in Columns() 729 if( aIndex.hasValue() ) in Hyperlinks() 743 if ( aIndex.hasValue() ) in Names() 744 return uno::Any( xNames->Item( aIndex, uno::Any() ) ); in Names() 771 if ( aIndex.hasValue() ) in Shapes() [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 | 294 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 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 | 197 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 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() 442 aIndex += nIndex; in insert() [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() 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 …]
|
/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 | 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 | 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 | 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…
|