Home
last modified time | relevance | path

Searched refs:pAry (Results 1 – 23 of 23) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx6012 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()
/trunk/main/tools/source/generic/
H A Dpoly2.cxx640 const Point* pAry = pPoly->GetConstPointAry(); in GetBoundRect() local
645 const Point* pPt = &pAry[ i ]; in GetBoundRect()
/trunk/main/editeng/source/editeng/
H A Deditview.cxx1543 while( *pAry ) in ChangeFontSize()
1545 if( *pAry > nHeight ) in ChangeFontSize()
1547 nHeight = *pAry; in ChangeFontSize()
1550 pAry++; in ChangeFontSize()
1553 if( *pAry == 0 ) in ChangeFontSize()
1561 else if( *pAry ) in ChangeFontSize()
1564 if( *pAry < nHeight ) in ChangeFontSize()
1566 pAry++; in ChangeFontSize()
1567 while( *pAry ) in ChangeFontSize()
1569 if( *pAry >= nHeight ) in ChangeFontSize()
[all …]
/trunk/main/vcl/source/window/
H A Dcursor.cxx89 Point pAry[7]; in ImplCursorInvert() local
94 pAry[0] = aPoly.GetPoint( 0 ); 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()
111 pAry[4] = pAry[0]; in ImplCursorInvert()
112 pAry[4].Y() += delta; in ImplCursorInvert()
113 pAry[5] = pAry[0]; in ImplCursorInvert()
114 pAry[5].X() -= delta; in ImplCursorInvert()
[all …]
/trunk/main/svtools/source/control/
H A Dstdmenu.cxx423 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 Dctrlbox.cxx1254 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()
/trunk/main/svl/source/numbers/
H A Dnumfmuno.cxx468 sal_Int32* pAry = aSeq.getArray(); in queryKeys() local
470 pAry[i] = rTable.GetObjectKey( i ); in queryKeys()
/trunk/main/stoc/test/
H A Dtestintrosp.cxx338 Property * pAry = pSeq->getArray(); in getProperties() local
341 pAry[0].Handle = -1; in getProperties()
345 pAry[0].Attributes = BOUND | TRANSIENT; in getProperties()
348 pAry[1].Handle = -1; in getProperties()
352 pAry[1].Attributes = BOUND | TRANSIENT; in getProperties()
355 pAry[2].Handle = -1; in getProperties()
359 pAry[2].Attributes = TRANSIENT; in getProperties()
369 const Property * pAry = aSeq.getConstArray(); in getPropertyByName() local
373 if( pAry[i].Name == Name ) in getPropertyByName()
374 return pAry[i]; in getPropertyByName()
[all …]
/trunk/main/sdext/source/pdfimport/tree/
H A Dimagecontainer.cxx132 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()
/trunk/main/sc/workben/
H A Dtest.cxx964 if (!pAry) return; in lcl_Sort()
965 pAry[0].Ascending = !pAry[0].Ascending; in lcl_Sort()
971 if (!pAry) return; in lcl_Sort()
972 pAry[0].Field = 0; in lcl_Sort()
1017 if (!pAry) return; in lcl_Filter()
1018 pAry[0].Field = pAry[0].Field ? 0 : 1; in lcl_Filter()
1240 if (!pAry) return; in lcl_Scenario()
1245 pAry[0].EndRow = 1; in lcl_Scenario()
1250 pAry[1].EndRow = 4; in lcl_Scenario()
1264 if (!pAry) return; in lcl_Scenario()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dstyleuno.cxx986 rtl::OUString* pAry = aSeq.getArray(); in getElementNames() local
993 pAry[nPos++] = ScStyleNameConversion::DisplayToProgrammaticName( in getElementNames()
H A Ddocuno.cxx2830 rtl::OUString* pAry = aSeq.getArray(); in getElementNames() local
2834 pAry[i] = aName; in getElementNames()
3003 rtl::OUString* pAry = aSeq.getArray(); in getElementNames() local
3005 pAry[i] = ::ScColToAlpha( nStartCol + i ); in getElementNames()
3700 const table::CellRangeAddress* pAry = aRanges.getConstArray(); in addNewByName() local
3703 DBG_ASSERT( pAry[i].Sheet == nTab, "addScenario mit falscher Tab" ); in addNewByName()
3704 ScRange aRange( (SCCOL)pAry[i].StartColumn, (SCROW)pAry[i].StartRow, nTab, in addNewByName()
3705 (SCCOL)pAry[i].EndColumn, (SCROW)pAry[i].EndRow, nTab ); in addNewByName()
3814 rtl::OUString* pAry = aSeq.getArray(); in getElementNames() local
3817 pAry[i] = aTabName; in getElementNames()
H A Dlinkuno.cxx575 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 Dnameuno.cxx859 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 Ddapiuno.cxx566 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 Ddatauno.cxx985 pAry[i] = aRange; in getSources()
1002 pNew[i] = new ScArea( pAry[i].Sheet, in setSources()
1003 static_cast<SCCOL>(pAry[i].StartColumn), pAry[i].StartRow, in setSources()
1004 static_cast<SCCOL>(pAry[i].EndColumn), pAry[i].EndRow ); in setSources()
1170 pAry[i] = aField; in getFilterFields()
1244 pAry[i] = aField; in getFilterFields2()
1272 rEntry.nField = pAry[i].Field; in setFilterFields()
1275 rEntry.nVal = pAry[i].NumericValue; in setFilterFields()
1346 rEntry.nField = pAry[i].Field; in setFilterFields2()
2330 rtl::OUString* pAry = aSeq.getArray(); in getElementNames() local
[all …]
H A Dcellsuno.cxx856 rtl::OUString aName(pAry[i].Name); in lcl_CopyProperties()
3116 rtl::OUString* pAry = aSeq.getArray(); in getRowDescriptions() local
3184 rtl::OUString* pAry = aSeq.getArray(); in getColumnDescriptions() local
4237 pAry[i] = aRangeAddress; in getRangeAddresses()
4657 rtl::OUString* pAry = aSeq.getArray(); in getElementNames() local
4664 pAry[i] = aRangeStr; in getElementNames()
7151 pAry[nPos] = aData; in getColumnPageBreaks()
7429 pAry[i] = aRangeAddress; in getPrintAreas()
8095 ScRange aOneRange( (SCCOL)pAry[i].StartColumn, (SCROW)pAry[i].StartRow, nTab, in addRanges()
8096 (SCCOL)pAry[i].EndColumn, (SCROW)pAry[i].EndRow, nTab ); in addRanges()
[all …]
H A Dchartuno.cxx208 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 Dafmtuno.cxx396 rtl::OUString* pAry = aSeq.getArray(); in getElementNames() local
400 pAry[i] = aName; in getElementNames()
H A Dappluno.cxx559 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()
/trunk/main/framework/source/uielement/
H A Dfontsizemenucontroller.cxx193 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()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx1487 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()
/trunk/main/comphelper/source/property/
H A Dproperty.cxx157 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()

Completed in 344 milliseconds