Lines Matching refs:rOutStm

722 					   SvStream & rOutStm,  in WriteAttributesSvIdl()  argument
725 SvMetaAttribute::WriteAttributesSvIdl( rBase, rOutStm, nTab ); in WriteAttributesSvIdl()
729 WriteTab( rOutStm, nTab ); in WriteAttributesSvIdl()
730 rOutStm << SvHash_SlotType()->GetName().GetBuffer() << '('; in WriteAttributesSvIdl()
731 aSlotType->WriteTheType( rBase, rOutStm, nTab, WRITE_IDL ); in WriteAttributesSvIdl()
732 rOutStm << ");" << endl; in WriteAttributesSvIdl()
736 WriteTab( rOutStm, nTab ); in WriteAttributesSvIdl()
737 aMethod->WriteSvIdl( rBase, rOutStm, nTab ); in WriteAttributesSvIdl()
738 rOutStm << ';' << endl; in WriteAttributesSvIdl()
742 aHasCoreId.WriteSvIdl( SvHash_HasCoreId(), rOutStm ); in WriteAttributesSvIdl()
743 rOutStm << ';' << endl; in WriteAttributesSvIdl()
747 WriteTab( rOutStm, nTab ); in WriteAttributesSvIdl()
748 aGroupId.WriteSvIdl( SvHash_GroupId(), rOutStm, nTab +1); in WriteAttributesSvIdl()
749 rOutStm << ';' << endl; in WriteAttributesSvIdl()
753 WriteTab( rOutStm, nTab ); in WriteAttributesSvIdl()
754 aExecMethod.WriteSvIdl( SvHash_ExecMethod(), rOutStm, nTab +1); in WriteAttributesSvIdl()
755 rOutStm << ';' << endl; in WriteAttributesSvIdl()
759 WriteTab( rOutStm, nTab ); in WriteAttributesSvIdl()
760 aStateMethod.WriteSvIdl( SvHash_StateMethod(), rOutStm, nTab +1); in WriteAttributesSvIdl()
761 rOutStm << ';' << endl; in WriteAttributesSvIdl()
766 WriteTab( rOutStm, nTab ); in WriteAttributesSvIdl()
767 aDisableFlags.WriteSvIdl( SvHash_DisableFlags(), rOutStm, nTab +1); in WriteAttributesSvIdl()
768 rOutStm << ';' << endl; in WriteAttributesSvIdl()
773 WriteTab( rOutStm, nTab ); in WriteAttributesSvIdl()
777 aPseudoSlots.WriteSvIdl( SvHash_PseudoSlots(), rOutStm ); in WriteAttributesSvIdl()
782 rOutStm << p; in WriteAttributesSvIdl()
783 aGet.WriteSvIdl( SvHash_Get(), rOutStm ); in WriteAttributesSvIdl()
788 rOutStm << p; in WriteAttributesSvIdl()
789 aSet.WriteSvIdl( SvHash_Set(), rOutStm ); in WriteAttributesSvIdl()
791 rOutStm << ';' << endl; in WriteAttributesSvIdl()
891 WriteTab( rOutStm, nTab ); in WriteAttributesSvIdl()
892 rOutStm << aOut.GetBuffer() << endl; in WriteAttributesSvIdl()
998 void SvMetaSlot::WriteSvIdl( SvIdlDataBase & rBase, SvStream & rOutStm, in WriteSvIdl() argument
1001 SvMetaAttribute::WriteSvIdl( rBase, rOutStm, nTab ); in WriteSvIdl()
1010 SvStream & rOutStm, sal_uInt16 nTab, in Write() argument
1032 xM->Write( rBase, rOutStm, nTab, nT, nA ); in Write()
1037 SvMetaAttribute::Write( rBase, rOutStm, nTab, nT, nA ); in Write()
1194 SvStream & rOutStm ) in WriteSlotStubs() argument
1227 rOutStm << "SFX_EXEC_STUB(" in WriteSlotStubs()
1251 rOutStm << "SFX_STATE_STUB(" in WriteSlotStubs()
1264 SvIdlDataBase & rBase, SvStream & rOutStm ) in WriteSlot() argument
1272 rOutStm << "// Slot Nr. " << ByteString::CreateFromInt32(nListPos).GetBuffer() << " : "; in WriteSlot()
1274 rOutStm << aSlotIdValue.GetBuffer() << endl; in WriteSlot()
1275 WriteTab( rOutStm, 1 ); in WriteSlot()
1277 rOutStm << "SFX_NEW_SLOT_ENUM( "; in WriteSlot()
1279 rOutStm << "SFX_NEW_SLOT_ARG( " << rShellName.GetBuffer() << ',' ; in WriteSlot()
1281 rOutStm << rSlotId.GetBuffer() << ','; in WriteSlot()
1284 rOutStm << rHlpCtx.GetBuffer() << ','; in WriteSlot()
1286 rOutStm << rSlotId.GetBuffer() << ','; in WriteSlot()
1290 rOutStm << GetGroupId().GetBuffer(); in WriteSlot()
1292 rOutStm << '0'; in WriteSlot()
1293 rOutStm << ',' << endl; in WriteSlot()
1294 WriteTab( rOutStm, 4 ); in WriteSlot()
1298 rOutStm << "&a" << rShellName.GetBuffer() << "Slots_Impl[" in WriteSlot()
1301 WriteTab( rOutStm, 4 ); in WriteSlot()
1302 rOutStm << "&a" << rShellName.GetBuffer() << "Slots_Impl[" in WriteSlot()
1306 WriteTab( rOutStm, 4 ); in WriteSlot()
1310 rOutStm << pLinkedSlot->GetSlotId().GetBuffer(); in WriteSlot()
1312 rOutStm << '0'; in WriteSlot()
1313 rOutStm << ','; in WriteSlot()
1314 rOutStm << pEnumValue->GetName().GetBuffer(); in WriteSlot()
1350 rOutStm << "0 ,"; in WriteSlot()
1354 rOutStm << "&a" << rShellName.GetBuffer() << "Slots_Impl[" in WriteSlot()
1357 WriteTab( rOutStm, 4 ); in WriteSlot()
1360 rOutStm << "&a" << rShellName.GetBuffer() << "Slots_Impl[" in WriteSlot()
1364 WriteTab( rOutStm, 4 ); in WriteSlot()
1368 rOutStm << "SFX_STUB_PTR(" << rShellName.GetBuffer() << ',' in WriteSlot()
1371 rOutStm << "SFX_STUB_PTR_EXEC_NONE"; in WriteSlot()
1372 rOutStm << ','; in WriteSlot()
1376 rOutStm << "SFX_STUB_PTR(" << rShellName.GetBuffer() << ',' in WriteSlot()
1379 rOutStm << "SFX_STUB_PTR_STATE_NONE"; in WriteSlot()
1381 rOutStm << ',' << endl; in WriteSlot()
1382 WriteTab( rOutStm, 4 ); in WriteSlot()
1386 rOutStm << MakeSlotName( SvHash_HasCoreId() ).GetBuffer() << '|'; in WriteSlot()
1388 rOutStm << MakeSlotName( SvHash_Cachable() ).GetBuffer() << '|'; in WriteSlot()
1390 rOutStm << MakeSlotName( SvHash_Volatile() ).GetBuffer() << '|'; in WriteSlot()
1392 rOutStm << MakeSlotName( SvHash_Toggle() ).GetBuffer() << '|'; in WriteSlot()
1394 rOutStm << MakeSlotName( SvHash_AutoUpdate() ).GetBuffer() << '|'; in WriteSlot()
1396 rOutStm << MakeSlotName( SvHash_Synchron() ).GetBuffer() << '|'; in WriteSlot()
1398 rOutStm << MakeSlotName( SvHash_Asynchron() ).GetBuffer() << '|'; in WriteSlot()
1400 rOutStm << MakeSlotName( SvHash_RecordPerItem() ).GetBuffer() << '|'; in WriteSlot()
1402 rOutStm << MakeSlotName( SvHash_RecordPerSet() ).GetBuffer() << '|'; in WriteSlot()
1404 rOutStm << MakeSlotName( SvHash_RecordManual() ).GetBuffer() << '|'; in WriteSlot()
1406 rOutStm << MakeSlotName( SvHash_NoRecord() ).GetBuffer() << '|'; in WriteSlot()
1408 rOutStm << MakeSlotName( SvHash_RecordAbsolute() ).GetBuffer() << '|'; in WriteSlot()
1410 rOutStm << MakeSlotName( SvHash_HasDialog() ).GetBuffer() << '|'; in WriteSlot()
1412 rOutStm << MakeSlotName( SvHash_MenuConfig() ).GetBuffer() << '|'; in WriteSlot()
1414 rOutStm << MakeSlotName( SvHash_ToolBoxConfig() ).GetBuffer() << '|'; in WriteSlot()
1416 rOutStm << MakeSlotName( SvHash_StatusBarConfig() ).GetBuffer() << '|'; in WriteSlot()
1418 rOutStm << MakeSlotName( SvHash_AccelConfig() ).GetBuffer() << '|'; in WriteSlot()
1420 rOutStm << MakeSlotName( SvHash_FastCall() ).GetBuffer() << '|'; in WriteSlot()
1422 rOutStm << MakeSlotName( SvHash_Container() ).GetBuffer() << '|'; in WriteSlot()
1424 rOutStm << MakeSlotName( SvHash_ReadOnlyDoc() ).GetBuffer() << '|'; in WriteSlot()
1426 rOutStm << MakeSlotName( SvHash_ImageRotation() ).GetBuffer() << '|'; in WriteSlot()
1428 rOutStm << MakeSlotName( SvHash_ImageReflection() ).GetBuffer() << '|'; in WriteSlot()
1429 rOutStm << '0'; in WriteSlot()
1431 rOutStm << ',' << endl; in WriteSlot()
1432 WriteTab( rOutStm, 4 ); in WriteSlot()
1434 rOutStm << "0"; in WriteSlot()
1436 rOutStm << GetDisableFlags().GetBuffer(); in WriteSlot()
1441 rOutStm << ',' << endl; in WriteSlot()
1442 WriteTab( rOutStm, 4 ); in WriteSlot()
1454 rOutStm << pT->GetName().GetBuffer(); in WriteSlot()
1459 rOutStm << "SfxVoidItem not defined"; in WriteSlot()
1470 rOutStm << ',' << endl; in WriteSlot()
1471 WriteTab( rOutStm, 4 ); in WriteSlot()
1472 rOutStm << ByteString::CreateFromInt32( nCount ).GetBuffer() << "/*Offset*/, "; in WriteSlot()
1483 rOutStm << ByteString::CreateFromInt32( nSCount ).GetBuffer() << "/*Count*/"; in WriteSlot()
1486 rOutStm << '0'; in WriteSlot()
1491 rOutStm << ",\""; in WriteSlot()
1493 rOutStm << rPrefix.GetBuffer(); in WriteSlot()
1494 rOutStm << '.'; in WriteSlot()
1497 rOutStm << GetMangleName( sal_False ).GetBuffer(); in WriteSlot()
1498 rOutStm << "\","; in WriteSlot()
1501 rOutStm << ", 0, "; in WriteSlot()
1505 rOutStm << "SFX_SLOT_METHOD|"; in WriteSlot()
1508 rOutStm << "SFX_SLOT_PROPGET|"; in WriteSlot()
1510 rOutStm << "SFX_SLOT_PROPSET|"; in WriteSlot()
1513 rOutStm << '0'; in WriteSlot()
1518 rOutStm << ",\""; in WriteSlot()
1519 rOutStm << GetMangleName( sal_False ).GetBuffer(); in WriteSlot()
1521 rOutStm << "\""; in WriteSlot()
1526 rOutStm << " )," << endl; in WriteSlot()
1529 sal_uInt16 SvMetaSlot::WriteSlotParamArray( SvIdlDataBase & rBase, SvStream & rOutStm ) in WriteSlotParamArray() argument
1552 WriteTab( rOutStm, 1 ); in WriteSlotParamArray()
1553 rOutStm << "SFX_ARGUMENT(" in WriteSlotParamArray()
1571 SvStream & rOutStm ) in WriteSlotMap() argument
1589 WriteSlot( rShellName, nCount, slotId, rSlotList, rPrefix, rBase, rOutStm ); in WriteSlotMap()
1596 void SvMetaSlot::WriteSrc( SvIdlDataBase & rBase, SvStream & rOutStm, in WriteSrc() argument
1606 rOutStm << "SfxSlotInfo " << ByteString::CreateFromInt32( nSId ).GetBuffer() in WriteSrc()
1609 WriteTab( rOutStm, 1 ); in WriteSrc()
1614 rOutStm << "SlotName = \"" << aStr.GetBuffer() << "\";" << endl; in WriteSrc()
1619 WriteTab( rOutStm, 1 ); in WriteSrc()
1620 rOutStm << "HelpText = \"" << aStr.GetBuffer() << "\";" << endl; in WriteSrc()
1623 rOutStm << "};" << endl; in WriteSrc()
1650 rOutStm << "SfxSlotInfo " << aSId.GetBuffer() in WriteSrc()
1653 WriteTab( rOutStm, 1 ); in WriteSrc()
1654 rOutStm << "SlotName = \"" << aValName.GetBuffer() << "\";" << endl; in WriteSrc()
1659 WriteTab( rOutStm, 1 ); in WriteSrc()
1660 rOutStm << "HelpText = \"" << aStr.GetBuffer() << "\";" << endl; in WriteSrc()
1662 rOutStm << "};" << endl; in WriteSrc()
1668 void SvMetaSlot::WriteHelpId( SvIdlDataBase & rBase, SvStream & rOutStm, in WriteHelpId() argument
1675rOutStm << "#define " << GetSlotId().GetBuffer() << '\t' << ByteString::CreateFromInt32( nSId ).Ge… in WriteHelpId()
1703 rOutStm << "#define " << aSId.GetBuffer() << '\t' in WriteHelpId()