Home
last modified time | relevance | path

Searched refs:aDesc (Results 1 – 25 of 100) sorted by relevance

1234

/trunk/main/basctl/source/basicide/
H A Dmacrodlg.cxx145 BasicEntryDescriptor aDesc( aBasicBox.GetEntryDescriptor( aBasicBox.FirstSelected() ) ); in StoreMacroDescription() local
154 aDesc.SetMethodName( aMethodName ); in StoreMacroDescription()
155 aDesc.SetType( OBJ_TYPE_METHOD ); in StoreMacroDescription()
160 pData->SetLastEntryDescriptor( aDesc ); in StoreMacroDescription()
165 BasicEntryDescriptor aDesc; in RestoreMacroDescription() local
171 aDesc = pCurWin->CreateEntryDescriptor(); in RestoreMacroDescription()
177 aDesc = pData->GetLastEntryDescriptor(); in RestoreMacroDescription()
180 aBasicBox.SetCurrentEntry( aDesc ); in RestoreMacroDescription()
182 String aLastMacro( aDesc.GetMethodName() ); in RestoreMacroDescription()
216 BasicEntryDescriptor aDesc( aBasicBox.GetEntryDescriptor( pSelectedEntry ) ); in Execute() local
[all …]
H A Dobjdlg.cxx84 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()
211 BasicEntryDescriptor aDesc( aMacroTreeList.GetEntryDescriptor( pCurEntry ) ); in IMPL_LINK() local
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()
[all …]
H A Dmoduldlg.cxx85 BasicEntryDescriptor aDesc( GetEntryDescriptor( pEntry ) ); in EditingEntry() local
86 ScriptDocument aDocument( aDesc.GetDocument() ); in EditingEntry()
87 ::rtl::OUString aOULibName( aDesc.GetLibName() ); in EditingEntry()
116 BasicEntryDescriptor aDesc( GetEntryDescriptor( pEntry ) ); in EditedEntry() local
117 ScriptDocument aDocument( aDesc.GetDocument() ); in EditedEntry()
121 String aLibName( aDesc.GetLibName() ); in EditedEntry()
122 BasicEntryType eType( aDesc.GetType() ); in EditedEntry()
164 BasicEntryDescriptor aDesc( GetEntryDescriptor( pEntry ) ); in NotifyStartDrag() local
165 ScriptDocument aDocument( aDesc.GetDocument() ); in NotifyStartDrag()
166 ::rtl::OUString aOULibName( aDesc.GetLibName() ); in NotifyStartDrag()
[all …]
H A Dbastype2.cxx460 BasicEntryDescriptor aDesc( GetEntryDescriptor( pLibSubRootEntry ) ); in ImpCreateLibSubSubEntriesInVBAMode() local
461 BasicEntryType eCurrentType( aDesc.GetType() ); in ImpCreateLibSubSubEntriesInVBAMode()
654 BasicEntryDescriptor aDesc( GetEntryDescriptor( pCurEntry ) ); in ExpandingHdl() local
655 ScriptDocument aDocument( aDesc.GetDocument() ); in ExpandingHdl()
659 String aLibName( aDesc.GetLibName() ); in ExpandingHdl()
660 String aLibSubName( aDesc.GetLibSubName() ); in ExpandingHdl()
661 String aName( aDesc.GetName() ); in ExpandingHdl()
662 String aMethodName( aDesc.GetMethodName() ); in ExpandingHdl()
689 BasicEntryDescriptor aDesc( GetEntryDescriptor( pEntry ) ); in IsEntryProtected() local
690 ScriptDocument aDocument( aDesc.GetDocument() ); in IsEntryProtected()
[all …]
H A Dbastype3.cxx52 BasicEntryDescriptor aDesc( GetEntryDescriptor( pEntry ) ); in RequestingChilds() local
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()
418 BasicEntryDescriptor aDesc( GetEntryDescriptor( pEntry ) ); in IsValidEntry() local
419 ScriptDocument aDocument( aDesc.GetDocument() ); in IsValidEntry()
420 LibraryLocation eLocation( aDesc.GetLocation() ); in IsValidEntry()
421 String aLibName( aDesc.GetLibName() ); in IsValidEntry()
[all …]
/trunk/main/xmlscript/source/xmllib_imexp/
H A Dxmllib_import.cxx185 LibDescriptor& aDesc = *mpLibDesc; in startRootElement() local
186 aDesc.bLink = aDesc.bReadOnly = aDesc.bPasswordProtected = aDesc.bPreload = sal_False; in startRootElement()
188 aDesc.aName = xAttributes->getValueByUidName( 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()
243 aDesc.aName = xAttributes->getValueByUidName( in startChildElement()
246 aDesc.aStorageURL = xAttributes->getValueByUidName( in startChildElement()
[all …]
/trunk/main/sw/source/core/unocore/
H A Dunochart.cxx698 SwRangeDescriptor aDesc; in Impl_createDataSource() local
702 FillRangeDescriptor( aDesc, aRangeRepresentation ); in Impl_createDataSource()
703 aDesc.Normalize(); in Impl_createDataSource()
704 if (aDesc.nTop <= 0) // no chance to shift the range one row up? in Impl_createDataSource()
706 aDesc.nTop -= 1; in Impl_createDataSource()
707 aDesc.nBottom -= 1; in Impl_createDataSource()
709 String aNewStartCell( lcl_GetCellName( aDesc.nLeft, aDesc.nTop ) ); in Impl_createDataSource()
710 String aNewEndCell( lcl_GetCellName( aDesc.nRight, aDesc.nBottom ) ); in Impl_createDataSource()
1469 SwRangeDescriptor aDesc; in Impl_createDataSequenceByRangeRepresentation() local
1470 FillRangeDescriptor( aDesc, aCellRange ); in Impl_createDataSequenceByRangeRepresentation()
[all …]
H A Dunotbl.cxx209 SwFmtPageDesc aDesc( pDesc ); in lcl_SetSpecialProperty() local
210 pFmt->GetDoc()->SetAttr(aDesc, *pFmt); in lcl_SetSpecialProperty()
1962 SwFmtPageDesc aDesc( pDesc ); in ApplyTblAttr() local
1968 aDesc.SetNumOffset( nTmp ); in ApplyTblAttr()
1970 aSet.Put(aDesc); in ApplyTblAttr()
2441 SwRangeDescriptor aDesc; in getCellRangeByPosition() local
2442 aDesc.nTop = nTop; in getCellRangeByPosition()
2443 aDesc.nBottom = nBottom; in getCellRangeByPosition()
2444 aDesc.nLeft = nLeft; in getCellRangeByPosition()
2445 aDesc.nRight = nRight; in getCellRangeByPosition()
[all …]
/trunk/main/sw/source/ui/table/
H A Dtablemgr.cxx300 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()
/trunk/main/scripting/source/dlgprov/
H A Ddlgevtatt.cxx233 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 …]
/trunk/main/sc/source/core/tool/
H A Daddincol.cxx585 ScAddInArgDesc aDesc; in ReadConfiguration() local
586 aDesc.eType = SC_ADDINARG_NONE; // arg type is not in configuration in ReadConfiguration()
587 aDesc.bOptional = sal_False; in ReadConfiguration()
598 aDesc.aInternalName = pArgNameArray[nArgument]; 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
998 aDesc.eType = eArgType; in ReadFromAddIn()
999 aDesc.aName = String( aArgName ); in ReadFromAddIn()
[all …]
/trunk/main/cui/source/dialogs/
H A Dpastedlg.cxx140 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()
/trunk/main/io/source/acceptor/
H A Dacceptor.cxx159 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()
/trunk/main/io/source/connector/
H A Dconnector.cxx99 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()
/trunk/main/sd/source/filter/grf/
H A Dsdgrffilter.cxx414 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()
420 … Reference< XPropertySet > xDescSet( xProvider->queryGraphicDescriptor( aDesc ), UNO_QUERY_THROW ); 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()
[all …]
/trunk/main/sc/source/ui/miscdlgs/
H A Dacredlin.cxx366 String aDesc; in IsValidAction() local
375 pScChangeAction->GetDescription( aDesc, pDoc, sal_True); in IsValidAction()
380 pScChangeAction->GetDescription( aDesc, pDoc,!pScChangeAction->IsMasterDelete()); in IsValidAction()
383 if(aDesc.Len()>0) in IsValidAction()
386 aComment+=aDesc; in IsValidAction()
435 String aDesc; in InsertChangeAction() local
460 pScChangeAction->GetDescription( aDesc, pDoc, sal_True); in InsertChangeAction()
469 pScChangeAction->GetDescription( aDesc, pDoc,sal_True); in InsertChangeAction()
474 pScChangeAction->GetDescription( aDesc, pDoc,!pScChangeAction->IsMasterDelete()); in InsertChangeAction()
505 if(aDesc.Len()>0) in InsertChangeAction()
[all …]
/trunk/main/sw/source/ui/app/
H A Dapplab.cxx258 SwPageDesc aDesc = pSh->GetPageDesc( 0 ); in InsertLab() local
259 SwFrmFmt& rFmt = aDesc.GetMaster(); in InsertLab()
273 aDesc.ChgHeaderShare(sal_False); in InsertLab()
275 aDesc.ChgFooterShare(sal_False); in InsertLab()
278 aDesc.SetUseOn(nsUseOnPage::PD_ALL); // Seitennumerierung in InsertLab()
288 aDesc.SetNumType( aType ); in InsertLab()
292 aDesc.SetFollow( &rFollow ); in InsertLab()
302 aDesc.SetLandscape(nResultWidth > nResultHeight); in InsertLab()
304 pSh->ChgPageDesc( 0, aDesc ); in InsertLab()
H A Ddocstyle.cxx618 String aDesc; in GetDescription() local
641 if ( aDesc.Len() && aItemPresentation.Len() ) in GetDescription()
642 aDesc += sPlus; in GetDescription()
643 aDesc += aItemPresentation; in GetDescription()
649 return aDesc; in GetDescription()
658 String aDesc; in GetDescription() local
774 if ( aDesc.Len() && aItemPresentation.Len() ) in GetDescription()
775 aDesc += sPlus; in GetDescription()
776 aDesc += aItemPresentation; in GetDescription()
786 if(aDesc.Len()) in GetDescription()
[all …]
/trunk/main/sw/source/ui/index/
H A Dswuiidxmrk.cxx535 SwTOXMarkDescription aDesc(eType); in InsertMark() local
546 aDesc.SetPrimKey(aPrim); in InsertMark()
547 aDesc.SetSecKey(aSec); in InsertMark()
548 aDesc.SetMainEntry(aMainEntryCB.IsChecked()); in InsertMark()
549 aDesc.SetPhoneticReadingOfAltStr(aPhoneticED0.GetText()); in InsertMark()
550 aDesc.SetPhoneticReadingOfPrimKey(aPhoneticED1.GetText()); in InsertMark()
551 aDesc.SetPhoneticReadingOfSecKey(aPhoneticED2.GetText()); in InsertMark()
557 aDesc.SetTOUName(aName); in InsertMark()
561 aDesc.SetAltStr(aEntryED.GetText()); in InsertMark()
573 aDesc.SetLevel(nLevel); in InsertMark()
[all …]
/trunk/main/extensions/source/bibliography/
H A Ddatman.cxx515 BibDBDescriptor aDesc; in MappingDialog_Impl() local
516 aDesc.sDataSource = pDatMan->getActiveDataSource(); in MappingDialog_Impl()
517 aDesc.sTableOrQuery = pDatMan->getActiveDataTable(); in MappingDialog_Impl()
518 aDesc.nCommandType = CommandType::TABLE; in MappingDialog_Impl()
519 const Mapping* pMapping = pConfig->GetMapping(aDesc); in MappingDialog_Impl()
577 BibDBDescriptor aDesc; in IMPL_LINK() local
578 aDesc.sDataSource = pDatMan->getActiveDataSource(); in IMPL_LINK()
579 aDesc.sTableOrQuery = pDatMan->getActiveDataTable(); in IMPL_LINK()
580 aDesc.nCommandType = CommandType::TABLE; in IMPL_LINK()
582 pConfig->SetMapping(aDesc, &aNew); in IMPL_LINK()
[all …]
H A Dgeneral.cxx130 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()
/trunk/main/unotools/source/misc/
H A Datom.cxx61 ::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()
/trunk/main/sw/source/ui/uiview/
H A Dviewtab.cxx427 SwPageDesc aDesc( rDesc ); in ExecTabWin() local
428 aDesc.GetMaster().SetFmtAttr( aLR ); in ExecTabWin()
429 rSh.ChgPageDesc( nDescId, aDesc ); in ExecTabWin()
440 SwPageDesc aDesc( rDesc ); in ExecTabWin() local
446 aDesc.GetMaster().SetFmtAttr( aLR ); in ExecTabWin()
448 rSh.ChgPageDesc( nDescId, aDesc ); in ExecTabWin()
536 { SwPageDesc aDesc( rDesc ); in ExecTabWin() local
547 aDesc.GetMaster().SetFmtAttr( aUL ); in ExecTabWin()
567 aDesc.GetMaster().SetFmtAttr(aUL); in ExecTabWin()
570 rSh.ChgPageDesc( nDescId, aDesc ); in ExecTabWin()
[all …]
/trunk/main/sw/source/ui/dbui/
H A Dmmoutputpage.cxx1327 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()
1406 aDesc.sBodyMimeType = ::rtl::OUString::createFromAscii("text/html; charset="); in IMPL_LINK()
1407 aDesc.sBodyMimeType += ::rtl::OUString::createFromAscii( in IMPL_LINK()
1411 aDesc.sBodyMimeType = in IMPL_LINK()
1414 aDesc.sSubject = m_aSubjectED.GetText(); in IMPL_LINK()
[all …]
/trunk/main/idl/source/objects/
H A Dbasobj.cxx344 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()

1234