| /trunk/main/starmath/source/ |
| H A D | mathtype.cxx | 700 pS = &xSrc; in Parse() 701 pS->SetNumberFormatInt( NUMBERFORMAT_INT_LITTLEENDIAN ); in Parse() 704 aHdr.Read(pS); in Parse() 705 *pS >> nVersion; in Parse() 706 *pS >> nPlatform; in Parse() 707 *pS >> nProduct; in Parse() 708 *pS >> nProdVersion; in Parse() 709 *pS >> nProdSubVersion; in Parse() 737 sal_uLong nEnd = pS->Tell(); in Parse() 738 DBG_ASSERT(nEnd == pS->Seek(STREAM_SEEK_TO_END), in Parse() [all …]
|
| H A D | eqnolefilehdr.cxx | 31 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 …]
|
| /trunk/main/filter/source/msfilter/ |
| H A D | msocximex.cxx | 98 long ReadAlign(SvStorageStream *pS, long nPos, int nAmount) in ReadAlign() argument 104 pS->SeekRel(nLen); in ReadAlign() 231 long WriteAlign(SvStorageStream *pS, int nAmount) in WriteAlign() argument 233 if (long nAlign = pS->Tell() % nAmount) in WriteAlign() 237 *pS << sal_uInt8(0x00); in WriteAlign() 551 virtual bool Read( OCX_ContainerControl* pContainerControl, SvStorageStream *pS) in Read() argument 553 *pS >> nNoRecords; in Read() 554 *pS >> nTotalLen; in Read() 558 if ( !handleMultiPageHdr( pS ) ) in Read() 565 if ( !handleStandardHdr( pS ) ) in Read() [all …]
|
| /trunk/main/sc/source/core/tool/ |
| H A D | scmatrix.cxx | 156 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 …]
|
| /trunk/main/editeng/source/editeng/ |
| H A D | eertfpar.cxx | 373 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 D | editdoc.cxx | 1066 SfxStyleSheet* pS = aContentAttribs.GetStyleSheet(); in CreateDefFont() local 1067 if ( pS ) in CreateDefFont() 1068 CreateFont( GetCharAttribs().GetDefFont(), pS->GetItemSet() ); in CreateDefFont() 1072 GetContentAttribs().GetItems(), pS == NULL ); in CreateDefFont() 1075 void ContentNode::SetStyleSheet( SfxStyleSheet* pS, const SvxFont& rFontFromStyle ) in SetStyleSheet() argument 1077 aContentAttribs.SetStyleSheet( pS ); in SetStyleSheet() 1083 GetContentAttribs().GetItems(), pS == NULL ); in SetStyleSheet() 1086 void ContentNode::SetStyleSheet( SfxStyleSheet* pS, sal_Bool bRecalcFont ) in SetStyleSheet() argument 1088 aContentAttribs.SetStyleSheet( pS ); in SetStyleSheet() 1151 void ContentAttribs::SetStyleSheet( SfxStyleSheet* pS ) in SetStyleSheet() argument [all …]
|
| /trunk/main/sc/source/filter/html/ |
| H A D | htmlpars.cxx | 122 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 …]
|
| /trunk/main/filter/inc/filter/msfilter/ |
| H A D | msocximex.hxx | 181 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 …]
|
| /trunk/main/sw/source/filter/ww8/ |
| H A D | ww8par6.cxx | 151 const sal_uInt8* pS = pSep->HasSprm( nId ); // sprm da ? in ReadSprm() local 152 short nVal = ( pS ) ? SVBT16ToShort( pS ) : nDefaultVal; in ReadSprm() 158 const sal_uInt8* pS = pSep->HasSprm( nId ); // sprm da ? in ReadUSprm() local 159 sal_uInt16 nVal = ( pS ) ? SVBT16ToShort( pS ) : nDefaultVal; in ReadUSprm() 165 const sal_uInt8* pS = pSep->HasSprm( nId ); // sprm da ? in ReadBSprm() local 166 sal_uInt8 nVal = ( pS ) ? SVBT8ToByte( pS ) : nDefaultVal; in ReadBSprm() 1120 if (const sal_uInt8* pS = pSep->HasSprm(0x7030)) in CreateSep() local 1121 aNewSection.maSep.dxtCharSpace = SVBT32ToUInt32(pS); in CreateSep() 1238 static bool _SetWW8_BRC(bool bVer67, WW8_BRC& rVar, const sal_uInt8* pS) in _SetWW8_BRC() argument 1240 if( pS ) in _SetWW8_BRC() [all …]
|
| H A D | ww8par4.cxx | 93 SvStorageStream* pS = xSrc3; in SV_IMPL_OP_PTRARR_SORT() local 94 pS->SetNumberFormatInt( NUMBERFORMAT_INT_LITTLEENDIAN ); in SV_IMPL_OP_PTRARR_SORT() 95 pS->Seek( STREAM_SEEK_TO_END ); in SV_IMPL_OP_PTRARR_SORT() 97 ASSERT( pS->Tell() >= 76, "+OLE-PIC-Stream is shorter than 76 Byte" ); in SV_IMPL_OP_PTRARR_SORT() 107 pS->Seek( 0x14 ); in SV_IMPL_OP_PTRARR_SORT() 108 *pS >> nOrgWidth // Original Size in 1/100 mm in SV_IMPL_OP_PTRARR_SORT() 110 pS->Seek( 0x2c ); in SV_IMPL_OP_PTRARR_SORT() 111 *pS >> nScaleX // Scaling in Promille in SV_IMPL_OP_PTRARR_SORT() 122 ASSERT( !pS, "+OLE-Scalinginformation in PIC-Stream wrong" ); in SV_IMPL_OP_PTRARR_SORT()
|
| H A D | ww8par2.cxx | 142 void ReadDef(bool bVer67, const sal_uInt8* pS); 151 void ReadShd(const sal_uInt8* pS ); 152 void ReadNewShd(const sal_uInt8* pS, bool bVer67); 1205 void WW8TabBandDesc::ReadDef(bool bVer67, const sal_uInt8* pS) in ReadDef() argument 1208 pS++; in ReadDef() 1210 short nLen = (sal_Int16)SVBT16ToShort( pS - 2 ); // nicht schoen in ReadDef() 1212 sal_uInt8 nCols = *pS; // Anzahl der Zellen in ReadDef() 1220 const sal_uInt8* pT = &pS[1]; in ReadDef() 1657 void WW8TabBandDesc::ReadShd(const sal_uInt8* pS ) in ReadShd() argument 1659 sal_uInt8 nLen = pS ? *(pS - 1) : 0; in ReadShd() [all …]
|
| /trunk/main/idl/source/objects/ |
| H A D | object.cxx | 459 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()
|
| /trunk/main/sc/inc/ |
| H A D | token.hxx | 446 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()
|
| /trunk/main/svx/source/customshapes/ |
| H A D | EnhancedCustomShapeTypeNames.cxx | 45 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()
|
| /trunk/main/svtools/source/dialogs/ |
| H A D | insdlg.cxx | 101 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()
|
| /trunk/main/sw/source/core/doc/ |
| H A D | docsort.cxx | 661 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()
|
| /trunk/main/svl/source/items/ |
| H A D | sitem.cxx | 53 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()
|
| /trunk/main/unoxml/source/xpath/ |
| H A D | xpathobject.cxx | 174 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()
|
| /trunk/main/xmloff/source/draw/ |
| H A D | EnhancedCustomShapeToken.cxx | 43 const char* pS; member 184 (*pH)[ pPtr->pS ] = pPtr->pE; in EASGet() 206 return rtl::OUString::createFromAscii( pTokenTableArray[ i ].pS ); in EASGet()
|
| /trunk/main/editeng/source/misc/ |
| H A D | acorrcfg.cxx | 62 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()
|
| /trunk/main/vcl/aqua/source/gdi/ |
| H A D | salbmp.cxx | 530 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()
|
| /trunk/main/svx/source/items/ |
| H A D | clipfmtitem.cxx | 172 const String* pS = pImpl->aFmtNms[ nPos ]; in GetClipbrdFormatName() local 173 return pS ? *pS : SvxClipboardFmtItem_Impl::sEmptyStr; in GetClipbrdFormatName()
|
| /trunk/main/sdext/source/minimizer/ |
| H A D | pppoptimizertoken.cxx | 40 const char* pS; member 301 (*pH)[ pPtr->pS ] = pPtr->pE; in TKGet() 323 return rtl::OUString::createFromAscii( pTokenTableArray[ i ].pS ); in TKGet()
|
| /trunk/main/sw/source/core/docnode/ |
| H A D | ndsect.cxx | 1117 SwSectionNode* pS = rIdx.GetNode().FindSectionNode(); in MakeFrms() local 1121 if ( pS ) in MakeFrms() 1125 pTableNode->GetIndex() > pS->GetIndex() ) in MakeFrms() 1127 pS = 0; in MakeFrms() 1136 if( pS ) in MakeFrms() 1138 SwSectionFrm *pSct = new SwSectionFrm( pS->GetSection(), pFrm ); in MakeFrms()
|
| /trunk/main/svtools/source/filter/wmf/ |
| H A D | winmtf.hxx | 500 GDIObj( GDIObjectType eT, void* pS ) { pStyle = pS; eType = eT; }; in GDIObj() 501 void Set( GDIObjectType eT, void* pS ) { pStyle = pS; eType = eT; }; in Set()
|