/aoo42x/main/basctl/source/basicide/ |
H A D | macrodlg.cxx | 154 aDesc.SetMethodName( aMethodName ); in StoreMacroDescription() 155 aDesc.SetType( OBJ_TYPE_METHOD ); in StoreMacroDescription() 165 BasicEntryDescriptor aDesc; in RestoreMacroDescription() local 180 aBasicBox.SetCurrentEntry( aDesc ); in RestoreMacroDescription() 182 String aLastMacro( aDesc.GetMethodName() ); in RestoreMacroDescription() 360 String aLibName( aDesc.GetLibName() ); in CreateMacro() 380 String aModName( aDesc.GetName() ); in CreateMacro() 720 String aLib( aDesc.GetLibName() ); in IMPL_LINK() 721 String aMod( aDesc.GetName() ); in IMPL_LINK() 806 String aLib( aDesc.GetLibName() ); in IMPL_LINK() [all …]
|
H A D | objdlg.cxx | 84 BasicEntryDescriptor aDesc( GetEntryDescriptor( GetCurEntry() ) ); in OpenCurrent() local 86 if ( aDesc.GetType() == OBJ_TYPE_METHOD ) in OpenCurrent() 93 … SbxItem aSbxItem( SID_BASICIDE_ARG_SBX, aDesc.GetDocument(), aDesc.GetLibName(), aDesc.GetName(), in OpenCurrent() 94 aDesc.GetMethodName(), ConvertType( aDesc.GetType() ) ); in OpenCurrent() 190 String aDesc = aMacroDescr.GetText(); in Resize() local 192 aMacroDescr.SetText(aDesc); in Resize() 215 if ( aDesc.GetType() == OBJ_TYPE_MODULE || in IMPL_LINK() 216 aDesc.GetType() == OBJ_TYPE_DIALOG || in IMPL_LINK() 217 aDesc.GetType() == OBJ_TYPE_METHOD ) in IMPL_LINK() 221 … SbxItem aSbxItem( SID_BASICIDE_ARG_SBX, aDesc.GetDocument(), aDesc.GetLibName(), aDesc.GetName(), in IMPL_LINK() [all …]
|
H A D | moduldlg.cxx | 117 ScriptDocument aDocument( aDesc.GetDocument() ); in EditedEntry() 121 String aLibName( aDesc.GetLibName() ); in EditedEntry() 122 BasicEntryType eType( aDesc.GetType() ); in EditedEntry() 626 String aLibSubName( aDesc.GetLibSubName() ); in CheckButtons() 711 SbxItem aSbxItem( SID_BASICIDE_ARG_SBX, aDesc.GetDocument(), aDesc.GetLibName(), in IMPL_LINK() 755 rDocument = aDesc.GetDocument(); in GetSelection() 756 rLibName = aDesc.GetLibName(); in GetSelection() 887 ScriptDocument aDocument( aDesc.GetDocument() ); in DeleteCurrent() 891 String aLibName( aDesc.GetLibName() ); in DeleteCurrent() 892 String aName( aDesc.GetName() ); in DeleteCurrent() [all …]
|
H A D | bastype2.cxx | 461 BasicEntryType eCurrentType( aDesc.GetType() ); in ImpCreateLibSubSubEntriesInVBAMode() 655 ScriptDocument aDocument( aDesc.GetDocument() ); in ExpandingHdl() 659 String aLibName( aDesc.GetLibName() ); in ExpandingHdl() 661 String aName( aDesc.GetName() ); in ExpandingHdl() 811 BasicEntryDescriptor aDesc( rDesc ); in SetCurrentEntry() local 812 if ( aDesc.GetType() == OBJ_TYPE_UNKNOWN ) in SetCurrentEntry() 814 aDesc = BasicEntryDescriptor( in SetCurrentEntry() 819 ScriptDocument aDocument( aDesc.GetDocument() ); in SetCurrentEntry() 821 LibraryLocation eLocation( aDesc.GetLocation() ); in SetCurrentEntry() 826 String aLibName( aDesc.GetLibName() ); in SetCurrentEntry() [all …]
|
H A D | bastype3.cxx | 53 ScriptDocument aDocument( aDesc.GetDocument() ); in RequestingChilds() 58 LibraryLocation eLocation( aDesc.GetLocation() ); in RequestingChilds() 59 BasicEntryType eType( aDesc.GetType() ); in RequestingChilds() 67 String aLibName( aDesc.GetLibName() ); in RequestingChilds() 134 String aLibName( aDesc.GetLibName() ); in RequestingChilds() 419 ScriptDocument aDocument( aDesc.GetDocument() ); in IsValidEntry() 420 LibraryLocation eLocation( aDesc.GetLocation() ); in IsValidEntry() 421 String aLibName( aDesc.GetLibName() ); in IsValidEntry() 422 String aName( aDesc.GetName() ); in IsValidEntry() 423 String aMethodName( aDesc.GetMethodName() ); in IsValidEntry() [all …]
|
/aoo42x/main/xmlscript/source/xmllib_imexp/ |
H A D | xmllib_import.cxx | 185 LibDescriptor& aDesc = *mpLibDesc; in startRootElement() local 186 aDesc.bLink = aDesc.bReadOnly = aDesc.bPasswordProtected = aDesc.bPreload = sal_False; in startRootElement() 191 &aDesc.bReadOnly, in startRootElement() 195 &aDesc.bPasswordProtected, in startRootElement() 199 &aDesc.bPreload, in startRootElement() 240 LibDescriptor aDesc; in startChildElement() local 241 aDesc.bLink = aDesc.bReadOnly = aDesc.bPasswordProtected = aDesc.bPreload = sal_False; in startChildElement() 250 &aDesc.bLink, in startChildElement() 254 &aDesc.bReadOnly, in startChildElement() 258 &aDesc.bPasswordProtected, in startChildElement() [all …]
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unochart.cxx | 709 String aNewStartCell( lcl_GetCellName( aDesc.nLeft, aDesc.nTop ) ); in Impl_createDataSource() 1471 if (aDesc.nTop != aDesc.nBottom && aDesc.nLeft != aDesc.nRight) in Impl_createDataSequenceByRangeRepresentation() 1819 if (aDesc.nTop == aDesc.nBottom && aDesc.nLeft != aDesc.nRight) in AddRowCols() 2228 sal_Int32 nColSpan = aDesc.nRight - aDesc.nLeft + 1; in generateLabel() 2229 sal_Int32 nRowSpan = aDesc.nBottom - aDesc.nTop + 1; in generateLabel() 2832 aNewStartCell = lcl_GetCellName(aDesc.nLeft, aDesc.nTop); in ExtendTo() 2841 aNewStartCell = lcl_GetCellName(aDesc.nLeft, aDesc.nTop - nCount); in ExtendTo() 2842 aNewEndCell = lcl_GetCellName(aDesc.nRight, aDesc.nBottom); in ExtendTo() 2850 aNewStartCell = lcl_GetCellName(aDesc.nLeft, aDesc.nTop); in ExtendTo() 2859 aNewStartCell = lcl_GetCellName(aDesc.nLeft - nCount, aDesc.nTop); in ExtendTo() [all …]
|
H A D | unotbl.cxx | 1970 aSet.Put(aDesc); in ApplyTblAttr() 2446 String sTLName = lcl_GetCellName(aDesc.nLeft, aDesc.nTop); in getCellRangeByPosition() 2447 String sBRName = lcl_GetCellName(aDesc.nRight, aDesc.nBottom); in getCellRangeByPosition() 2477 aDesc.nTop = aDesc.nLeft = aDesc.nBottom = aDesc.nRight = -1; in getCellRangeByName() 2478 lcl_GetCellPosition(sTLName, aDesc.nLeft, aDesc.nTop ); in getCellRangeByName() 2479 lcl_GetCellPosition(sBRName, aDesc.nRight, aDesc.nBottom ); in getCellRangeByName() 3723 aDesc.nTop = aDesc.nLeft = aDesc.nBottom = aDesc.nRight = -1; in getCellRangeByName() 3724 lcl_GetCellPosition( sTLName, aDesc.nLeft, aDesc.nTop ); in getCellRangeByName() 3725 lcl_GetCellPosition( sBRName, aDesc.nRight, aDesc.nBottom ); in getCellRangeByName() 3726 aDesc.Normalize(); in getCellRangeByName() [all …]
|
/aoo42x/main/sw/source/ui/table/ |
H A D | tablemgr.cxx | 300 SwRangeDescriptor aDesc; in InsertChart() local 301 FillRangeDescriptor( aDesc, rCellRange ); in InsertChart() 302 bool bSingleRowCol = aDesc.nTop == aDesc.nBottom || aDesc.nLeft == aDesc.nRight; in InsertChart() 305 aDesc.Normalize(); in InsertChart() 306 sal_Int32 nRowLen = aDesc.nRight - aDesc.nLeft + 1; in InsertChart() 307 sal_Int32 nColLen = aDesc.nBottom - aDesc.nTop + 1; in InsertChart()
|
/aoo42x/main/scripting/source/dlgprov/ |
H A D | dlgevtatt.cxx | 233 ScriptEventDescriptor aDesc; in attachEventsToControl() local 236 aElement >>= aDesc; in attachEventsToControl() 237 rtl::OUString sKey = aDesc.ScriptType; in attachEventsToControl() 238 …if ( aDesc.ScriptType.equals( rtl::OUString::createFromAscii("Script" ) ) || aDesc.ScriptType.equa… in attachEventsToControl() 240 sal_Int32 nIndex = aDesc.ScriptCode.indexOf( ':' ); in attachEventsToControl() 241 sKey = aDesc.ScriptCode.copy( 0, nIndex ); in attachEventsToControl() 244 … new DialogAllListenerImpl( getScriptListenerForKey( sKey ), aDesc.ScriptType, aDesc.ScriptCode ); in attachEventsToControl() 251 xControlModel, xAllListener, Helper, aDesc.ListenerType, in attachEventsToControl() 252 aDesc.AddListenerParam, aDesc.EventMethod ); in attachEventsToControl() 268 xControl, xAllListener, Helper, aDesc.ListenerType, in attachEventsToControl() [all …]
|
/aoo42x/main/sc/source/core/tool/ |
H A D | addincol.cxx | 585 ScAddInArgDesc aDesc; in ReadConfiguration() local 587 aDesc.bOptional = sal_False; in ReadConfiguration() 599 aDesc.aName = sDisplayName; in ReadConfiguration() 600 aDesc.aDescription = sDescription; in ReadConfiguration() 602 pVisibleArgs[nArgument] = aDesc; in ReadConfiguration() 963 ScAddInArgDesc aDesc; in ReadFromAddIn() local 1158 ScAddInArgDesc aDesc; in UpdateFromAddIn() local 1176 … aDesc.aName = aDesc.aDescription = String::CreateFromAscii( "###" ); in UpdateFromAddIn() 1338 String aDesc = rFuncData.GetDescription(); in FillFunctionDescFromData() local 1339 if (!aDesc.Len()) in FillFunctionDescFromData() [all …]
|
/aoo42x/main/cui/source/dialogs/ |
H A D | pastedlg.cxx | 140 TransferableObjectDescriptor aDesc; in GetFormat() local 143 SOT_FORMATSTR_ID_OBJECTDESCRIPTOR, aDesc ); in GetFormat() 229 if( aDesc.maClassName != aEmptyNm ) { in GetFormat() 230 aSourceName = aDesc.maDisplayName; in GetFormat() 232 if( aDesc.maClassName == aObjClassName ) in GetFormat() 235 aName = aTypeName = aDesc.maTypeName; in GetFormat() 254 if( aDesc.maClassName != aEmptyNm ) in GetFormat() 256 aSourceName = aDesc.maDisplayName; in GetFormat() 257 aTypeName = aDesc.maTypeName; in GetFormat()
|
/aoo42x/main/io/source/acceptor/ |
H A D | acceptor.cxx | 159 cppu::UnoUrlDescriptor aDesc(sConnectionDescription); in accept() local 160 if (aDesc.getName().equalsAsciiL( in accept() 164 aDesc.getParameter( in accept() 184 else if (aDesc.getName().equalsAsciiL( in accept() 188 if (aDesc.hasParameter( in accept() 190 aHost = aDesc.getParameter( in accept() 196 aDesc.getParameter( in accept() 200 = aDesc.getParameter( in accept() 224 delegatee += aDesc.getName(); in accept()
|
/aoo42x/main/io/source/connector/ |
H A D | connector.cxx | 99 cppu::UnoUrlDescriptor aDesc(sConnectionDescription); in connect() local 102 if (aDesc.getName().equalsAsciiL(RTL_CONSTASCII_STRINGPARAM( in connect() 106 aDesc.getParameter( in connect() 126 else if (aDesc.getName().equalsAsciiL(RTL_CONSTASCII_STRINGPARAM( in connect() 130 if (aDesc.hasParameter( in connect() 132 aHost = aDesc.getParameter( in connect() 138 aDesc.getParameter( in connect() 142 = aDesc.getParameter( in connect() 170 delegatee += aDesc.getName(); in connect()
|
/aoo42x/main/sd/source/filter/grf/ |
H A D | sdgrffilter.cxx | 414 PropertyValues aDesc(2); in SaveGraphic() local 415 aDesc[0].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "URL" ) ); in SaveGraphic() 416 aDesc[0].Value <<= aURL; in SaveGraphic() 417 aDesc[1].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "InputStream" ) ); in SaveGraphic() 418 aDesc[1].Value <<= xGraphStream; in SaveGraphic() 535 PropertyValues aDesc(2); in SaveGraphic() local 536 aDesc[0].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "URL" ) ); in SaveGraphic() 537 aDesc[0].Value <<= sPath; in SaveGraphic() 538 aDesc[1].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "MimeType" ) ); in SaveGraphic() 539 aDesc[1].Value <<= aExportMimeType; in SaveGraphic() [all …]
|
/aoo42x/main/sc/source/ui/miscdlgs/ |
H A D | acredlin.cxx | 366 String aDesc; in IsValidAction() local 383 if(aDesc.Len()>0) in IsValidAction() 386 aComment+=aDesc; in IsValidAction() 435 String aDesc; in InsertChangeAction() local 505 if(aDesc.Len()>0) in InsertChangeAction() 508 aComment+=aDesc; in InsertChangeAction() 616 String aDesc; in InsertFilteredAction() local 739 String aDesc; in InsertChangeActionContent() local 772 aDesc+=a2String; in InsertChangeActionContent() 796 if(aDesc.Len()>0) in InsertChangeActionContent() [all …]
|
/aoo42x/main/sw/source/ui/app/ |
H A D | applab.cxx | 261 SwPageDesc aDesc = pSh->GetPageDesc( 0 ); in InsertLab() local 262 SwFrmFmt& rFmt = aDesc.GetMaster(); in InsertLab() 276 aDesc.ChgHeaderShare(sal_False); in InsertLab() 278 aDesc.ChgFooterShare(sal_False); in InsertLab() 281 aDesc.SetUseOn(nsUseOnPage::PD_ALL); // Seitennumerierung in InsertLab() 291 aDesc.SetNumType( aType ); in InsertLab() 295 aDesc.SetFollow( &rFollow ); in InsertLab() 305 aDesc.SetLandscape(nResultWidth > nResultHeight); in InsertLab() 307 pSh->ChgPageDesc( 0, aDesc ); in InsertLab()
|
H A D | docstyle.cxx | 618 String aDesc; in GetDescription() local 649 return aDesc; in GetDescription() 658 String aDesc; in GetDescription() local 786 if(aDesc.Len()) in GetDescription() 787 aDesc += sPlus; in GetDescription() 788 aDesc += sBreak; in GetDescription() 792 if(aDesc.Len()) in GetDescription() 793 aDesc += sPlus; in GetDescription() 795 aDesc += sPlus; in GetDescription() 796 aDesc += sModel; in GetDescription() [all …]
|
/aoo42x/main/sw/source/ui/index/ |
H A D | swuiidxmrk.cxx | 535 SwTOXMarkDescription aDesc(eType); in InsertMark() local 546 aDesc.SetPrimKey(aPrim); in InsertMark() 547 aDesc.SetSecKey(aSec); in InsertMark() 557 aDesc.SetTOUName(aName); in InsertMark() 573 aDesc.SetLevel(nLevel); in InsertMark() 575 aMgr.InsertTOXMark(aDesc); in InsertMark() 604 SwTOXMarkDescription aDesc(eType); in UpdateMark() local 607 aDesc.SetAltStr(*pAltText); in UpdateMark() 611 aDesc.SetPrimKey(aPrim); in UpdateMark() 614 aDesc.SetSecKey(aSec); in UpdateMark() [all …]
|
/aoo42x/main/extensions/source/bibliography/ |
H A D | datman.cxx | 515 BibDBDescriptor aDesc; in MappingDialog_Impl() local 518 aDesc.nCommandType = CommandType::TABLE; in MappingDialog_Impl() 577 BibDBDescriptor aDesc; in IMPL_LINK() local 580 aDesc.nCommandType = CommandType::TABLE; in IMPL_LINK() 582 pConfig->SetMapping(aDesc, &aNew); in IMPL_LINK() 1299 BibDBDescriptor aDesc; in setActiveDataTable() local 1300 aDesc.sDataSource = aDataSourceURL; in setActiveDataTable() 1301 aDesc.sTableOrQuery = aActiveDataTable; in setActiveDataTable() 1302 aDesc.nCommandType = CommandType::TABLE; in setActiveDataTable() 1752 BibDBDescriptor aDesc; in GetIdentifierMapping() local [all …]
|
H A D | general.cxx | 130 BibDBDescriptor aDesc; in cursorMoved() local 131 aDesc.sDataSource = pDatMan->getActiveDataSource(); in cursorMoved() 132 aDesc.sTableOrQuery = pDatMan->getActiveDataTable(); in cursorMoved() 133 aDesc.nCommandType = CommandType::TABLE; in cursorMoved() 135 const Mapping* pMapping = pBibConfig->GetMapping(aDesc); in cursorMoved() 297 BibDBDescriptor aDesc; in BibGeneralPage() local 298 aDesc.sDataSource = pDatMan->getActiveDataSource(); in BibGeneralPage() 299 aDesc.sTableOrQuery = pDatMan->getActiveDataTable(); in BibGeneralPage() 300 aDesc.nCommandType = CommandType::TABLE; in BibGeneralPage() 301 const Mapping* pMapping = pBibConfig->GetMapping(aDesc); in BibGeneralPage()
|
/aoo42x/main/unotools/source/misc/ |
H A D | atom.cxx | 61 ::utl::AtomDescription aDesc; in getAll() 64 aDesc.atom = it->second; in getAll() 65 aDesc.description = it->first; in getAll() 66 atoms.push_back( aDesc ); in getAll() 77 ::utl::AtomDescription aDesc; in getRecent() 82 aDesc.atom = it->second; in getRecent() 83 aDesc.description = it->first; in getRecent() 84 atoms.push_back( aDesc ); in getRecent()
|
/aoo42x/main/sw/source/ui/uiview/ |
H A D | viewtab.cxx | 436 SwPageDesc aDesc( rDesc ); in ExecTabWin() local 438 rSh.ChgPageDesc( nDescId, aDesc ); in ExecTabWin() 449 SwPageDesc aDesc( rDesc ); in ExecTabWin() local 457 rSh.ChgPageDesc( nDescId, aDesc ); in ExecTabWin() 545 { SwPageDesc aDesc( rDesc ); in ExecTabWin() local 576 aDesc.GetMaster().SetFmtAttr(aUL); in ExecTabWin() 579 rSh.ChgPageDesc( nDescId, aDesc ); in ExecTabWin() 591 SwPageDesc aDesc( rDesc ); in ExecTabWin() local 598 rSh.ChgPageDesc( nDescId, aDesc ); in ExecTabWin() 655 SwPageDesc aDesc( rDesc ); in ExecTabWin() local [all …]
|
/aoo42x/main/sw/source/ui/dbui/ |
H A D | mmoutputpage.cxx | 1327 SwMailDescriptor aDesc; in IMPL_LINK() local 1328 aDesc.sEMail = sEMail; in IMPL_LINK() 1358 aDesc.sAttachmentURL = aName.GetValue(); in IMPL_LINK() 1368 aDesc.sAttachmentName = sAttachment; in IMPL_LINK() 1369 aDesc.sMimeType = sMimeType; in IMPL_LINK() 1403 aDesc.sBodyContent = sBody; in IMPL_LINK() 1411 aDesc.sBodyMimeType = in IMPL_LINK() 1414 aDesc.sSubject = m_aSubjectED.GetText(); in IMPL_LINK() 1415 aDesc.sCC = m_sCC; in IMPL_LINK() 1416 aDesc.sBCC = m_sBCC; in IMPL_LINK() [all …]
|
/aoo42x/main/idl/source/objects/ |
H A D | basobj.cxx | 344 ByteString aDesc( GetDescription() ); in WriteDescription() local 345 sal_uInt16 nPos = aDesc.Search( '\n' ); in WriteDescription() 348 rOutStm << aDesc.Copy( 0, nPos ).GetBuffer() << endl; in WriteDescription() 349 aDesc.Erase(0,nPos+1); in WriteDescription() 350 nPos = aDesc.Search( '\n' ); in WriteDescription() 353 rOutStm << aDesc.GetBuffer() << endl << "</DESCRIPTION>" << endl; in WriteDescription()
|