Home
last modified time | relevance | path

Searched refs:pArray (Results 76 – 100 of 375) sorted by relevance

12345678910>>...15

/aoo42x/main/sc/source/filter/xcl97/
H A DXclImpChangeTrack.cxx204 const ScTokenArray* pArray = NULL; in ReadFormula() local
206 …sal_Bool bOK = (aFmlConv.Convert( pArray, aFmlaStrm, nFmlSize, false, FT_CellFormula) == ConvOK); … in ReadFormula()
207 rpTokenArray = (bOK && pArray) ? new ScTokenArray( *pArray ) : NULL; in ReadFormula()
/aoo42x/main/sc/source/core/tool/
H A Dreftokenhelper.cxx66 auto_ptr<ScTokenArray> pArray(aCompiler.CompileString(aToken)); in compileRangeRepresentation() local
70 sal_uInt16 nLen = pArray->GetLen(); in compileRangeRepresentation()
77 pArray->Reset(); in compileRangeRepresentation()
78 const FormulaToken* p = pArray->GetNextReference(); in compileRangeRepresentation()
H A Dtoken.cxx1525 ScMatrix* pArray = new ScMatrix( nCol, nRow ); in MergeArray() local
1535 pArray->PutDouble( t->GetDouble() * nSign, nCol, nRow ); in MergeArray()
1540 pArray->PutString( t->GetString(), nCol, nRow ); in MergeArray()
1545 pArray->PutEmpty( nCol, nRow ); in MergeArray()
1549 pArray->PutBoolean( true, nCol, nRow ); in MergeArray()
1553 pArray->PutBoolean( false, nCol, nRow ); in MergeArray()
1576 return AddMatrix( pArray ); in MergeArray()
/aoo42x/main/sw/source/ui/uno/
H A DSwXFilterOptions.cxx83 beans::PropertyValue* pArray = aRet.getArray(); in getPropertyValues() local
85 pArray[0].Name = rtl::OUString( FILTER_OPTIONS_NAME ); in getPropertyValues()
86 pArray[0].Value <<= sFilterOptions; in getPropertyValues()
/aoo42x/main/oox/source/xls/
H A Dbiffdetector.cxx187 const OUString* pArray = aServices.getConstArray(); in supportsService() local
188 const OUString* pArrayEnd = pArray + aServices.getLength(); in supportsService()
189 return ::std::find( pArray, pArrayEnd, rService ) != pArrayEnd; in supportsService()
/aoo42x/main/filter/source/msfilter/
H A Descherex.cxx1859 ::com::sun::star::awt::Point* pArray; in GetPolyPolygon()
1871 pArray = pInnerSequence->getArray(); in GetPolyPolygon()
1874 if ( pArray && pFlags ) in GetPolyPolygon()
1917 if ( pArray != NULL ) in GetPolyPolygon()
1923 aPolygon[ b ] = Point( pArray->X, pArray->Y ); in GetPolyPolygon()
1924 pArray++; in GetPolyPolygon()
1944 if ( pArray != NULL ) in GetPolyPolygon()
1950 aPolygon[ a ] = Point( pArray->X, pArray->Y ); in GetPolyPolygon()
1951 pArray++; in GetPolyPolygon()
4686 if ( pArray ) in GetConnectorRule()
[all …]
/aoo42x/main/cppuhelper/inc/cppuhelper/
H A Dinterfacecontainer.hxx67 key * pArray = aInterfaceTypes.getArray(); in getContainedTypes() local
78 pArray[i++] = (*iter).first; in getContainedTypes()
83 aInterfaceTypes = ::com::sun::star::uno::Sequence<key>( pArray, i ); in getContainedTypes()
/aoo42x/main/sc/source/filter/qpro/
H A Dqpro.cxx112 const ScTokenArray *pArray; in readSheet() local
114 if (ConvOK != aConv.Convert( pArray, nLen )) in readSheet()
118 ScFormulaCell *pFormula = new ScFormulaCell( pDoc, aAddr, pArray ); in readSheet()
/aoo42x/main/scaddins/source/datefunc/
H A Ddatefunc.cxx377 OUString* pArray = aRet.getArray(); in getSupportedServiceNames_Static() local
378 pArray[0] = OUString::createFromAscii( ADDIN_SERVICE ); in getSupportedServiceNames_Static()
379 pArray[1] = OUString::createFromAscii( MY_SERVICE ); in getSupportedServiceNames_Static()
550 sheet::LocalizedName* pArray = aRet.getArray(); in getCompatibilityNames() local
553 pArray[ nIndex ] = sheet::LocalizedName( GetLocale( nIndex ), *rStrList.Get( nIndex ) ); in getCompatibilityNames()
/aoo42x/main/sw/source/core/unocore/
H A Dunoframe.cxx1143 OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local
1144 pArray[0] = C2U("com.sun.star.text.BaseFrame"); in getSupportedServiceNames()
1145 pArray[1] = C2U("com.sun.star.text.TextContent"); in getSupportedServiceNames()
1146 pArray[2] = C2U("com.sun.star.document.LinkTarget"); in getSupportedServiceNames()
1956 pArray[0] = text::TextContentAnchorType_AT_PARAGRAPH; in getPropertyValue()
1957 pArray[1] = text::TextContentAnchorType_AS_CHARACTER; in getPropertyValue()
1958 pArray[2] = text::TextContentAnchorType_AT_PAGE; in getPropertyValue()
1959 pArray[3] = text::TextContentAnchorType_AT_FRAME; in getPropertyValue()
3346 OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local
3511 OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local
[all …]
/aoo42x/main/sfx2/source/bastyp/
H A Dbitset.cxx140 BitSet::BitSet( sal_uInt16* pArray, sal_uInt16 nSize ): in BitSet() argument
147 if ( pArray[n] > nMax ) in BitSet()
148 nMax = pArray[n]; in BitSet()
/aoo42x/main/reportdesign/source/ui/dlg/
H A DFormula.cxx263 ::std::auto_ptr<formula::FormulaTokenArray> pArray(new FormulaTokenArray()); in convertToTokenArray()
264 pArray->Fill(_aTokenList, NULL); in convertToTokenArray()
265 return pArray; in convertToTokenArray()
/aoo42x/main/svx/source/tbxctrls/
H A Dtbunosearchcontrollers.cxx314 const ::rtl::OUString * pArray = aSNL.getConstArray(); in supportsService() local
317 if( pArray[i] == ServiceName ) in supportsService()
484 const ::rtl::OUString * pArray = aSNL.getConstArray(); in supportsService() local
487 if( pArray[i] == ServiceName ) in supportsService()
613 const ::rtl::OUString * pArray = aSNL.getConstArray(); in supportsService() local
616 if( pArray[i] == ServiceName ) in supportsService()
/aoo42x/main/svtools/source/uno/
H A Dgenericunodialog.cxx135 const ::rtl::OUString* pArray = aSupported.getConstArray(); in supportsService() local
136 for (sal_Int32 i = 0; i < aSupported.getLength(); ++i, ++pArray) in supportsService()
137 if (pArray->equals(ServiceName)) in supportsService()
/aoo42x/main/sw/source/ui/table/
H A Dchartins.cxx210 uno::Any* pArray = aSeq.getArray(); in SwInsertChart() local
217 pArray[0] <<= uno::makeAny(aParam1); in SwInsertChart()
218 pArray[1] <<= uno::makeAny(aParam2); in SwInsertChart()
/aoo42x/main/writerfilter/source/filter/
H A DImportFilter.cxx216 OUString* pArray = aRet.getArray(); in WriterFilter_getSupportedServiceNames() local
217 pArray[0] = OUString ( RTL_CONSTASCII_USTRINGPARAM ( SERVICE_NAME1 ) ); in WriterFilter_getSupportedServiceNames()
218 pArray[1] = OUString ( RTL_CONSTASCII_USTRINGPARAM ( SERVICE_NAME2 ) ); in WriterFilter_getSupportedServiceNames()
/aoo42x/main/forms/source/component/
H A DButton.cxx137 ::rtl::OUString* pArray = aSupported.getArray(); in IMPLEMENT_DEFAULT_CLONING()
138 pArray[ aSupported.getLength() - 1 ] = FRM_SUN_COMPONENT_COMMANDBUTTON; in IMPLEMENT_DEFAULT_CLONING()
367 ::rtl::OUString*pArray = aSupported.getArray(); in getSupportedServiceNames()
368 pArray[aSupported.getLength()-1] = FRM_SUN_CONTROL_COMMANDBUTTON; in getSupportedServiceNames()
/aoo42x/main/starmath/source/
H A Dmathmlimport.cxx2691 SmStructureNode *pArray; in EndElement() local
2694 pArray = (SmStructureNode *)rNodeStack.Pop(); in EndElement()
2695 if (pArray->GetNumSubNodes() == 0) in EndElement()
2707 aRelationArray[0] = pArray; in EndElement()
2709 pArray = new SmExpressionNode(aDummy); in EndElement()
2710 pArray->SetSubNodes(aRelationArray); in EndElement()
2713 if (pArray->GetNumSubNodes() > nCols) in EndElement()
2714 nCols = pArray->GetNumSubNodes(); in EndElement()
2715 aReverseStack.Push(pArray); in EndElement()
2721 pArray = (SmStructureNode *)aReverseStack.Pop(); in EndElement()
[all …]
/aoo42x/main/sc/source/ui/unoobj/
H A Dstyleuno.cxx728 beans::PropertyValue* pArray = aSequence.getArray(); in getStyleLoaderOptions() local
730 pArray[0].Name = rtl::OUString::createFromAscii( SC_UNONAME_OVERWSTL ); in getStyleLoaderOptions()
731 ScUnoHelpFunctions::SetBoolInAny( pArray[0].Value, sal_True ); in getStyleLoaderOptions()
733 pArray[1].Name = rtl::OUString::createFromAscii( SC_UNONAME_LOADCELL ); in getStyleLoaderOptions()
734 ScUnoHelpFunctions::SetBoolInAny( pArray[1].Value, sal_True ); in getStyleLoaderOptions()
736 pArray[2].Name = rtl::OUString::createFromAscii( SC_UNONAME_LOADPAGE ); in getStyleLoaderOptions()
737 ScUnoHelpFunctions::SetBoolInAny( pArray[2].Value, sal_True ); in getStyleLoaderOptions()
2151 rtl::OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local
2152 pArray[0] = rtl::OUString::createFromAscii( SCSTYLE_SERVICE ); in getSupportedServiceNames()
2153 pArray[1] = rtl::OUString::createFromAscii( bPage ? SCPAGESTYLE_SERVICE in getSupportedServiceNames()
H A Dcellsuno.cxx1079 nCols = pArray[0].getLength(); in lcl_PutDataArray()
1106 const uno::Sequence<uno::Any>& rColSeq = pArray[nRow]; in lcl_PutDataArray()
1223 nCols = pArray[0].getLength(); in lcl_PutFormulaArray()
3076 const double* pArray = rRowSeq.getConstArray(); in setData() local
3085 double fVal = pArray[nCol]; in setData()
3153 String aStr = pArray[nRow]; in setRowDescriptions()
3221 String aStr(pArray[nCol]); in setColumnDescriptions()
4747 rtl::OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local
6055 rtl::OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local
6792 rtl::OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local
[all …]
/aoo42x/main/sc/source/ui/view/
H A Ddbfunc3.cxx156 ScOutlineArray* pArray; in TestRemoveOutline() local
167 pArray = pTable->GetColArray(); in TestRemoveOutline()
168 ScSubOutlineIterator aColIter( pArray ); in TestRemoveOutline()
182 pArray = pTable->GetRowArray(); in TestRemoveOutline()
183 ScSubOutlineIterator aRowIter( pArray ); in TestRemoveOutline()
299 ScOutlineArray* pArray; in OutlinePossible() local
306 pArray = pTable->GetColArray(); in OutlinePossible()
307 ScSubOutlineIterator aColIter( pArray ); in OutlinePossible()
328 pArray = pTable->GetRowArray(); in OutlinePossible()
329 ScSubOutlineIterator aRowIter( pArray ); in OutlinePossible()
/aoo42x/main/sc/source/core/data/
H A Ddociter.cxx1978 ScAttrArray* pArray = pDoc->pTab[nTab]->aCol[i].pAttrArray; in ScHorizontalAttrIterator() local
1979 DBG_ASSERT( pArray, "pArray == 0" ); in ScHorizontalAttrIterator()
1982 pArray->Search( nStartRow, nIndex ); in ScHorizontalAttrIterator()
1984 const ScPatternAttr* pPattern = pArray->pData[nIndex].pPattern; in ScHorizontalAttrIterator()
1985 SCROW nThisEnd = pArray->pData[nIndex].nRow; in ScHorizontalAttrIterator()
2050 ScAttrArray* pArray = pDoc->pTab[nTab]->aCol[i].pAttrArray; in GetNext() local
2053 if ( nIndex < pArray->nCount ) in GetNext()
2055 const ScPatternAttr* pPattern = pArray->pData[nIndex].pPattern; in GetNext()
2056 SCROW nThisEnd = pArray->pData[nIndex].nRow; in GetNext()
/aoo42x/main/svx/source/accessibility/
H A DAccessibleFrameSelector.cxx617 OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local
618 pArray[0] = OUString( RTL_CONSTASCII_USTRINGPARAM(sAccessible ) ); in getSupportedServiceNames()
619 pArray[1] = OUString( RTL_CONSTASCII_USTRINGPARAM(sAccessibleContext ) ); in getSupportedServiceNames()
620 pArray[2] = OUString( RTL_CONSTASCII_USTRINGPARAM(sAccessibleComponent) ); in getSupportedServiceNames()
/aoo42x/main/sw/source/core/access/
H A Dacctextframe.cxx334 OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local
335 pArray[0] = OUString( RTL_CONSTASCII_USTRINGPARAM(sServiceName) ); in getSupportedServiceNames()
336 pArray[1] = OUString( RTL_CONSTASCII_USTRINGPARAM(sAccessibleServiceName) ); in getSupportedServiceNames()
/aoo42x/main/filter/source/xsltdialog/
H A Dxmlfilterdialogcomponent.cxx213 const ::rtl::OUString* pArray = aSupported.getConstArray(); in XMLFilterDialogComponent_supportsService() local
214 for (sal_Int32 i = 0; i < aSupported.getLength(); ++i, ++pArray) in XMLFilterDialogComponent_supportsService()
215 if (pArray->equals(ServiceName)) in XMLFilterDialogComponent_supportsService()

Completed in 3210 milliseconds

12345678910>>...15