Home
last modified time | relevance | path

Searched refs:pArray (Results 26 – 50 of 375) sorted by relevance

12345678910>>...15

/trunk/main/sc/source/core/tool/
H A Daddincol.cxx140 sheet::LocalizedName* pArray = aCompNames.getArray(); in GetCompNames() local
143 lang::Locale& rLocale = pArray[i].Locale; in GetCompNames()
169 sheet::LocalizedName* pArray = aCompNames.getArray(); in SetCompNames() local
172 lang::Locale& rLocale = pArray[i].Locale; in SetCompNames()
187 const sheet::LocalizedName* pArray = rSequence.getConstArray(); in GetExcelName() local
198 if ( pArray[i].Locale.Language == aUserLang && in GetExcelName()
199 pArray[i].Locale.Country == aUserCountry ) in GetExcelName()
201 rRetExcelName = pArray[i].Name; in GetExcelName()
208 if ( pArray[i].Locale.Language == aUserLang ) in GetExcelName()
210 rRetExcelName = pArray[i].Name; in GetExcelName()
[all …]
/trunk/main/extensions/workben/
H A Dpythontest.cxx410 Property *pArray; in dumpVarToStream() local
411 pArray = seq.getArray(); in dumpVarToStream()
414 fprintf( f, "%s\t %s\n" , USTRING_TO_PCHAR(pArray[i].Type->getName()), in dumpVarToStream()
415 USTRING_TO_PCHAR( pArray[i].Name ) ); in dumpVarToStream()
499 UsrAny *pArray = args.getArray(); in main() local
500 pArray[0].setString( L"Arg_0" ); in main()
501 pArray[1].setString( L"Arg_1" ); in main()
502 pArray[2].setString( L"Arg_2" ); in main()
/trunk/main/basic/source/runtime/
H A Dstep2.cxx502 SbxArray* pArray = PTR_CAST(SbxArray,pElemObj); in CheckArray() local
503 if( pArray ) in CheckArray()
511 pElem = pArray->Get( pPar->Get( 1 )->GetInteger() ); in CheckArray()
1007 SbxDimArray* pArray = 0; in StepDCREATE_IMPL() local
1011 pArray = (SbxDimArray*)pObj; in StepDCREATE_IMPL()
1014 short nDims = pArray->GetDims(); in StepDCREATE_IMPL()
1022 pArray->GetDim32( i+1, nLower, nUpper ); in StepDCREATE_IMPL()
1046 pArray->SbxArray::Put32( pClassObj, i ); in StepDCREATE_IMPL()
1052 if( pArray && pOldArray ) in StepDCREATE_IMPL()
1054 short nDimsNew = pArray->GetDims(); in StepDCREATE_IMPL()
[all …]
H A Dmethods1.cxx775 pArray->AddDim( 1, nArraySize ); in RTLFUNC()
777 pArray->AddDim( 0, nArraySize-1 ); in RTLFUNC()
781 pArray->unoAddDim( 0, -1 ); in RTLFUNC()
796 pArray->Put( pNew, &index ); in RTLFUNC()
803 refVar->PutObject( pArray ); in RTLFUNC()
833 pArray->AddDim32( 0, ub ); in RTLFUNC()
837 pArray->unoAddDim( 0, -1 ); in RTLFUNC()
843 refVar->PutObject( pArray ); in RTLFUNC()
1751 pArray->unoAddDim( 0, nArraySize-1 ); in RTLFUNC()
1758 pArray->Put( (SbxVariable*)xVar, &i ); in RTLFUNC()
[all …]
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx672 if ( !pArray ) in implSequenceToMultiDimArray()
688 if ( pArray ) in implSequenceToMultiDimArray()
742 SbxDimArray* pArray = NULL; in unoToSbxValue() local
747 if ( pArray ) in unoToSbxValue()
749 SbxDimArrayRef xArray = pArray; in unoToSbxValue()
1016 SbxDimArray* pArray = (SbxDimArray*)pObj; in getUnoTypeForSbxValue() local
1018 short nDims = pArray->GetDims(); in getUnoTypeForSbxValue()
1467 short nDims = pArray->GetDims(); in sbxToUnoValue()
4718 pArray->Put( pVar, pArray->Count() ); in registerComListenerVariableForBasic()
4729 sal_uInt16 nCount = pArray->Count(); in disposeComVariablesForBasic()
[all …]
/trunk/main/slideshow/source/engine/
H A Dtools.cxx462 const beans::NamedValue* pArray = rSequence.getConstArray(); in findNamedValue() local
468 const beans::NamedValue* pFound = ::std::find_if( pArray, in findNamedValue()
469 pArray + nLen, in findNamedValue()
472 if( pFound == pArray + nLen ) in findNamedValue()
482 const beans::NamedValue* pArray = rSequence.getConstArray(); in findNamedValue() local
488 const beans::NamedValue* pFound = ::std::find_if( pArray, in findNamedValue()
489 pArray + nLen, in findNamedValue()
491 if( pFound == pArray + nLen ) in findNamedValue()
/trunk/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/
H A DCallback.cpp312 STDMETHODIMP CCallback::inoutSeqAny(LPSAFEARRAY *pArray) in inoutSeqAny() argument
314 if( !pArray) in inoutSeqAny()
319 hr= SafeArrayGetLBound( *pArray, 1, &lbound); in inoutSeqAny()
320 hr= SafeArrayGetUBound( *pArray, 1, &ubound); in inoutSeqAny()
328 hr= SafeArrayGetElement( *pArray, &i, (void*)&var); in inoutSeqAny()
331 SafeArrayDestroy( *pArray); in inoutSeqAny()
333 outSeqAny( pArray); in inoutSeqAny()
/trunk/main/sc/source/core/data/
H A Dmarkarr.cxx375 pArray( pNewArray ), in ScMarkArrayIter()
386 if ( nPos >= pArray->nCount ) in Next()
388 while (!pArray->pData[nPos].bMarked) in Next()
391 if ( nPos >= pArray->nCount ) in Next()
394 rBottom = pArray->pData[nPos].nRow; in Next()
398 rTop = pArray->pData[nPos-1].nRow + 1; in Next()
H A Dolinetab.cxx723 pArray( pOutlineArray ), in ScSubOutlineIterator()
729 nDepth = pArray->nDepth; in ScSubOutlineIterator()
734 pArray( pOutlineArray ) in ScSubOutlineIterator()
736 ScOutlineEntry* pEntry = (ScOutlineEntry*) pArray->aCollections[nLevel].At(nEntry); in ScSubOutlineIterator()
741 nDepth = pArray->nDepth; in ScSubOutlineIterator()
753 pEntry = (ScOutlineEntry*) pArray->aCollections[nSubLevel].At(nSubEntry); in GetNext()
799 pArray->aCollections[nSubLevel].AtFree(nSubEntry); in DeleteLast()
/trunk/main/sc/inc/
H A Dattarray.hxx205 const ScAttrArray* pArray; member in ScAttrIterator
217 pArray( pNewArray ), in ScAttrIterator()
222 pArray->Search( nStart, nPos ); in ScAttrIterator()
230 if ( nPos < pArray->nCount && nRow <= nEndRow ) in Next()
233 rBottom = Min( pArray->pData[nPos].nRow, nEndRow ); in Next()
234 pRet = pArray->pData[nPos].pPattern; in Next()
/trunk/main/basic/source/sbx/
H A Dsbxstr.cxx261 SbxDimArray* pArray = new SbxDimArray(SbxBYTE); in StringToByteArray() local
266 pArray->AddDim32( 1, nArraySize ); in StringToByteArray()
268 pArray->AddDim32( 0, nArraySize-1 ); in StringToByteArray()
272 pArray->unoAddDim( 0, -1 ); in StringToByteArray()
281 pArray->Put( pNew, i ); in StringToByteArray()
285 return pArray; in StringToByteArray()
/trunk/main/sw/source/core/unocore/
H A Dunoport.cxx1008 OUString* pArray = aRet.getArray(); in getAvailableServiceNames() local
1009 pArray[0] = C2U("com.sun.star.text.TextContent"); in getAvailableServiceNames()
1056 OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local
1057 pArray[0] = C2U("com.sun.star.text.TextPortion"); in getSupportedServiceNames()
1058 pArray[1] = C2U("com.sun.star.style.CharacterProperties"); in getSupportedServiceNames()
1059 pArray[2] = C2U("com.sun.star.style.CharacterPropertiesAsian"); in getSupportedServiceNames()
1060 pArray[3] = C2U("com.sun.star.style.CharacterPropertiesComplex"); in getSupportedServiceNames()
1061 pArray[4] = C2U("com.sun.star.style.ParagraphProperties"); in getSupportedServiceNames()
1062 pArray[5] = C2U("com.sun.star.style.ParagraphPropertiesAsian"); in getSupportedServiceNames()
1063 pArray[6] = C2U("com.sun.star.style.ParagraphPropertiesComplex"); in getSupportedServiceNames()
H A Dunosett.cxx319 OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local
654 OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local
909 OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local
1246 OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local
1715 beans::PropertyValue* pArray = aSeq.getArray(); in GetNumberingRuleByIndex() local
1720 pArray[i].Value = pData->aVal; in GetNumberingRuleByIndex()
1721 pArray[i].Name = pData->sPropName; in GetNumberingRuleByIndex()
1722 pArray[i].Handle = -1; in GetNumberingRuleByIndex()
2472 OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local
2514 OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local
[all …]
H A Dunostyle.cxx185 OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local
186 pArray[0] = C2U("com.sun.star.style.StyleFamilies"); in getSupportedServiceNames()
385 if( ( pVal = &pArray[i].Value)->getValueType() == in loadStylesFromURL()
388 String sName = pArray[i].Name; in loadStylesFromURL()
424 beans::PropertyValue* pArray = aSeq.getArray(); in getStyleLoaderOptions() local
463 OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local
464 pArray[0] = C2U("com.sun.star.style.StyleFamily"); in getSupportedServiceNames()
834 OUString* pArray = aRet.getArray(); in getElementNames() local
839 pArray[i] = OUString ( aString ); in getElementNames()
1306 OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local
[all …]
H A Dunoidx.cxx525 OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local
526 pArray[0] = C2U("com.sun.star.text.BaseIndex"); in getSupportedServiceNames()
1817 OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local
1818 pArray[0] = C2U(cBaseMark); in getSupportedServiceNames()
1819 pArray[1] = C2U(cTextContent); in getSupportedServiceNames()
1823 pArray[2] = C2U(cUserMark); in getSupportedServiceNames()
1826 pArray[2] = C2U(cContentMark); in getSupportedServiceNames()
1829 pArray[2] = C2U(cIdxMark); in getSupportedServiceNames()
1830 pArray[3] = C2U(cIdxMarkAsian); in getSupportedServiceNames()
2682 OUString* pArray = aRet.getArray(); in getElementNames() local
[all …]
/trunk/main/forms/source/component/
H A DPattern.cxx79 ::rtl::OUString*pArray = aSupported.getArray(); in getSupportedServiceNames()
80 pArray[aSupported.getLength()-1] = FRM_SUN_CONTROL_PATTERNFIELD; in getSupportedServiceNames()
136 ::rtl::OUString*pArray = aSupported.getArray(); in IMPLEMENT_DEFAULT_CLONING()
137 pArray[aSupported.getLength()-2] = FRM_SUN_COMPONENT_DATABASE_PATTERNFIELD; in IMPLEMENT_DEFAULT_CLONING()
138 pArray[aSupported.getLength()-1] = FRM_SUN_COMPONENT_PATTERNFIELD; in IMPLEMENT_DEFAULT_CLONING()
H A DGroupBox.cxx83 ::rtl::OUString* pArray = aSupported.getArray(); in getSupportedServiceNames()
84 pArray[aSupported.getLength()-1] = FRM_SUN_COMPONENT_GROUPBOX; in getSupportedServiceNames()
163 ::rtl::OUString* pArray = aSupported.getArray(); in getSupportedServiceNames()
164 pArray[aSupported.getLength()-1] = FRM_SUN_CONTROL_GROUPBOX; in getSupportedServiceNames()
/trunk/main/eventattacher/source/
H A Deventattacher.cxx301 const OUString * pArray = aSNL.getArray(); in supportsService() local
303 if( pArray[i] == ServiceName ) in supportsService()
326 const Any * pArray = Arguments.getConstArray(); in initialize() local
329 if( pArray[i].getValueType().getTypeClass() != TypeClass_INTERFACE ) in initialize()
334 pArray[i] >>= xALAS; in initialize()
342 pArray[i] >>= xI; in initialize()
350 pArray[i] >>= xIdlR; in initialize()
358 pArray[i] >>= xC; in initialize()
/trunk/main/sc/source/ui/unoobj/
H A Dfiltuno.cxx95 rtl::OUString* pArray = aRet.getArray(); in getSupportedServiceNames_Static() local
96 pArray[0] = rtl::OUString::createFromAscii( SCFILTEROPTIONSOBJ_SERVICE ); in getSupportedServiceNames_Static()
105 beans::PropertyValue* pArray = aRet.getArray(); in getPropertyValues() local
107 pArray[0].Name = rtl::OUString::createFromAscii( SC_UNONAME_FILTEROPTIONS ); in getPropertyValues()
108 pArray[0].Value <<= aFilterOptions; in getPropertyValues()
/trunk/main/extensions/source/bibliography/
H A Dbibload.cxx192 const rtl::OUString * pArray = aSNL.getConstArray(); in supportsService() local
194 if( pArray[i] == ServiceName ) in supportsService()
588 rtl::OUString* pArray = aRet.getArray(); in getElementNames() local
589 pArray[nRealNameCount] = sTemp; in getElementNames()
722 PropertyValue* pArray = aSeq.getArray(); in getPropertyValue() local
726 pArray[i].Name = pConfig->GetDefColumnName(aInternalMapping[i]); in getPropertyValue()
727 pArray[i].Value <<= (sal_Int16) i; in getPropertyValue()
/trunk/main/sw/source/core/access/
H A Daccfootnote.cxx135 OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local
137 pArray[0] = OUString( RTL_CONSTASCII_USTRINGPARAM(sServiceNameEndnote) ); in getSupportedServiceNames()
139 pArray[0] = OUString( RTL_CONSTASCII_USTRINGPARAM(sServiceNameFootnote) ); in getSupportedServiceNames()
140 pArray[1] = OUString( RTL_CONSTASCII_USTRINGPARAM(sAccessibleServiceName) ); in getSupportedServiceNames()
H A Daccheaderfooter.cxx120 OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local
122 pArray[0] = OUString( RTL_CONSTASCII_USTRINGPARAM(sServiceNameHeader) ); in getSupportedServiceNames()
124 pArray[0] = OUString( RTL_CONSTASCII_USTRINGPARAM(sServiceNameFooter) ); in getSupportedServiceNames()
125 pArray[1] = OUString( RTL_CONSTASCII_USTRINGPARAM(sAccessibleServiceName) ); in getSupportedServiceNames()
/trunk/main/stoc/test/excomp/
H A Dexcomp1.cxx101 const OUString * pArray = aSNL.getArray(); in supportsService() local
103 if( pArray[i] == ServiceName ) in supportsService()
172 const OUString * pArray = rSNL.getConstArray(); in component_writeInfo() local
174 xNewKey->createKey( pArray[nPos] ); in component_writeInfo()
/trunk/main/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx700 PDFArray* pArray = dynamic_cast<PDFArray*>(it->second); in getDeflatedStream() local
701 if( pArray && ! pArray->m_aSubElements.empty() ) in getDeflatedStream()
703 pFilter = dynamic_cast<PDFName*>(pArray->m_aSubElements.front()); in getDeflatedStream()
867 PDFArray* pArray = dynamic_cast<PDFArray*>(it->second); in emit() local
868 if( pArray && ! pArray->m_aSubElements.empty() ) in emit()
870 pFilter = dynamic_cast<PDFName*>(pArray->m_aSubElements.front()); in emit()
874 pArray->m_aSubElements.erase( pArray->m_aSubElements.begin() ); in emit()
/trunk/main/sc/source/ui/dbgui/
H A Ddapidata.cxx94 const rtl::OUString* pArray = aNames.getConstArray(); in ScDataPilotDatabaseDlg() local
97 String aName = pArray[nPos]; in ScDataPilotDatabaseDlg()
208 const rtl::OUString* pArray = aNames.getConstArray(); in FillObjects() local
211 String aName = pArray[nPos]; in FillObjects()

Completed in 169 milliseconds

12345678910>>...15