/aoo4110/main/sw/source/core/bastyp/ |
H A D | index.cxx | 102 if( !pArray ) in SwIndex() 109 pArray->pFirst = pArray->pLast = this; in SwIndex() 110 else if( nIdx > ((pArray->pLast->nIndex - pArray->pFirst->nIndex) / 2) ) in SwIndex() 123 : pArray( rIdx.pArray ), pNext( 0 ), pPrev( 0 ) in SwIndex() 135 : nIndex( rIdx.nIndex ), pArray( rIdx.pArray ), pNext( 0 ), pPrev( 0 ) in SwIndex() 227 pArray = rIdx.pArray; in ChgValue() 232 pArray->pLast = this; in ChgValue() 243 if (pArray->pFirst==NULL && pArray->pLast==NULL) in Remove() 291 if( rIdx.pArray != pArray ) // im alten abmelden !! in operator =() 294 pArray = rIdx.pArray; in operator =() [all …]
|
/aoo4110/main/basic/source/sbx/ |
H A D | sbxobj.cxx | 249 if( pArray ) in Find() 357 if( pArray ) in FindVar() 433 pArray->Put( pVar, pArray->Count() ); in Make() 484 if( pArray ) in Insert() 561 if( pArray ) in QuickInsert() 564 pArray->Put( pVar, pArray->Count() ); in QuickInsert() 600 if( pArray ) in VCPtrInsert() 603 pArray->Put( pVar, pArray->Count() ); in VCPtrInsert() 620 if( pArray && nIdx < pArray->Count() ) in Remove() 648 if( pArray && nIdx < pArray->Count() ) in VCPtrRemove() [all …]
|
/aoo4110/main/svl/source/numbers/ |
H A D | numfmuno.cxx | 418 rtl::OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local 707 rtl::OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local 910 pArray[0].Value <<= rtl::OUString( aFmtStr ); in getPropertyValues() 912 pArray[1].Value <<= aLocale; in getPropertyValues() 916 pArray[3].Value <<= rtl::OUString( aComment ); in getPropertyValues() 922 pArray[6].Value <<= (sal_Int16)( nDecimals ); in getPropertyValues() 924 pArray[7].Value <<= (sal_Int16)( nLeading ); in getPropertyValues() 932 pArray[11].Value <<= rtl::OUString( aExt ); in getPropertyValues() 934 pArray[12].Value <<= rtl::OUString( aAbb ); in getPropertyValues() 968 rtl::OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local [all …]
|
/aoo4110/main/extensions/source/ole/ |
H A D | unoconversionutilities.hxx | 785 if (pArray) in anyToVariant() 788 V_ARRAY(pVariant) = pArray; in anyToVariant() 1042 SAFEARRAY* pArray= NULL; in createUnoSequenceWrapper() local 1073 if( pArray) in createUnoSequenceWrapper() 1166 SafeArrayUnaccessData( pArray); in createUnoSequenceWrapper() 1170 return pArray; in createUnoSequenceWrapper() 1302 SAFEARRAY* pArray = NULL; in createUnoSequenceWrapper() local 1351 return pArray; in createUnoSequenceWrapper() 2045 char *pArray= p_uno_Seq->elements; in dispatchExObject2Sequence() local 2143 SafeArrayGetLBound(pArray, actDim, &lBound); in createOleArrayWrapperOfDim() [all …]
|
/aoo4110/main/sc/source/ui/view/ |
H A D | olinewin.cxx | 176 const ScOutlineArray* pArray = GetOutlineArray(); in GetOutlineEntry() local 177 …return pArray ? pArray->GetEntry( sal::static_int_cast<sal_uInt16>(nLevel), sal::static_int_cast<s… in GetOutlineEntry() 244 const ScOutlineArray* pArray = GetOutlineArray(); in GetLevelCount() local 245 size_t nLevelCount = pArray ? pArray->GetDepth() : 0; in GetLevelCount() 382 const ScOutlineArray* pArray = GetOutlineArray(); in ItemHit() local 383 if ( !pArray ) return false; in ItemHit() 621 const ScOutlineArray* pArray = GetOutlineArray(); in Paint() local 622 if ( !pArray ) return; in Paint() 756 const ScOutlineArray* pArray = GetOutlineArray(); in ImplMoveFocusByEntry() local 757 if ( !pArray ) in ImplMoveFocusByEntry() [all …]
|
/aoo4110/main/editeng/source/uno/ |
H A D | unonrule.cxx | 196 beans::PropertyValue* pArray = new beans::PropertyValue[nProps]; in getNumberingRuleByIndex() local 202 pArray[nIdx++] = aAlignProp; in getNumberingRuleByIndex() 208 …pArray[nIdx++] = beans::PropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM(UNO_NAME_NRULE_ADJUST)… in getNumberingRuleByIndex() 214 pArray[nIdx++] = aPrefixProp; in getNumberingRuleByIndex() 220 pArray[nIdx++] = aSuffixProp; in getNumberingRuleByIndex() 230 pArray[nIdx++] = aBulletProp; in getNumberingRuleByIndex() 252 pArray[nIdx++] = aGraphicProp; in getNumberingRuleByIndex() 261 pArray[nIdx++] = aGraphicSizeProp; in getNumberingRuleByIndex() 273 …pArray[nIdx++] = beans::PropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("SymbolTextDistance")),… in getNumberingRuleByIndex() 282 Sequence< beans::PropertyValue> aSeq(pArray, nIdx); in getNumberingRuleByIndex() [all …]
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | olinefun.cxx | 119 bRes = pArray->Insert( nStartCol, nEndCol, bSize ); in MakeOutline() 121 bRes = pArray->Insert( nStartRow, nEndRow, bSize ); in MakeOutline() 185 bRes = pArray->Remove( nStartCol, nEndCol, bSize ); in RemoveOutline() 187 bRes = pArray->Remove( nStartRow, nEndRow, bSize ); in RemoveOutline() 361 if (!pArray) in SelectLevel() 365 pArray->GetRange( nStart, nEnd ); in SelectLevel() 465 ScOutlineArray* pArray; in ShowMarkedOutlines() local 493 pArray = pTable->GetColArray(); in ShowMarkedOutlines() 494 ScSubOutlineIterator aColIter( pArray ); in ShowMarkedOutlines() 514 pArray = pTable->GetRowArray(); in ShowMarkedOutlines() [all …]
|
H A D | externalrefmgr.cxx | 149 if (pArray) in operator ()() 660 if (!pArray) in getCellRangeData() 674 return pArray; in getCellRangeData() 1734 if (pArray) in getDoubleRefTokens() 1736 return pArray; in getDoubleRefTokens() 1744 return pArray; in getDoubleRefTokens() 1753 return pArray; in getDoubleRefTokens() 1780 if (pArray) in getDoubleRefTokens() 1797 return pArray; in getDoubleRefTokens() 1808 if (pArray.get()) in getRangeNameTokens() [all …]
|
/aoo4110/main/sc/source/core/data/ |
H A D | table3.cxx | 165 return pArray; in CreateSortInfoArray() 376 pArray->Swap( nLo, nHi ); in QuickSort() 391 pArray->Swap( ni, nj ); in QuickSort() 399 QuickSort(pArray, nLo, nj); in QuickSort() 401 QuickSort(pArray, ni, nHi); in QuickSort() 406 QuickSort(pArray, ni, nHi); in QuickSort() 408 QuickSort(pArray, nLo, nj); in QuickSort() 513 pArray->Swap(i, nRow1 + nRow); in DecoladeRow() 539 delete pArray; in Sort() 560 delete pArray; in Sort() [all …]
|
H A D | dpoutput.cxx | 230 const sheet::MemberResult* pArray = aResult.getConstArray(); in lcl_FillNumberFormats() local 248 aName = String( pArray[nPos].Name ); in lcl_FillNumberFormats() 310 const sheet::MemberResult* pArray = rSeq.getConstArray(); in lcl_MemberEmpty() local 312 if (pArray[i].Flags & sheet::MemberResultFlags::HASMEMBER) in lcl_MemberEmpty() 883 const sheet::MemberResult* pArray = rSequence.getConstArray(); in Output() local 939 const sheet::MemberResult* pArray = rSequence.getConstArray(); in Output() local 1235 aHeaderData.Flags = pArray[nItem].Flags; in GetPositionData() 1264 aHeaderData.Flags = pArray[nItem].Flags; in GetPositionData() 1335 filter.MatchValue = pArray[nItem].Name; in GetDataResultPositionData() 1359 filter.MatchValue = pArray[nItem].Name; in GetDataResultPositionData() [all …]
|
/aoo4110/main/sw/source/core/text/ |
H A D | atrstck.cxx | 298 pArray = pInitialArray; in SwAttrStack() 314 pArray = new SwTxtAttr*[ nSize ]; in Insert() 316 memcpy( pArray, pInitialArray, in Insert() 326 memcpy( pTmpArray, pArray, nCount * sizeof(SwTxtAttr*) ); in Insert() 328 delete [] pArray; in Insert() 329 pArray = pTmpArray; in Insert() 336 memmove( pArray + nPos + 1, pArray + nPos, in Insert() 339 pArray[ nPos ] = (SwTxtAttr*)&rAttr; in Insert() 353 memmove( pArray + nPos, pArray + nPos + 1, in Remove() 366 return nCount ? pArray[ nCount - 1 ] : 0; in Top() [all …]
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | datauno.cxx | 214 beans::PropertyValue* pArray = rSeq.getArray(); in FillProperties() local 232 pArray[0].Value <<= rtl::OUString( rParam.aDBName ); in FillProperties() 241 pArray[1].Value <<= eMode; in FillProperties() 244 pArray[2].Value <<= rtl::OUString( rParam.aStatement ); in FillProperties() 324 beans::PropertyValue* pArray = rSeq.getArray(); in FillProperties() local 355 pArray[0].Value = ::cppu::bool2any(!rParam.bByRow); in FillProperties() 361 pArray[2].Value <<= (sal_Int32) MAXSORT; in FillProperties() 364 pArray[3].Value <<= aFields; in FillProperties() 373 pArray[6].Value <<= aOutPos; in FillProperties() 379 pArray[8].Value <<= (sal_Int32) rParam.nUserIndex; in FillProperties() [all …]
|
H A D | appluno.cxx | 425 rtl::OUString* pArray = aRet.getArray(); in getSupportedServiceNames_Static() local 688 rtl::OUString* pArray = aRet.getArray(); in getSupportedServiceNames_Static() local 769 rtl::OUString* pArray = aRet.getArray(); in getSupportedServiceNames_Static() local 781 beans::PropertyValue* pArray = rSequence.getArray(); in lcl_FillSequence() local 783 pArray[0].Name = rtl::OUString::createFromAscii( SC_UNONAME_ID ); in lcl_FillSequence() 784 pArray[0].Value <<= (sal_Int32) rDesc.nFIndex; in lcl_FillSequence() 787 pArray[1].Value <<= (sal_Int32) rDesc.nCategory; in lcl_FillSequence() 789 pArray[2].Name = rtl::OUString::createFromAscii( SC_UNONAME_NAME ); in lcl_FillSequence() 791 pArray[2].Value <<= rtl::OUString( *rDesc.pFuncName ); in lcl_FillSequence() 795 pArray[3].Value <<= rtl::OUString( *rDesc.pFuncDesc ); in lcl_FillSequence() [all …]
|
/aoo4110/main/comphelper/source/eventattachermgr/ |
H A D | eventattachermgr.cxx | 587 const ScriptEventDescriptor* pArray = ScriptEvents.getConstArray(); in registerScriptEvents() local 590 registerScriptEvent( nIndex, pArray[ i ] ); in registerScriptEvents() 716 ScriptEventDescriptor * pArray = aSeq.getArray(); in getScriptEvents() local 723 pArray[i++] = *aEvtIt; in getScriptEvents() 767 Reference< XEventListener > * pArray = rCurObj.aAttachedListenerSeq.getArray(); in attach() local 788 pArray[i++] = xAdapter; in attach() 809 pArray[i] = xAdapter; in attach() 838 if( pArray[i].is() ) in detach() 857 if( pArray[i].is() ) in detach() 994 ScriptEventDescriptor* pArray = aSEDSeq.getArray(); in read() local [all …]
|
/aoo4110/main/sc/source/ui/vba/ |
H A D | vbawsfunction.cxx | 79 uno::Any* pArray = aParamTemp.getArray(); in invoke() local 80 uno::Any* pArrayEnd = pArray + aParamTemp.getLength(); in invoke() 81 for( ; pArray < pArrayEnd; ++pArray ) in invoke() 83 uno::Reference< excel::XRange > myRange( *pArray, uno::UNO_QUERY ); in invoke() 85 *pArray = myRange->getCellRange(); in invoke() 86 …ACE("Param[%d] is %s", (int)(pArray - aParamTemp.getConstArray()), rtl::OUStringToOString( comphel… in invoke()
|
/aoo4110/main/svx/source/unodraw/ |
H A D | unoshap2.cxx | 1086 for(;pArray != pArrayEnd;++pArray) in ImplSvxPointSequenceSequenceToB2DPolyPolygon() 1088 aNewPolygon.append(basegfx::B2DPoint(pArray->X, pArray->Y)); in ImplSvxPointSequenceSequenceToB2DPolyPolygon() 1148 for(;pArray != pArrayEnd;++pArray) in setPropertyValueImpl() 1150 aNewPolygon.append(basegfx::B2DPoint(pArray->X, pArray->Y)); in setPropertyValueImpl() 1366 basegfx::B2DPoint aNewCoordinatePair(pArray->X, pArray->Y); pArray++; in SvxConvertPolyPolygonBezierToB2DPolyPolygon() 1387 aNewCoordinatePair = basegfx::B2DPoint(pArray->X, pArray->Y); in SvxConvertPolyPolygonBezierToB2DPolyPolygon() 1389 pArray++; pArrayFlags++; b++; in SvxConvertPolyPolygonBezierToB2DPolyPolygon() 1397 aNewCoordinatePair = basegfx::B2DPoint(pArray->X, pArray->Y); in SvxConvertPolyPolygonBezierToB2DPolyPolygon() 1399 pArray++; pArrayFlags++; b++; in SvxConvertPolyPolygonBezierToB2DPolyPolygon() 1408 aNewCoordinatePair = basegfx::B2DPoint(pArray->X, pArray->Y); in SvxConvertPolyPolygonBezierToB2DPolyPolygon() [all …]
|
/aoo4110/main/idlc/source/ |
H A D | fehelper.cxx | 59 AstArray* pArray; in compose() local 77 pArray = (AstArray*)m_pComplexPart; in compose() 78 pArray->setType(pType); in compose() 84 AstDeclaration* pDecl2 = pScope->addDeclaration(pArray); in compose() 85 if ( (AstDeclaration*)pArray != pDecl2 ) in compose() 91 return pArray; in compose()
|
/aoo4110/main/sw/source/ui/uno/ |
H A D | unodoc.cxx | 48 ::rtl::OUString* pArray = aRet.getArray(); in SwTextDocument_getSupportedServiceNames() 49 pArray[0] = ::rtl::OUString ( RTL_CONSTASCII_USTRINGPARAM ( "com.sun.star.text.TextDocument" ) ); in SwTextDocument_getSupportedServiceNames() 77 ::rtl::OUString* pArray = aRet.getArray(); in SwWebDocument_getSupportedServiceNames() 78 pArray[0] = ::rtl::OUString ( RTL_CONSTASCII_USTRINGPARAM ( "com.sun.star.text.WebDocument" ) ); in SwWebDocument_getSupportedServiceNames() 104 ::rtl::OUString* pArray = aRet.getArray(); in SwGlobalDocument_getSupportedServiceNames() 105 …pArray[0] = ::rtl::OUString ( RTL_CONSTASCII_USTRINGPARAM ( "com.sun.star.text.GlobalDocument" ) ); in SwGlobalDocument_getSupportedServiceNames()
|
/aoo4110/main/sw/inc/ |
H A D | index.hxx | 55 SwIndexReg* pArray; member in SwIndex 84 { return (nIndex == rSwIndex.nIndex) && (pArray == rSwIndex.pArray); } in operator ==() 87 { return (nIndex != rSwIndex.nIndex) || (pArray != rSwIndex.pArray); } in operator !=() 108 const SwIndexReg* GetIdxReg() const { return pArray; } in GetIdxReg()
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unotbl.cxx | 627 if(!bRow && !pArray[i].IsVisible) in lcl_GetTblSeparators() 664 aCols[i] = pArray[i].Position; in lcl_SetTblSeparators() 1250 OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local 1272 OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local 1468 OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local 2208 OUString* pArray = aRet.getArray(); in getCellNames() local 2212 pArray[i - 1] = *pObject; in getCellNames() 2727 OUString* pArray = aRet.getArray(); in getRowDescriptions() local 3602 OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local 4561 OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local [all …]
|
H A D | unocoll.cxx | 297 OUString* pArray = aRet.getArray(); in GetAllServiceNames() local 304 pArray[n] = sProv; in GetAllServiceNames() 688 OUString* pArray = aSeq.getArray(); in getElementNames() local 693 pArray[i] = OUString(rFmt.GetName()); in getElementNames() 1099 OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local 1130 OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local 1160 OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local 1191 OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local 1300 OUString* pArray = aSeq.getArray(); in getElementNames() local 1548 OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local [all …]
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | xelink.cxx | 947 const String& rName, const ScExternalRefCache::TokenArrayRef pArray ) : in XclExpExtName() argument 950 mpArray(pArray->Clone()) in XclExpExtName() 1084 const String& rName, const ScExternalRefCache::TokenArrayRef pArray ) in InsertExtName() argument 1518 return GetExtNameBuffer().InsertExtName(*this, rName, pArray); in InsertExtName() 1725 if (!pArray.get()) in StoreCellRange() 1728 for (FormulaToken* p = pArray->First(); p; p = pArray->Next()) in StoreCellRange() 1815 const String& rName, const ScExternalRefCache::TokenArrayRef pArray ) in InsertExtName() argument 1823 rnExtName = xSupbook->InsertExtName(rName, pArray); in InsertExtName() 2232 if( maSBBuffer.InsertExtName( nSupbook, rnExtName, rUrl, rName, pArray ) ) in InsertExtName() 2356 const ScExternalRefCache::TokenArrayRef pArray ) in InsertExtName() argument [all …]
|
/aoo4110/main/basic/source/runtime/ |
H A D | runtime.cxx | 626 pArray->unoAddDim( 0, nParamArrayParamCount - 1 ); in SetParameters() 631 pArray->Put( v, &nDimIndex ); in SetParameters() 635 pArrayVar->PutObject( pArray ); in SetParameters() 692 SbxDimArray* pArray = new SbxDimArray( SbxVARIANT ); in SetParameters() local 693 pArray->unoAddDim( 0, -1 ); in SetParameters() 696 pArrayVar->PutObject( pArray ); in SetParameters() 1147 SbxDimArray* pArray; in PushForEach() local 1149 if( (pArray = PTR_CAST(SbxDimArray,pObj)) != NULL ) in PushForEach() 1152 p->refEnd = (SbxVariable*)pArray; in PushForEach() 1154 short nDims = pArray->GetDims(); in PushForEach() [all …]
|
/aoo4110/main/sc/source/core/tool/ |
H A D | appoptio.cxx | 168 const sal_Int32* pArray = aSeq.getConstArray(); in lcl_SetLastFunctions() local 171 pUShorts[i] = (sal_uInt16) pArray[i]; in lcl_SetLastFunctions() 187 sal_Int32* pArray = aSeq.getArray(); in lcl_GetLastFunctions() local 189 pArray[i] = pUShorts[i]; in lcl_GetLastFunctions() 202 const OUString* pArray = aSeq.getConstArray(); in lcl_SetSortList() local 208 pArray[0].equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "NULL" ) ) ); in lcl_SetSortList() 216 ScUserListData* pNew = new ScUserListData( pArray[i] ); in lcl_SetSortList() 233 OUString* pArray = aSeq.getArray(); in lcl_GetSortList() local 235 pArray[i] = (*pUserList)[sal::static_int_cast<sal_uInt16>(i)]->GetString(); in lcl_GetSortList()
|
/aoo4110/main/cppuhelper/source/ |
H A D | interfacecontainer.cxx | 246 Reference<XInterface> * pArray = pSeq->getArray(); in addInterface() local 247 pArray[0] = aData.pAsInterface; in addInterface() 248 pArray[1] = rListener; in addInterface() 405 Type * pArray = aInterfaceTypes.getArray(); in getContainedTypes() local 416 pArray[i++] = (*iter).first; in getContainedTypes() 421 aInterfaceTypes = ::com::sun::star::uno::Sequence< Type >( pArray, i ); in getContainedTypes() 596 sal_Int32 * pArray = aInterfaceTypes.getArray(); in getContainedTypes() local 607 pArray[i++] = (*iter).first; in getContainedTypes() 612 aInterfaceTypes = ::com::sun::star::uno::Sequence< sal_Int32 >( pArray, i ); in getContainedTypes()
|