Home
last modified time | relevance | path

Searched refs:pArr (Results 1 – 25 of 81) sorted by last modified time

1234

/trunk/main/sw/source/core/text/
H A Dredlnitr.cxx148 const SvUShorts* pArr = 0; in CtorInitAttrIter() local
152 pArr = &pExtInp->GetAttrs(); in CtorInitAttrIter()
158 bShow, pArr, nInputStt ); in CtorInitAttrIter()
184 SwAttrHandler& rAH, MSHORT nRed, sal_Bool bShw, const SvUShorts *pArr, in SwRedlineItr() argument
190 if( pArr ) in SwRedlineItr()
191 pExt = new SwExtend( *pArr, nExtStart ); in SwRedlineItr()
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx2509 pArr = new _UndoTblCpyTbl_Entries; in SwUndoTblCpyTbl()
2514 delete pArr; in ~SwUndoTblCpyTbl()
2524 for( sal_uInt16 n = pArr->Count(); n; ) in UndoImpl()
2526 _UndoTblCpyTbl_Entry* pEntry = (*pArr)[ --n ]; in UndoImpl()
2675 for( sal_uInt16 n = 0; n < pArr->Count(); ++n ) in RedoImpl()
2677 _UndoTblCpyTbl_Entry* pEntry = (*pArr)[ n ]; in RedoImpl()
2752 if( pArr->Count() && !bDelCntnt ) in AddBoxBefore()
2756 pArr->Insert( pEntry, pArr->Count() ); in AddBoxBefore()
2781 _UndoTblCpyTbl_Entry* pEntry = (*pArr)[ pArr->Count() - 1 ]; in AddBoxAfter()
2903 return !pInsRowUndo && !pArr->Count(); in IsEmpty()
/trunk/main/i18npool/source/transliteration/
H A DtransliterationImpl.cxx309 sal_Int32 * pArr = offset.getArray(); in transliterate() local
312 pArr[j] += startPos; in transliterate()
320 sal_Int32 * pArr = offset.getArray(); in transliterate() local
322 pArr[j] = startPos + j; in transliterate()
364 sal_Int32 * pArr = offset.getArray(); in folding() local
367 pArr[j] += startPos; in folding()
375 sal_Int32 * pArr = offset.getArray(); in folding() local
377 pArr[j] = startPos + j; in folding()
/trunk/main/sw/source/filter/ww8/
H A Dww8atr.cxx1932 sal_uInt8 *pArr = aArr; in OutputField() local
1937 Set_UInt32( pArr, 0x0 ); in OutputField()
1940 Set_UInt8( pArr, 1 ); in OutputField()
1943 Set_UInt8( pArr, 1 ); in OutputField()
1948 Set_UInt32(pArr, 0x0); in OutputField()
1950 Set_UInt8( pArr, 117 ); //sprmCFSpec in OutputField()
1951 Set_UInt8( pArr, 1 ); in OutputField()
2457 sal_uInt8* pArr = aArr; in WritePostItBegin() local
2461 Set_UInt16( pArr, NS_sprm::LN_CFSpec ); in WritePostItBegin()
2463 Set_UInt8( pArr, 117 ); //sprmCFSpec in WritePostItBegin()
[all …]
H A Dwrtw8esh.cxx1644 sal_uInt8* pArr = new sal_uInt8[ nArrLen ]; in WriteGrfFlyFrame() local
1645 memcpy( pArr, aBuf.GetData(), nArrLen ); in WriteGrfFlyFrame()
1647 aPropOpt.AddOpt(ESCHER_Prop_pibName, true, nArrLen, pArr, nArrLen); in WriteGrfFlyFrame()
2141 void *pArr = const_cast<void *>(aPolyDump.GetData()); in WriteFlyFrameAttr() local
2145 nArrLen, static_cast<sal_uInt8 *>(pArr), nArrLen); in WriteFlyFrameAttr()
H A Dwrtww8.cxx1490 sal_uInt8* pArr = aArr; in OutGrfBullets() local
1494 Set_UInt16( pArr, 0x855 ); in OutGrfBullets()
1496 Set_UInt8( pArr, 117 ); in OutGrfBullets()
1497 Set_UInt8( pArr, 1 ); in OutGrfBullets()
1499 Set_UInt16( pArr, 0x083c ); in OutGrfBullets()
1500 Set_UInt8( pArr, 0x81 ); in OutGrfBullets()
1504 Set_UInt16( pArr, 0x6a03 ); in OutGrfBullets()
1507 Set_UInt8( pArr, 68 ); in OutGrfBullets()
1508 Set_UInt8( pArr, 4 ); in OutGrfBullets()
1510 Set_UInt32( pArr, GRF_MAGIC_321 ); in OutGrfBullets()
[all …]
H A Dwrtww8gr.cxx469 --pArr; in OutGrf()
601 pArr+=2; in WritePICFHeader()
634 pArr += 16; in WritePICFHeader()
654 pArr += 2; in WritePICFHeader()
671 pArr += 2; in WritePICFHeader()
683 pArr += 8; in WritePICFHeader()
806 pArr+=2; in WritePICBulletFHeader()
811 pArr+=2; in WritePICBulletFHeader()
830 pArr += 16; in WritePICBulletFHeader()
842 pArr += 2; in WritePICBulletFHeader()
[all …]
/trunk/main/sw/source/filter/ascii/
H A Dparasc.cxx60 sal_Char* pArr; member in SwASCIIParser
109 pArr = new sal_Char [ ASC_BUFFLEN + 2 ]; in SwASCIIParser()
142 delete [] pArr; in ~SwASCIIParser()
276 nOrig = nLen = rInput.Read(pArr, ASC_BUFFLEN); in ReadChars()
278 bool bRet = SwIoSystem::IsDetectableText(pArr, nLen, &eCharSet, &bSwapUnicode); in ReadChars()
323 rInput.Read( pArr + nArrOffset, in ReadChars()
343 pArr, lGCount, pBuf, nNewLen, in ReadChars()
353 memmove( pArr, pArr + nCntBytes, nArrOffset ); in ReadChars()
361 pStt = pLastStt = (sal_Unicode*)pArr; in ReadChars()
362 pEnd = (sal_Unicode*)(pArr + lGCount); in ReadChars()
[all …]
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx7217 for( const _ObjImpType* pArr = aArr; pArr->nFlag; ++pArr ) in CheckForConvertToSOObj() local
7219 if( nConvertFlags & pArr->nFlag ) in CheckForConvertToSOObj()
7221 SvGlobalName aTypeName( pArr->n1, pArr->n2, pArr->n3, in CheckForConvertToSOObj()
7222 pArr->b8, pArr->b9, pArr->b10, pArr->b11, in CheckForConvertToSOObj()
7223 pArr->b12, pArr->b13, pArr->b14, pArr->b15 ); in CheckForConvertToSOObj()
7227 sStarName = String::CreateFromAscii( pArr->pFactoryNm ); in CheckForConvertToSOObj()
/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx472 ScTokenArray* pArr; in EnterData() local
482 pArr = aComp.CompileString( aComp.GetCorrectedFormula() ); in EnterData()
484 if ( !pArr->GetCodeError() ) in EnterData()
514 if ( pArr != pArrFirst ) in EnterData()
520 if ( pArr != pArrFirst ) in EnterData()
522 delete pArr; in EnterData()
523 pArr = pArrFirst; in EnterData()
535 sal_uInt16 nError = pArr->GetCodeError(); in EnterData()
545 formula::FormulaToken** ppToken = pArr->GetArray(); in EnterData()
546 sal_uInt16 nTokens = pArr->GetLen(); in EnterData()
[all …]
H A Dviewfun4.cxx265 ScTokenArray* pArr = aComp.CompileString( aNew ); in DoRefConversion() local
267pArr,formula::FormulaGrammar::GRAM_DEFAULT, MM_NONE ); in DoRefConversion()
/trunk/main/sc/source/core/data/
H A Dcell.cxx240 ScTokenArray* pArr = pFormCell->GetCode(); in StartListeningTo() local
241 if( pArr->IsRecalcModeAlways() ) in StartListeningTo()
245 pArr->Reset(); in StartListeningTo()
247 while ( ( t = static_cast<ScToken*>(pArr->GetNextReferenceRPN()) ) != NULL ) in StartListeningTo()
316 void ScBaseCell::EndListeningTo( ScDocument* pDoc, ScTokenArray* pArr, in EndListeningTo() argument
330 if (!pArr) in EndListeningTo()
332 pArr = pFormCell->GetCode(); in EndListeningTo()
335 pArr->Reset(); in EndListeningTo()
684 const ScTokenArray* pArr, in ScFormulaCell() argument
688 pCode( pArr ? new ScTokenArray( *pArr ) : new ScTokenArray ), in ScFormulaCell()
[all …]
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx1199 const i18n::CalendarItem* pArr = xItem.getArray(); in PostKeyEvent() local
1202 const ::rtl::OUString& rDay = pArr[n].FullName; in PostKeyEvent()
/trunk/main/xmloff/source/text/
H A Dtxtflde.cxx2293 PropertyValue* pArr = aSeq.getArray(); in ExportMacro() local
2294 pArr[0].Name = sEventType; in ExportMacro()
2295 pArr[0].Value <<= sScript; in ExportMacro()
2296 pArr[1].Name = sScript; in ExportMacro()
2297 pArr[1].Value = rPropSet->getPropertyValue( sPropertyScriptURL ); in ExportMacro()
2302 PropertyValue* pArr = aSeq.getArray(); in ExportMacro() local
2303 pArr[0].Name = sEventType; in ExportMacro()
2304 pArr[0].Value <<= sStarBasic; in ExportMacro()
2305 pArr[1].Name = sLibrary; in ExportMacro()
2307 pArr[2].Name = sMacroName; in ExportMacro()
[all …]
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx2331 const SEQ( ANY )* pArr = aValArr.getConstArray(); in Append()
2333 Append( pArr[ n ], eAH ); in Append()
/trunk/main/extensions/source/bibliography/
H A Dgeneral.cxx179 sal_Int16* pArr = aSelSeq.getArray(); in cursorMoved() local
180 pArr[0] = TYPE_COUNT; in cursorMoved()
/trunk/main/vcl/unx/generic/gdi/
H A Dcdeint.cxx160 const char* pArr = (const char*)aBuffer.GetBuffer()+1; in GetSystemLook() local
162 getHexDigit( pArr[1] ) in GetSystemLook()
163 | ( getHexDigit( pArr[0] ) << 4 ), in GetSystemLook()
164 getHexDigit( pArr[5] ) in GetSystemLook()
165 | ( getHexDigit( pArr[4] ) << 4 ), in GetSystemLook()
166 getHexDigit( pArr[9] ) in GetSystemLook()
167 | ( getHexDigit( pArr[8] ) << 4 ) in GetSystemLook()
/trunk/main/unotools/source/i18n/
H A Dlocaledatawrapper.cxx655 const Calendar* pArr = xCals.getArray(); in getDefaultCalendarImpl() local
658 if (pArr[i].Default) in getDefaultCalendarImpl()
/trunk/main/unotools/inc/unotools/
H A Ddigitgroupingiterator.hxx183 sal_Bool* pArr = aSeq.getArray(); in createForwardSequence() local
188 pArr[nIntegerDigits] = sal_True; in createForwardSequence()
192 pArr[nIntegerDigits] = sal_False; in createForwardSequence()
/trunk/main/sw/source/ui/uno/
H A Dunoatxt.cxx181 OUString *pArr = aGroupNames.getArray(); in getElementNames() local
187 pArr[i] = sGroupName.GetToken(0, GLOS_DELIM); in getElementNames()
353 OUString *pArr = aEntryTitles.getArray(); in getTitles() local
356 pArr[i] = pGlosGroup->GetLongName(i); in getTitles()
679 OUString *pArr = aEntryNames.getArray(); in getElementNames() local
682 pArr[i] = pGlosGroup->GetShortName(i); in getElementNames()
/trunk/main/sw/source/ui/index/
H A Dcntex.cxx282 OUString* pArr = aStyles.getArray(); in CreateOrUpdateExample() local
284 pArr[nStyle] = sLevel.GetToken(nStyle, TOX_STYLE_DELIMITER); in CreateOrUpdateExample()
H A Dswuiidxmrk.cxx1529 const beans::PropertyValue* pArr = aSeq.getConstArray(); in IMPL_LINK() local
1532 String sTitle = pArr[i].Name; in IMPL_LINK()
1534 pArr[i].Value >>= nField; in IMPL_LINK()
/trunk/main/sw/source/filter/writer/
H A Dwriter.cxx107 if( !pArr ) in InsertBkmk()
109 pArr = new SvPtrarr( 1, 4 ); in InsertBkmk()
110 pBkmkNodePos->Insert( nNd, pArr ); in InsertBkmk()
114 pArr->Insert( p, pArr->Count() ); in InsertBkmk()
119 pArr = pBkmkNodePos->Get( nNd ); in InsertBkmk()
120 if( !pArr ) in InsertBkmk()
122 pArr = new SvPtrarr( 1, 4 ); in InsertBkmk()
125 pArr->Insert( p, pArr->Count() ); in InsertBkmk()
541 if( pArr ) in GetBookmarks()
546 rArr.Insert( pArr, 0 ); in GetBookmarks()
[all …]
/trunk/main/sw/source/filter/ww1/
H A Dw1class.cxx431 pArr(NULL), in Ww1Sprm()
449 pArr(NULL), in Ww1Sprm()
468 delete pArr; in ~Ww1Sprm()
532 pSprm = p + pArr[index]; in Fill()
542 delete pArr; in ReCalc()
543 pArr = NULL; in ReCalc()
563 && (pArr = new sal_uInt16[count]) != NULL) in ReCalc()
571 pArr[current++] = offset; in ReCalc()
H A Dw1class.hxx799 sal_uInt16* pArr; member in Ww1Sprm

Completed in 257 milliseconds

1234