Home
last modified time | relevance | path

Searched refs:front (Results 26 – 50 of 270) sorted by relevance

1234567891011

/trunk/main/dbaccess/source/ext/macromigration/
H A Dmacromigrationdialog.cxx524 Reference< XController2 > xController( aControllers.front(), UNO_SET_THROW ); in impl_reloadDocument_nothrow()
552 ViewDescriptor aView( aViews.front() ); in impl_reloadDocument_nothrow()
608 ViewDescriptor aView( aViews.front() ); in impl_reloadDocument_nothrow()
/trunk/main/offapi/com/sun/star/drawing/
H A DArrangement.idl44 /** Move this object in front of all other objects.
51 /** Move this object one object more to the front.
H A DXShapeArranger.idl70 of objects more to the front.
97 front of the specified single <type>Shape</type>.
/trunk/main/sd/source/ui/framework/configuration/
H A DConfigurationControllerBroadcaster.cxx198 iMap->second.front().mxListener, UNO_QUERY); in DisposeAndClear()
206 RemoveListener(iMap->second.front().mxListener); in DisposeAndClear()
/trunk/main/xml2cmp/source/support/
H A Dlist.hxx66 const XX & front() const { return elem(0); } in front() function in List
75 XX & front() { return elem(0); } in front() function in List
/trunk/main/sdext/source/pdfimport/tree/
H A Ddrawtreevisiting.cxx97 const char* pType = dynamic_cast<DrawElement*>(elem.Children.front()) ? "draw:a" : "text:a"; in visit()
279 bool bTextBox = (dynamic_cast<ParagraphElement*>(elem.Children.front()) != NULL); in visit()
549 pDraw = dynamic_cast<DrawElement*>(pLink->Children.front() ); in visit()
575 pText = dynamic_cast<TextElement*>(pPara->Children.front()); in visit()
606 pText = dynamic_cast<TextElement*>(pLink->Children.front()); in visit()
H A Dwritertreevisiting.cxx47 const char* pType = dynamic_cast<DrawElement*>(elem.Children.front()) ? "draw:a" : "text:a"; in visit()
205 bool bTextBox = (dynamic_cast<ParagraphElement*>(elem.Children.front()) != NULL); in visit()
525 pDraw = dynamic_cast<DrawElement*>(pLink->Children.front() ); in visit()
551 pText = dynamic_cast<TextElement*>(pPara->Children.front()); in visit()
582 pText = dynamic_cast<TextElement*>(pLink->Children.front()); in visit()
/trunk/main/oox/source/xls/
H A Dviewsettings.cxx474 SheetViewModelRef xModel = maSheetViews.empty() ? createSheetView() : maSheetViews.front(); in finalizeImport()
586 return !maSheetViews.empty() && maSheetViews.front()->mbRightToLeft; in isSheetRightToLeft()
727 …onst WorkbookViewModel& rModel = maBookViews.empty() ? createWorkbookView() : *maBookViews.front(); in finalizeImport()
804 …: ::std::max< sal_Int16 >( getWorksheets().getCalcSheetIndex( maBookViews.front()->mnActiveSheet )… in getActiveCalcSheet()
H A Daddressconverter.cxx116 return CellAddress( front().Sheet, front().StartColumn, front().StartRow ); in getBaseAddress()
/trunk/main/vcl/aqua/source/app/
H A Dsalinst.cxx95 pSalData->maFrames.front()->CallCallback( SALEVENT_SETTINGSCHANGED, NULL ); in Timeout()
638 AquaSalFrame* pFrame = pSalData->maFrames.front(); in handleAppDefinedEvent()
696 aEvent = maUserEvents.front(); in Yield()
807 const ApplicationEvent* pAppEvent = aAppEventList.front(); in Yield()
/trunk/main/sc/source/core/tool/
H A Dcellkeytranslator.cxx93 rName = String::CreateFromAscii( itr->second.front().mpName ); in lclMatchKeyword()
97 const sal_Char* aBestMatchName = itr->second.front().mpName; in lclMatchKeyword()
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_clipboard.cxx115 if( listeners.front().is() ) in fireChangedContentsEvent()
116 listeners.front()->changedContents(aEvent); in fireChangedContentsEvent()
/trunk/main/offapi/com/sun/star/text/
H A DFootnoteSettings.idl41 for the label in front of the footnote/endnote text.
97 front of a break.
/trunk/main/padmin/source/
H A Dnewppdlg.cxx136 aProgress.setFilename( aFiles.front() ); in Import()
138 aPath.Append( aFiles.front() ); in Import()
/trunk/main/xmloff/source/chart/
H A DSchXMLSeries2Context.cxx526 m_rGlobalSeriesImportInfo.aFirstFirstDomainAddress = maDomainAddresses.front(); in EndElement()
529 aDomainInfo.aRange = maDomainAddresses.front(); in EndElement()
571 …DomainInfo aDomainInfo( OUString::createFromAscii("values-y"), maDomainAddresses.front(), m_rGloba… in EndElement()
574 m_rGlobalSeriesImportInfo.aFirstFirstDomainAddress = maDomainAddresses.front(); in EndElement()
H A DSchXMLTableContext.cxx84 if( !rTable.aData[i].empty() && (rTable.aData[i].front().eType == SCH_CELL_TYPE_STRING )) in lcl_getCategoriesFromTable()
85 aResult[i - nOffset] = rTable.aData[i].front().aString; in lcl_getCategoriesFromTable()
904 const ::std::vector< SchXMLCell >& rFirstRow = rTable.aData.front(); in applyTableToInternalDataProvider()
921 lcl_ApplyCellToComplexLabel( rRow.front(), aComplexRowDescriptions[nRow] ); in applyTableToInternalDataProvider()
/trunk/main/soltools/inc/
H A Dst_list.hxx80 const XX & front() const { return elem(0); } in front() function in ST_List
92 XX & front() { return elem(0); } in front() function in ST_List
/trunk/main/sw/source/ui/dbui/
H A Dmaildispatcher.cxx142 message = messages_.front(); in dequeueMailMessage()
269 uno::Reference<mail::XMailMessage> message = messages_.front(); in run()
/trunk/main/vcl/aqua/source/dtrans/
H A Daqua_clipboard.cxx300 if (listeners.front().is()) in fireClipboardChangedEvent()
302 try { listeners.front()->changedContents(aEvent); } in fireClipboardChangedEvent()
/trunk/main/toolkit/workben/layout/
H A Dtest.cxx225 && mFiles.front().compareToAscii( "layout.xml" ) != 0 ) in RunEditor()
226 aFile = mFiles.front(); in RunEditor()
/trunk/main/basegfx/source/polygon/
H A Db2dpolypolygon.cxx166 return &maPolygons.front(); in begin()
182 return &maPolygons.front(); in begin()
/trunk/main/desktop/win32/source/guistdio/
H A Dguistdio.inc67 //put at the front of the buffer. We increase the number of read bytes by one to reflect
81 //Move the last byte to the front of the buffer, so that it is the start of the
92 //wchar_t at the front of the buffer. We will use the complete buffer the next time
/trunk/main/vbahelper/source/vbahelper/
H A Dvbaeventshelperbase.cxx100 const EventHandlerInfo& rInfo = getEventHandlerInfo( aEventQueue.front().mnEventId ); in processVbaEvent()
101 uno::Sequence< uno::Any > aEventArgs = aEventQueue.front().maArgs; in processVbaEvent()
/trunk/main/vcl/unx/generic/printergfx/
H A Dglyphset.cxx276 char_map_t& aGlyphSet = maCharList.front(); in AddCharID()
335 glyph_map_t& aGlyphSet = maGlyphList.front(); in AddGlyphID()
763 nSize += psp::appendStr ( aName.front(), pEncodingVector + nSize); in PSUploadEncoding()
/trunk/main/basegfx/source/range/
H A Db2dpolyrange.cxx228 return &maRanges.front(); in begin()
244 return &maRanges.front(); in begin()

Completed in 126 milliseconds

1234567891011