Home
last modified time | relevance | path

Searched refs:pS (Results 1 – 25 of 44) sorted by relevance

12

/AOO41X/main/starmath/source/
H A Dmathtype.cxx701 pS = &xSrc; in Parse()
702 pS->SetNumberFormatInt( NUMBERFORMAT_INT_LITTLEENDIAN ); in Parse()
705 aHdr.Read(pS); in Parse()
706 *pS >> nVersion; in Parse()
707 *pS >> nPlatform; in Parse()
708 *pS >> nProduct; in Parse()
709 *pS >> nProdVersion; in Parse()
710 *pS >> nProdSubVersion; in Parse()
738 sal_uLong nEnd = pS->Tell(); in Parse()
739 DBG_ASSERT(nEnd == pS->Seek(STREAM_SEEK_TO_END), in Parse()
[all …]
H A Deqnolefilehdr.cxx31 void EQNOLEFILEHDR::Read(SvStorageStream *pS) in Read() argument
33 *pS >> nCBHdr; in Read()
34 *pS >> nVersion; in Read()
35 *pS >> nCf; in Read()
36 *pS >> nCBObject; in Read()
37 *pS >> nReserved1; in Read()
38 *pS >> nReserved2; in Read()
39 *pS >> nReserved3; in Read()
40 *pS >> nReserved4; in Read()
44 void EQNOLEFILEHDR::Write(SvStorageStream *pS) in Write() argument
[all …]
/AOO41X/main/filter/source/msfilter/
H A Dmsocximex.cxx99 long ReadAlign(SvStorageStream *pS, long nPos, int nAmount) in ReadAlign() argument
105 pS->SeekRel(nLen); in ReadAlign()
232 long WriteAlign(SvStorageStream *pS, int nAmount) in WriteAlign() argument
234 if (long nAlign = pS->Tell() % nAmount) in WriteAlign()
238 *pS << sal_uInt8(0x00); in WriteAlign()
552 virtual bool Read( OCX_ContainerControl* pContainerControl, SvStorageStream *pS) in Read() argument
554 *pS >> nNoRecords; in Read()
555 *pS >> nTotalLen; in Read()
559 if ( !handleMultiPageHdr( pS ) ) in Read()
566 if ( !handleStandardHdr( pS ) ) in Read()
[all …]
/AOO41X/main/sc/source/core/tool/
H A Dscmatrix.cxx156 pMat[i].pS = new String(aMatStr); in ScMatrix()
158 pMat[i].pS = NULL; in ScMatrix()
202 if ( pMat[i].pS ) in Store()
203 aMatStr = *pMat[i].pS; in Store()
229 delete pMat[i].pS; in ResetIsString()
246 delete pMat[i].pS; in DeleteIsString()
278 if ( IsNonValueType( mnValType[nIndex]) && pMat[nIndex].pS ) in PutString()
279 *(pMat[nIndex].pS) = rStr; in PutString()
282 pMat[nIndex].pS = new String(rStr); in PutString()
295 String* pS = pMat[nIndex].pS; in PutStringEntry() local
[all …]
/AOO41X/main/editeng/source/editeng/
H A Deertfpar.cxx373 SvxRTFStyleType* pS = GetStyleTbl().Get( rSet.StyleNo() ); in SetAttrInDoc() local
374 DBG_ASSERT( pS, "Vorlage in RTF nicht definiert!" ); in SetAttrInDoc()
375 if ( pS ) in SetAttrInDoc()
377 …PaM, aEndPaM ), (SfxStyleSheet*)pImpEditEngine->GetStyleSheetPool()->Find( pS->sName, SFX_STYLE_FA… in SetAttrInDoc()
378 nOutlLevel = pS->nOutlineNo; in SetAttrInDoc()
435 SvxRTFStyleType* pS = GetStyleTbl().First(); in FindStyleSheet() local
436 while ( pS && ( pS->sName != rName ) ) in FindStyleSheet()
437 pS = GetStyleTbl().Next(); in FindStyleSheet()
439 return pS; in FindStyleSheet()
454 SvxRTFStyleType* pS = GetStyleTbl().Get( pRTFStyle->nBasedOn ); in CreateStyleSheet() local
[all …]
H A Deditdoc.cxx1068 SfxStyleSheet* pS = aContentAttribs.GetStyleSheet(); in CreateDefFont() local
1069 if ( pS ) in CreateDefFont()
1070 CreateFont( GetCharAttribs().GetDefFont(), pS->GetItemSet() ); in CreateDefFont()
1074 GetContentAttribs().GetItems(), pS == NULL ); in CreateDefFont()
1077 void ContentNode::SetStyleSheet( SfxStyleSheet* pS, const SvxFont& rFontFromStyle ) in SetStyleSheet() argument
1079 aContentAttribs.SetStyleSheet( pS ); in SetStyleSheet()
1085 GetContentAttribs().GetItems(), pS == NULL ); in SetStyleSheet()
1088 void ContentNode::SetStyleSheet( SfxStyleSheet* pS, sal_Bool bRecalcFont ) in SetStyleSheet() argument
1090 aContentAttribs.SetStyleSheet( pS ); in SetStyleSheet()
1153 void ContentAttribs::SetStyleSheet( SfxStyleSheet* pS ) in SetStyleSheet() argument
[all …]
/AOO41X/main/sc/source/filter/html/
H A Dhtmlpars.cxx122 ScHTMLTableStackEntry* pS; in ~ScHTMLLayoutParser() local
123 while ( (pS = aTableStack.Pop()) != 0 ) in ~ScHTMLLayoutParser()
125 if ( pList->GetPos( pS->pCellEntry ) == LIST_ENTRY_NOTFOUND ) in ~ScHTMLLayoutParser()
126 delete pS->pCellEntry; in ~ScHTMLLayoutParser()
127 if ( pS->pLocalColOffset != pLocalColOffset ) in ~ScHTMLLayoutParser()
128 delete pS->pLocalColOffset; in ~ScHTMLLayoutParser()
129 delete pS; in ~ScHTMLLayoutParser()
388 ScHTMLAdjustStackEntry* pS; in Adjust() local
399 if ( (pS = aStack.Pop()) != 0 ) in Adjust()
401 nLastCol = pS->nLastCol; in Adjust()
[all …]
/AOO41X/main/filter/inc/filter/msfilter/
H A Dmsocximex.hxx181 sal_Bool Read(SotStorageStream *pS);
228 sal_Bool FullRead(SotStorageStream *pS) in FullRead() argument
230 return Read(pS) && ReadFontData(pS); in FullRead()
232 virtual sal_Bool Read(SotStorageStream *pS);
233 virtual sal_Bool ReadFontData(SotStorageStream *pS);
260 sal_Bool ReadAndImport(SotStorageStream *pS, in ReadAndImport() argument
267 if (Read(pS)) in ReadAndImport()
332 sal_Bool Read(SotStorageStream *pS);
419 virtual sal_Bool ReadFontData(SotStorageStream *pS);
420 virtual sal_Bool Read(SotStorageStream *pS);
[all …]
/AOO41X/main/sw/source/filter/ww8/
H A Dww8par4.cxx94 SvStorageStream* pS = xSrc3; in SV_IMPL_OP_PTRARR_SORT() local
95 pS->SetNumberFormatInt( NUMBERFORMAT_INT_LITTLEENDIAN ); in SV_IMPL_OP_PTRARR_SORT()
96 pS->Seek( STREAM_SEEK_TO_END ); in SV_IMPL_OP_PTRARR_SORT()
98 ASSERT( pS->Tell() >= 76, "+OLE-PIC-Stream is shorter than 76 Byte" ); in SV_IMPL_OP_PTRARR_SORT()
108 pS->Seek( 0x14 ); in SV_IMPL_OP_PTRARR_SORT()
109 *pS >> nOrgWidth // Original Size in 1/100 mm in SV_IMPL_OP_PTRARR_SORT()
111 pS->Seek( 0x2c ); in SV_IMPL_OP_PTRARR_SORT()
112 *pS >> nScaleX // Scaling in Promille in SV_IMPL_OP_PTRARR_SORT()
123 ASSERT( !pS, "+OLE-Scalinginformation in PIC-Stream wrong" ); in SV_IMPL_OP_PTRARR_SORT()
H A Dww8par6.cxx152 const sal_uInt8* pS = pSep->HasSprm( nId ); // sprm da ? in ReadSprm() local
153 short nVal = ( pS ) ? SVBT16ToShort( pS ) : nDefaultVal; in ReadSprm()
159 const sal_uInt8* pS = pSep->HasSprm( nId ); // sprm da ? in ReadUSprm() local
160 sal_uInt16 nVal = ( pS ) ? SVBT16ToShort( pS ) : nDefaultVal; in ReadUSprm()
166 const sal_uInt8* pS = pSep->HasSprm( nId ); // sprm da ? in ReadBSprm() local
167 sal_uInt8 nVal = ( pS ) ? SVBT8ToByte( pS ) : nDefaultVal; in ReadBSprm()
1121 if (const sal_uInt8* pS = pSep->HasSprm(0x7030)) in CreateSep() local
1122 aNewSection.maSep.dxtCharSpace = SVBT32ToUInt32(pS); in CreateSep()
1239 static bool _SetWW8_BRC(bool bVer67, WW8_BRC& rVar, const sal_uInt8* pS) in _SetWW8_BRC() argument
1241 if( pS ) in _SetWW8_BRC()
[all …]
H A Dww8par2.cxx143 void ReadDef(bool bVer67, const sal_uInt8* pS);
152 void ReadShd(const sal_uInt8* pS );
153 void ReadNewShd(const sal_uInt8* pS, bool bVer67);
1206 void WW8TabBandDesc::ReadDef(bool bVer67, const sal_uInt8* pS) in ReadDef() argument
1209 pS++; in ReadDef()
1211 short nLen = (sal_Int16)SVBT16ToShort( pS - 2 ); // nicht schoen in ReadDef()
1213 sal_uInt8 nCols = *pS; // Anzahl der Zellen in ReadDef()
1221 const sal_uInt8* pT = &pS[1]; in ReadDef()
1658 void WW8TabBandDesc::ReadShd(const sal_uInt8* pS ) in ReadShd() argument
1660 sal_uInt8 nLen = pS ? *(pS - 1) : 0; in ReadShd()
[all …]
/AOO41X/main/sc/inc/
H A Dtoken.hxx446 ScSingleRefData* pS; member in SingleDoubleRefModifier
458 pS = &rT.GetSingleRef(); in SingleDoubleRefModifier()
459 aDub.Ref1 = aDub.Ref2 = *pS; in SingleDoubleRefModifier()
464 pS = 0; in SingleDoubleRefModifier()
470 pS = &rS; in SingleDoubleRefModifier()
471 aDub.Ref1 = aDub.Ref2 = *pS; in SingleDoubleRefModifier()
476 if ( pS ) in ~SingleDoubleRefModifier()
477 *pS = (*pD).Ref1; in ~SingleDoubleRefModifier()
H A Dscmatrix.hxx48 String* pS; member
51 const String& GetString() const { return pS ? *pS : EMPTY_STRING; } in GetString()
/AOO41X/main/idl/source/objects/
H A Dobject.cxx459 SvMetaAttribute * pS = aAttrList.GetObject( n ); in TestAttribute() local
460 if( pS->GetName() == rAttr.GetName() ) in TestAttribute()
463 if( pS->GetSlotId().GetValue() != rAttr.GetSlotId().GetValue() ) in TestAttribute()
466 DBG_ERROR( pS->GetName().GetBuffer() ); in TestAttribute()
467 DBG_ERROR( pS->GetSlotId().GetBuffer() ); in TestAttribute()
471 aStr += pS->GetName(); in TestAttribute()
480 sal_uInt32 nId1 = pS->GetSlotId().GetValue(); in TestAttribute()
485 DBG_ERROR( ByteString::CreateFromInt32( pS->GetSlotId().GetValue() ).GetBuffer() ); in TestAttribute()
486 DBG_ERROR( pS->GetSlotId().GetBuffer() ); in TestAttribute()
490 aStr += pS->GetName(); in TestAttribute()
/AOO41X/main/svx/source/customshapes/
H A DEnhancedCustomShapeTypeNames.cxx45 const char* pS; member
294 (*pH)[ pPtr->pS ] = pPtr->pE; in Get()
314 ? rtl::OUString::createFromAscii( pNameTypeTableArray[ eShapeType ].pS ) in Get()
321 const char* pS; member
546 (*pH)[ pPtr->pS ] = pPtr->pE; in GetAccName()
/AOO41X/main/svtools/source/dialogs/
H A Dinsdlg.cxx101 SvObjectServer * pS = (SvObjectServer *)aTypes.First(); in Remove() local
102 while( pS ) in Remove()
104 if( rName == pS->GetClassName() ) in Remove()
107 pS = (SvObjectServer *)aTypes.GetCurObject(); in Remove()
110 pS = (SvObjectServer *)aTypes.Next(); in Remove()
/AOO41X/main/sw/source/core/doc/
H A Ddocsort.cxx661 const SwTableBox* pS = pSource->GetBox(); in MoveRow() local
666 MoveCell(pDoc, pS, pT, bMoved, pUD); in MoveRow()
668 rMovedList.Insert(pS, rMovedList.Count() ); in MoveRow()
670 if( pS != pT ) in MoveRow()
710 const SwTableBox* pS = pSource->GetBox(); in MoveCol() local
714 MoveCell(pDoc, pS, pT, bMoved, pUD); in MoveCol()
716 rMovedList.Insert(pS, rMovedList.Count() ); in MoveCol()
718 if( pS != pT ) in MoveCol()
/AOO41X/main/svl/source/items/
H A Dsitem.cxx53 SfxSetItem::SfxSetItem( sal_uInt16 which, SfxItemSet *pS) : in SfxSetItem() argument
55 pSet(pS) in SfxSetItem()
58 DBG_ASSERT(pS, "SfxSetItem without set constructed" ); in SfxSetItem()
/AOO41X/main/unoxml/source/xpath/
H A Dxpathobject.cxx174 sal_Char const*const pS(reinterpret_cast<sal_Char const*>(str.get())); in getString()
175 return OUString(pS, strlen(pS), RTL_TEXTENCODING_UTF8); in getString()
/AOO41X/main/xmloff/source/draw/
H A DEnhancedCustomShapeToken.cxx43 const char* pS; member
184 (*pH)[ pPtr->pS ] = pPtr->pE; in EASGet()
206 return rtl::OUString::createFromAscii( pTokenTableArray[ i ].pS ); in EASGet()
/AOO41X/main/editeng/source/misc/
H A Dacorrcfg.cxx62 String* pS = &sSharePath; in SvxAutoCorrCfg() local
63 for( sal_uInt16 n = 0; n < 2; ++n, pS = &sUserPath ) in SvxAutoCorrCfg()
65 *pS = sAutoPath.GetToken( n, ';' ); in SvxAutoCorrCfg()
66 INetURLObject aPath( *pS ); in SvxAutoCorrCfg()
68 *pS = aPath.GetMainURL(INetURLObject::DECODE_TO_IURI); in SvxAutoCorrCfg()
/AOO41X/main/vcl/aqua/source/gdi/
H A Dsalbmp.cxx530 ImplPixelFormat* pS = ImplPixelFormat::GetFormat( nSrcBits, rSrcPalette ); in ConvertBitmapData() local
532 if( pD && pS ) in ConvertBitmapData()
538 pS->StartLine( pSrcData ); in ConvertBitmapData()
542 pD->WritePixel( pS->ReadPixel() ); in ConvertBitmapData()
548 delete pS; in ConvertBitmapData()
/AOO41X/main/svx/source/items/
H A Dclipfmtitem.cxx172 const String* pS = pImpl->aFmtNms[ nPos ]; in GetClipbrdFormatName() local
173 return pS ? *pS : SvxClipboardFmtItem_Impl::sEmptyStr; in GetClipbrdFormatName()
/AOO41X/main/sdext/source/minimizer/
H A Dpppoptimizertoken.cxx42 const char* pS; member
303 (*pH)[ pPtr->pS ] = pPtr->pE; in TKGet()
325 return rtl::OUString::createFromAscii( pTokenTableArray[ i ].pS ); in TKGet()
/AOO41X/main/svtools/source/filter/wmf/
H A Dwinmtf.hxx500 GDIObj( GDIObjectType eT, void* pS ) { pStyle = pS; eType = eT; }; in GDIObj()
501 void Set( GDIObjectType eT, void* pS ) { pStyle = pS; eType = eT; }; in Set()

12