/aoo41x/main/sw/inc/ |
H A D | docufld.hxx | 175 virtual String Expand() const; 214 virtual String Expand() const; 249 virtual String Expand() const; 282 virtual String Expand() const; 320 virtual String Expand() const; 426 virtual String Expand() const; 638 virtual String Expand() const; 680 virtual String Expand() const; 724 virtual String Expand() const; 757 virtual String Expand() const; [all …]
|
H A D | dbfld.hxx | 78 virtual String Expand() const; 191 virtual String Expand() const; 239 virtual String Expand() const; 275 String Expand(sal_uLong) const; 288 virtual String Expand() const; 317 virtual String Expand() const;
|
H A D | unotextcursor.hxx | 316 virtual sal_Bool SAL_CALL gotoNextSentence(sal_Bool Expand) 318 virtual sal_Bool SAL_CALL gotoPreviousSentence(sal_Bool Expand) 320 virtual sal_Bool SAL_CALL gotoStartOfSentence(sal_Bool Expand) 322 virtual sal_Bool SAL_CALL gotoEndOfSentence(sal_Bool Expand) 330 virtual sal_Bool SAL_CALL gotoStartOfParagraph(sal_Bool Expand) 332 virtual sal_Bool SAL_CALL gotoEndOfParagraph(sal_Bool Expand) 334 virtual sal_Bool SAL_CALL gotoNextParagraph(sal_Bool Expand) 336 virtual sal_Bool SAL_CALL gotoPreviousParagraph(sal_Bool Expand)
|
H A D | expfld.hxx | 97 virtual String Expand() const; 234 virtual String Expand() const; 324 virtual String Expand() const; 429 virtual String Expand() const;
|
H A D | usrfld.hxx | 52 String Expand(sal_uInt32 nFmt, sal_uInt16 nSubType, sal_uInt16 nLng); 106 virtual String Expand() const;
|
/aoo41x/main/sw/source/core/fields/ |
H A D | docufld.cxx | 202 String SwPageNumberField::Expand() const in Expand() function in SwPageNumberField 358 String SwAuthorField::Expand() const in Expand() function in SwAuthorField 499 String SwFileNameField::Expand() const in Expand() function in SwFileNameField 675 String SwTemplNameField::Expand() const in Expand() function in SwTemplNameField 808 String SwDocStatField::Expand() const in Expand() function in SwDocStatField 1084 String SwDocInfoField::Expand() const in Expand() function in SwDocInfoField 1259 rAny <<= rtl::OUString(Expand()); in QueryValue() 1394 String SwHiddenTxtField::Expand() const in Expand() function in SwHiddenTxtField 1812 String SwPostItField::Expand() const in Expand() function in SwPostItField 2080 String SwExtUserField::Expand() const in Expand() function in SwExtUserField [all …]
|
H A D | dbfld.cxx | 245 String SwDBField::Expand() const in Expand() function in SwDBField 637 String SwDBNextSetField::Expand() const in Expand() function in SwDBNextSetField 739 String SwDBNumSetField::Expand() const in Expand() function in SwDBNumSetField 844 String SwDBNameFieldType::Expand(sal_uLong ) const in Expand() function in SwDBNameFieldType 872 String SwDBNameField::Expand() const in Expand() function in SwDBNameField 876 sRet = ((SwDBNameFieldType*)GetTyp())->Expand(GetFormat()); in Expand() 932 String SwDBSetNumberField::Expand() const in Expand() function in SwDBSetNumberField
|
H A D | usrfld.cxx | 55 String SwUserField::Expand() const in Expand() function in SwUserField 59 sStr = ((SwUserFieldType*)GetTyp())->Expand(GetFormat(), nSubType, GetLanguage()); in Expand() 200 String SwUserFieldType::Expand(sal_uInt32 nFmt, sal_uInt16 nSubType, sal_uInt16 nLng) in Expand() function in SwUserFieldType
|
H A D | tblcalc.cxx | 125 String SwTblField::Expand() const in Expand() function in SwTblField 190 rAny <<= rtl::OUString( Expand() ); in QueryValue()
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unoobj.cxx | 1154 SwUnoCursorHelper::SelectPam(rUnoCursor, Expand); in goLeft() 1175 SwUnoCursorHelper::SelectPam(rUnoCursor, Expand); in goRight() 1196 SwUnoCursorHelper::SelectPam(rUnoCursor, Expand); in gotoStart() 1254 SwUnoCursorHelper::SelectPam(rUnoCursor, Expand); in gotoEnd() 1461 SwUnoCursorHelper::SelectPam(rUnoCursor, Expand); in gotoNextWord() 1508 SwUnoCursorHelper::SelectPam(rUnoCursor, Expand); in gotoPreviousWord() 1551 SwUnoCursorHelper::SelectPam(rUnoCursor, Expand); in gotoEndOfWord() 1589 SwUnoCursorHelper::SelectPam(rUnoCursor, Expand); in gotoStartOfWord() 1705 SwXTextCursor::gotoPreviousSentence(sal_Bool Expand) in gotoPreviousSentence() argument 1737 SwXTextCursor::gotoStartOfSentence(sal_Bool Expand) in gotoStartOfSentence() argument [all …]
|
/aoo41x/main/offapi/com/sun/star/text/ |
H A D | XSentenceCursor.idl | 61 boolean gotoNextSentence( [in] boolean Expand ); 71 boolean gotoPreviousSentence( [in] boolean Expand ); 82 boolean gotoStartOfSentence( [in] boolean Expand ); 93 boolean gotoEndOfSentence( [in] boolean Expand );
|
/aoo41x/main/sc/source/core/tool/ |
H A D | refupdat.cxx | 215 void Expand( R& n1, R& n2, U nStart, S nD ) in Expand() function 297 Expand( theCol1, theCol2, nCol1, nDx ); in Update() 316 Expand( theRow1, theRow2, nRow1, nDy ); in Update() 337 Expand( theTab1, theTab2, nTab1, nDz ); in Update() 569 Expand( rRef.Ref1.nCol, rRef.Ref2.nCol, nCol1, nDx ); in Update() 611 Expand( rRef.Ref1.nRow, rRef.Ref2.nRow, nRow1, nDy ); in Update() 654 Expand( rRef.Ref1.nTab, rRef.Ref2.nTab, nTab1, nDz ); in Update()
|
/aoo41x/main/svtools/source/edit/ |
H A D | textdoc.cxx | 275 pAttrib->Expand( nNew ); in ExpandAttribs() 285 pAttrib->Expand( nNew ); in ExpandAttribs() 293 pAttrib->Expand( nNew ); in ExpandAttribs() 300 pAttrib->Expand( nNew ); in ExpandAttribs()
|
/aoo41x/main/svx/workben/msview/ |
H A D | msview.cxx | 577 virtual BOOL Expand( SvLBoxEntry* pParent ); 659 BOOL AtomContainerTreeListBox::Expand( SvLBoxEntry* pParent ) in Expand() function in AtomContainerTreeListBox 668 bRet = SvTreeListBox::Expand( pParent ); in Expand() 900 mpListBox[nPane]->Expand( mpListBox[nPane]->GetEntry(0) ); in View() 1038 pDestinationListBox->Expand( pEntry ); in Sync()
|
/aoo41x/main/sfx2/source/doc/ |
H A D | new.cxx | 276 DECL_LINK( Expand, MoreButton * ); 413 IMPL_LINK_INLINE_START( SfxNewFileDialog_Impl, Expand, MoreButton *, EMPTYARG ) in IMPL_LINK_INLINE_START() argument 418 IMPL_LINK_INLINE_END( SfxNewFileDialog_Impl, Expand, MoreButton *, pMoreButton ) in IMPL_LINK_INLINE_END() argument 625 MORE_BTN(SetClickHdl(LINK(this, SfxNewFileDialog_Impl, Expand))); in SfxNewFileDialog_Impl()
|
/aoo41x/main/svtools/source/contnr/ |
H A D | imivctl2.cxx | 562 void IcnGridMap_Impl::Expand() in Expand() function in IcnGridMap_Impl 718 Expand(); in GetUnoccupiedGrid() 813 Expand(); in OutputSizeChanged() 820 Expand(); in OutputSizeChanged()
|
/aoo41x/main/basctl/source/basicide/ |
H A D | moduldlg.cxx | 855 aBasicBox.Expand( pRootEntry ); in NewDialog() 861 aBasicBox.Expand( pLibEntry ); in NewDialog() 1016 rBasicBox.Expand( pRootEntry ); in createModImpl() 1022 rBasicBox.Expand( pLibEntry ); in createModImpl() 1031 rBasicBox.Expand( pLibSubEntry ); in createModImpl()
|
H A D | bastype2.cxx | 829 Expand( pRootEntry ); in SetCurrentEntry() 837 Expand( pLibEntry ); in SetCurrentEntry() 847 Expand( pCurEntry ); in SetCurrentEntry() 858 Expand( pEntry ); in SetCurrentEntry()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xistyle.cxx | 1536 bool XclImpXFRange::Expand( SCROW nScRow, const XclImpXFIndex& rXFIndex ) in Expand() function in XclImpXFRange 1555 bool XclImpXFRange::Expand( const XclImpXFRange& rNextRange ) in Expand() function in XclImpXFRange 1613 if( !pPrevRange || !pPrevRange->Expand( nScRow, rXFIndex ) ) in SetXF() 1619 if( !pNextRange || !pNextRange->Expand( nScRow, rXFIndex ) ) in SetXF() 1631 else if( pPrevRange->Expand( nScRow, rXFIndex ) ) // try to expand in SetXF() 1639 if( pNextRange && pNextRange->Expand( nScRow, rXFIndex ) ) in SetXF() 1723 if( pPrevRange->Expand( *pNextRange ) ) in TryConcatPrev()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | txtattr.hxx | 175 inline void Expand( sal_uInt16 nDiff ); 204 inline void TextCharAttrib::Expand( sal_uInt16 nDiff ) in Expand() function in TextCharAttrib
|
H A D | treelist.hxx | 216 void Expand( SvListView*,SvListEntry* pParent ); 375 void Expand( SvListEntry* pParent ) { pModel->Expand((SvListView*)this,pParent); } in Expand() function in SvListView
|
/aoo41x/main/editeng/source/outliner/ |
H A D | outlundo.cxx | 194 pOutliner->Expand( pPara ); in Restore() 204 pOutliner->Expand( pPara ); in Restore()
|
/aoo41x/main/cui/source/inc/ |
H A D | cfgutil.hxx | 174 using SvListView::Expand; 175 virtual sal_Bool Expand( SvLBoxEntry* pParent );
|
/aoo41x/main/vcl/source/gdi/ |
H A D | impimage.cxx | 252 void ImplImageBmp::Expand( sal_uInt16 nGrowSize ) in Expand() function in ImplImageBmp 258 maBmpEx.Expand( nDX, 0UL ); in Expand() 261 maDisabledBmpEx.Expand( nDX, 0UL ); in Expand()
|
/aoo41x/main/cui/source/customize/ |
H A D | cfgutil.cxx | 1112 sal_Bool SfxConfigGroupListBox_Impl::Expand( SvLBoxEntry* pParent ) in Expand() function in SfxConfigGroupListBox_Impl 1114 sal_Bool bRet = SvTreeListBox::Expand( pParent ); in Expand() 1307 Expand( pEntry ); in SelectMacro() 1314 Expand( pLib ); in SelectMacro() 1321 Expand( pMod ); in SelectMacro()
|