| /AOO41X/main/vcl/source/window/ |
| H A D | cursor.cxx | 89 Point pAry[7]; in ImplCursorInvert() local 94 pAry[0] = aPoly.GetPoint( 0 ); in ImplCursorInvert() 95 pAry[1] = aPoly.GetPoint( 1 ); in ImplCursorInvert() 96 pAry[2] = pAry[1]; in ImplCursorInvert() 97 pAry[2].X() += delta; in ImplCursorInvert() 98 pAry[3] = pAry[1]; in ImplCursorInvert() 99 pAry[3].Y() += delta; in ImplCursorInvert() 100 pAry[4] = aPoly.GetPoint( 2 ); in ImplCursorInvert() 101 pAry[5] = aPoly.GetPoint( 3 ); in ImplCursorInvert() 102 pAry[6] = aPoly.GetPoint( 4 ); in ImplCursorInvert() [all …]
|
| /AOO41X/main/sc/workben/ |
| H A D | test.cxx | 320 UString* pAry = aSeq.getArray(); in lcl_OutputNames() local 327 xText->setText( pAry[i] ); in lcl_OutputNames() 963 SortField* pAry = aFields.getArray(); in lcl_Sort() local 964 if (!pAry) return; in lcl_Sort() 965 pAry[0].Ascending = !pAry[0].Ascending; in lcl_Sort() 970 SortField* pAry = aFields.getArray(); in lcl_Sort() local 971 if (!pAry) return; in lcl_Sort() 972 pAry[0].Field = 0; in lcl_Sort() 973 pAry[0].Ascending = TRUE; in lcl_Sort() 974 pAry[0].Type = SORT_FIELD_AUTOMATIC; in lcl_Sort() [all …]
|
| /AOO41X/main/sc/source/ui/unoobj/ |
| H A D | chartuno.cxx | 208 const table::CellRangeAddress* pAry = aRanges.getConstArray(); in addNewByName() local 211 … ScRange aRange( static_cast<SCCOL>(pAry[i].StartColumn), pAry[i].StartRow, pAry[i].Sheet, in addNewByName() 212 … static_cast<SCCOL>(pAry[i].EndColumn), pAry[i].EndRow, pAry[i].Sheet ); in addNewByName() 413 rtl::OUString* pAry = aSeq.getArray(); in getElementNames() local 435 pAry[nPos++] = aName; in getElementNames() 733 table::CellRangeAddress* pAry = aSeq.getArray(); in getRanges() local 744 pAry[i] = aRangeAddress; in getRanges() 765 const table::CellRangeAddress* pAry = aRanges.getConstArray(); in setRanges() local 768 … ScRange aRange( static_cast<SCCOL>(pAry[i].StartColumn), pAry[i].StartRow, pAry[i].Sheet, in setRanges() 769 … static_cast<SCCOL>(pAry[i].EndColumn), pAry[i].EndRow, pAry[i].Sheet ); in setRanges()
|
| H A D | datauno.cxx | 558 sheet::SubTotalColumn* pAry = aSeq.getArray(); in getSubTotalColumns() local 561 pAry[i].Column = aParam.pSubTotals[nPos][i]; in getSubTotalColumns() 562 pAry[i].Function = ScDataUnoConversion::SubTotalToGeneral( in getSubTotalColumns() 586 const sheet::SubTotalColumn* pAry = aSubTotalColumns.getConstArray(); in setSubTotalColumns() local 589 aParam.pSubTotals[nPos][i] = static_cast<SCCOL>(pAry[i].Column); in setSubTotalColumns() 591 ScDataUnoConversion::GeneralToSubTotal( pAry[i].Function ); in setSubTotalColumns() 680 const sheet::SubTotalColumn* pAry = aSubTotalColumns.getConstArray(); in addNew() local 683 aParam.pSubTotals[nPos][i] = static_cast<SCCOL>(pAry[i].Column); in addNew() 685 ScDataUnoConversion::GeneralToSubTotal( pAry[i].Function ); in addNew() 973 table::CellRangeAddress* pAry = aSeq.getArray(); in getSources() local [all …]
|
| H A D | appluno.cxx | 559 const rtl::OUString* pAry = aSeq.getConstArray(); in setPropertyValue() local 562 String aEntry = pAry[i]; in setPropertyValue() 640 rtl::OUString* pAry = aSeq.getArray(); in getPropertyValue() local 644 pAry[i] = aEntry; in getPropertyValue() 705 sal_Int32* pAry = aSeq.getArray(); in getRecentFunctionIds() local 707 pAry[i] = pFuncs[i]; in getRecentFunctionIds() 719 const sal_Int32* pAry = aRecentFunctionIds.getConstArray(); in setRecentFunctionIds() local 723 pFuncs[i] = (sal_uInt16)pAry[i]; //! auf gueltige Werte testen? in setRecentFunctionIds() 966 rtl::OUString* pAry = aSeq.getArray(); in getElementNames() local 971 pAry[nIndex] = *pDesc->pFuncName; in getElementNames()
|
| H A D | nameuno.cxx | 859 rtl::OUString* pAry = aSeq.getArray(); in getElementNames() local 867 pAry[nVisPos++] = pData->GetName(); in getElementNames() 887 sheet::RangeScopeName * pAry = aSeq.getArray(); in getElementScopeNames() local 896 pAry[nVisPos].RangeName = pData->GetName(); in getElementScopeNames() 897 pAry[nVisPos++].ScopeName = pData->GetScopeSheetName(); in getElementScopeNames()
|
| H A D | docuno.cxx | 2861 rtl::OUString* pAry = aSeq.getArray(); in getElementNames() local 2865 pAry[i] = aName; in getElementNames() 3034 rtl::OUString* pAry = aSeq.getArray(); in getElementNames() local 3036 pAry[i] = ::ScColToAlpha( nStartCol + i ); in getElementNames() 3731 const table::CellRangeAddress* pAry = aRanges.getConstArray(); in addNewByName() local 3734 DBG_ASSERT( pAry[i].Sheet == nTab, "addScenario mit falscher Tab" ); in addNewByName() 3735 ScRange aRange( (SCCOL)pAry[i].StartColumn, (SCROW)pAry[i].StartRow, nTab, in addNewByName() 3736 (SCCOL)pAry[i].EndColumn, (SCROW)pAry[i].EndRow, nTab ); in addNewByName() 3845 rtl::OUString* pAry = aSeq.getArray(); in getElementNames() local 3848 pAry[i] = aTabName; in getElementNames()
|
| H A D | cellsuno.cxx | 852 const beans::Property* pAry = aSeq.getConstArray(); in lcl_CopyProperties() local 856 rtl::OUString aName(pAry[i].Name); in lcl_CopyProperties() 3116 rtl::OUString* pAry = aSeq.getArray(); in getRowDescriptions() local 3118 pAry[nRow] = pMemChart->GetRowText(static_cast<short>(nRow)); in getRowDescriptions() 3184 rtl::OUString* pAry = aSeq.getArray(); in getColumnDescriptions() local 3186 pAry[nCol] = pMemChart->GetColText(static_cast<short>(nCol)); in getColumnDescriptions() 4233 table::CellRangeAddress* pAry = aSeq.getArray(); in getRangeAddresses() local 4237 pAry[i] = aRangeAddress; in getRangeAddresses() 4657 rtl::OUString* pAry = aSeq.getArray(); in getElementNames() local 4664 pAry[i] = aRangeStr; in getElementNames() [all …]
|
| H A D | linkuno.cxx | 575 rtl::OUString* pAry = aSeq.getArray(); in getElementNames() local 584 pAry[nPos++] = aLinkDoc; in getElementNames() 1400 rtl::OUString* pAry = aSeq.getArray(); in getElementNames() local 1405 pAry[i] = lcl_BuildDDEName(aAppl, aTopic, aItem); in getElementNames()
|
| H A D | afmtuno.cxx | 396 rtl::OUString* pAry = aSeq.getArray(); in getElementNames() local 400 pAry[i] = aName; in getElementNames()
|
| H A D | dapiuno.cxx | 566 OUString* pAry = aSeq.getArray(); in getElementNames() local 571 pAry[nPos++] = pDPObj->GetName(); in getElementNames() 1813 OUString* pAry = aSeq.getArray(); in getElementNames() local 1821 *pAry = pDim->GetName(); in getElementNames() 1822 ++pAry; in getElementNames()
|
| H A D | styleuno.cxx | 986 rtl::OUString* pAry = aSeq.getArray(); in getElementNames() local 993 pAry[nPos++] = ScStyleNameConversion::DisplayToProgrammaticName( in getElementNames()
|
| /AOO41X/main/stoc/test/ |
| H A D | testintrosp.cxx | 338 Property * pAry = pSeq->getArray(); in getProperties() local 340 pAry[0].Name = OUString::createFromAscii("Factor"); in getProperties() 341 pAry[0].Handle = -1; in getProperties() 342 pAry[0].Type = getCppuType( (double*) NULL ); in getProperties() 345 pAry[0].Attributes = BOUND | TRANSIENT; in getProperties() 347 pAry[1].Name = OUString::createFromAscii("MyCount"); in getProperties() 348 pAry[1].Handle = -1; in getProperties() 349 pAry[1].Type = getCppuType( (sal_Int32*) NULL ); in getProperties() 352 pAry[1].Attributes = BOUND | TRANSIENT; in getProperties() 354 pAry[2].Name = OUString::createFromAscii("Info"); in getProperties() [all …]
|
| /AOO41X/main/sdext/source/pdfimport/tree/ |
| H A D | imagecontainer.cxx | 132 const beans::PropertyValue* pAry(rEntry.getConstArray()); in writeBase64EncodedStream() local 135 std::find_if(pAry,pAry+nLen, in writeBase64EncodedStream() 139 OSL_ENSURE( pValue != pAry+nLen, in writeBase64EncodedStream()
|
| /AOO41X/main/framework/source/uielement/ |
| H A D | fontsizemenucontroller.cxx | 193 const long* pAry = pFontList->GetSizeAry( aFntInfo ); in fillPopupMenu() local 195 while ( pAry[nSizeCount] ) in fillPopupMenu() 210 if ( pAry == pFontList->GetStdSizeAry() ) in fillPopupMenu() 231 pTempAry = pAry; in fillPopupMenu() 253 pTempAry = pAry; in fillPopupMenu()
|
| /AOO41X/main/editeng/source/editeng/ |
| H A D | editview.cxx | 1538 const long* pAry = pFontList->GetSizeAry( aFontInfo ); in ChangeFontSize() local 1542 while( *pAry ) in ChangeFontSize() 1544 if( *pAry > nHeight ) in ChangeFontSize() 1546 nHeight = *pAry; in ChangeFontSize() 1549 pAry++; in ChangeFontSize() 1552 if( *pAry == 0 ) in ChangeFontSize() 1560 else if( *pAry ) in ChangeFontSize() 1563 if( *pAry < nHeight ) in ChangeFontSize() 1565 pAry++; in ChangeFontSize() 1566 while( *pAry ) in ChangeFontSize() [all …]
|
| /AOO41X/main/svtools/source/control/ |
| H A D | stdmenu.cxx | 423 const long* pAry = pList->GetSizeAry( rInfo ); in Fill() local 425 while ( pAry[nSizeCount] ) in Fill() 435 if ( pAry == pList->GetStdSizeAry() ) in Fill() 451 pTempAry = pAry; in Fill() 468 pTempAry = pAry; in Fill()
|
| H A D | ctrlbox.cxx | 1254 const long* pAry = 0; in Fill() local 1259 pAry = pList->GetSizeAry( *pInfo ); in Fill() 1263 pAry = pList->GetStdSizeAry(); in Fill() 1268 if ( pAry == pList->GetStdSizeAry() ) in Fill() 1286 if ( pAry == pList->GetStdSizeAry() ) in Fill() 1302 pTempAry = pAry; in Fill() 1318 pTempAry = pAry; in Fill()
|
| /AOO41X/main/comphelper/source/property/ |
| H A D | property.cxx | 157 const Property* pAry(i_seqProps.getConstArray()); in findProperty() local 160 std::find_if(pAry,pAry+nLen, in findProperty() 164 if( pRes == pAry+nLen ) in findProperty()
|
| /AOO41X/main/tools/source/generic/ |
| H A D | poly2.cxx | 640 const Point* pAry = pPoly->GetConstPointAry(); in GetBoundRect() local 645 const Point* pPt = &pAry[ i ]; in GetBoundRect()
|
| /AOO41X/main/svl/source/numbers/ |
| H A D | numfmuno.cxx | 468 sal_Int32* pAry = aSeq.getArray(); in queryKeys() local 470 pAry[i] = rTable.GetObjectKey( i ); in queryKeys()
|
| /AOO41X/main/vcl/source/gdi/ |
| H A D | outdev3.cxx | 6012 sal_Int32* pAry = (sal_Int32*)alloca(sizeof(sal_Int32)*nLen); in ImplLayout() local 6014 memcpy( pAry, pDXArray, sizeof(sal_Int32)*(nCutStart-nMinIndex) ); in ImplLayout() 6016 memcpy( pAry+nCutStart-nMinIndex, in ImplLayout() 6019 pDXArray = pAry; in ImplLayout()
|
| /AOO41X/main/filter/source/msfilter/ |
| H A D | escherex.cxx | 1487 const sal_uInt8* pAry = aSeq.getArray(); in CreateGraphicProperties() local 1493 if ( pAry && nAryLen ) in CreateGraphicProperties() 1496 SvMemoryStream aTemp( (void*)pAry, nAryLen, STREAM_READ ); in CreateGraphicProperties()
|