Home
last modified time | relevance | path

Searched refs:Join (Results 1 – 25 of 122) sorted by relevance

12345

/trunk/main/offapi/com/sun/star/rendering/
H A DPathJoinType.idl47 /** Join the path segment by extending the outer border until they
54 /** Join the path segment with a pie-like patch, such that the
61 /** Join the path segment by connecting the outer ends of the
/trunk/main/sc/source/core/tool/
H A Drangelst.cxx123 void ScRangeList::Join( const ScRange& r, sal_Bool bIsInList ) in Join() function in ScRangeList
203 Join( *p, sal_True ); // rekursiv! in Join()
353 void ScRangePairList::Join( const ScRangePair& r, sal_Bool bIsInList ) in Join() function in ScRangePairList
454 Join( *p, sal_True ); // rekursiv! in Join()
/trunk/main/sw/source/core/undo/
H A Dunsect.cxx147 Join( rDoc, nSttNode ); in UndoImpl()
152 Join( rDoc, nEndNode ); in UndoImpl()
235 void SwUndoInsSection::Join( SwDoc& rDoc, sal_uLong nNode ) in Join() function in SwUndoInsSection
/trunk/main/sc/inc/
H A Drangelst.hxx59 void Join( const ScRange&, sal_Bool bIsInList = sal_False );
89 void Join( const ScRangePair&, sal_Bool bIsInList = sal_False );
/trunk/main/dbaccess/source/ui/querydesign/
H A Dquery.src134 Text [ en-US ] = "Insert Join" ;
139 Text [ en-US ] = "Delete Join" ;
295 Text [ en-US ] = "Join could not be processed" ;
H A Dquerydlg.src160 Text [ en-US ] = "Join Properties";
/trunk/main/sw/source/ui/table/
H A Dmergetbl.src65 Text [ en-US ] = "Join with ~previous table" ;
72 Text [ en-US ] = "Join with ~next table" ;
/trunk/main/sc/source/filter/xml/
H A DXMLStylesImportHelper.cxx89 pList->Join(rRange); in AddRange()
113 xList->Join(rRange); in AddCurrencyRange()
216 aItr->xRanges->Join(rRange); in AddCurrencyRange()
/trunk/main/autodoc/inc/cosv/
H A Dstreamstr.hxx321 inline void Join(
376 Join( StreamStr & o_text, in Join() function
/trunk/main/sw/source/core/layout/
H A Dtabfrm.cxx1396 bool SwTabFrm::Join() in Join() function in SwTabFrm
1927 Join(); in MakeAll()
1935 Join(); in MakeAll()
1998 Join(); in MakeAll()
2010 Join(); in MakeAll()
2022 Join(); in MakeAll()
2244 Join(); in MakeAll()
2258 Join(); in MakeAll()
2279 Join(); in MakeAll()
2542 Join(); in MakeAll()
[all …]
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A DHtmlGenerator.java391 WritePair("enumeration", Join(aNode.GetEnumeration(), ";")); in Visit()
591 private String Join (final Collection<String> aValues, final String sSeparator) in Join() method in HtmlGenerator
/trunk/main/sc/source/ui/docshell/
H A Dpntlock.cxx51 xRangeList->Join( rRange ); in AddRange()
H A Dtablink.cxx334 aErrorCells.Join( ScRange( aRefRange.aStart ) ); in Refresh()
/trunk/main/sw/source/core/inc/
H A DUndoSection.hxx56 void Join( SwDoc& rDoc, sal_uLong nNode );
H A Dtabfrm.hxx94 bool Join();
/trunk/main/sw/source/core/text/
H A Dporglue.hxx44 void Join( SwGluePortion *pVictim );
H A Dporglue.cxx155 void SwGluePortion::Join( SwGluePortion *pVictim ) in Join() function in SwGluePortion
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DUnionNode.java73 final ISimpleTypeNode aNewChild = ((StringNode)aChild).Join((StringNode)aType); in AddNode()
H A DStringNode.java169 public ISimpleTypeNode Join (final StringNode aType) in Join() method in StringNode
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx377 xLockedList->Join( aRange ); in SkipLocked()
487 xLockedList->Join( ScRange( pE->nCol, pE->nRow, 0, in Adjust()
2426 maUsedCells.Join( aNewRange ); in InsertNewCell()
2581 maUsedCells.Join( *pRange ); in FillEmptyCells()
2597 maUsedCells.Join( aRange ); in FillEmptyCells()
/trunk/main/sc/source/ui/miscdlgs/
H A Dcrnrdlg.cxx794 xColNameRanges->Join( ScRangePair( theCurArea, theCurData ) ); in IMPL_LINK_INLINE_END()
796 xRowNameRanges->Join( ScRangePair( theCurArea, theCurData ) ); in IMPL_LINK_INLINE_END()
/trunk/main/basic/source/runtime/
H A Drtlproto.hxx177 extern RTLFUNC(Join);
/trunk/main/sc/source/ui/unoobj/
H A Dnameuno.cxx1084 xNewList->Join( *pEntry ); in Modify_Impl()
1208 xNewList->Join( ScRangePair( aLabelRange, aDataRange ) ); in addNew()
/trunk/main/dbaccess/source/ui/dlg/
H A Dadvancedsettings.src83 Text [ en-US ] = "Use Outer Join syntax '{OJ }'"; \
/trunk/main/sc/source/core/data/
H A Dmarkdata.cxx389 pList->Join( aRange ); in FillRangeListWithMarks()

Completed in 143 milliseconds

12345