Home
last modified time | relevance | path

Searched refs:rEntry (Results 76 – 100 of 181) sorted by path

12345678

/trunk/main/svtools/source/dialogs/
H A Dfiledlg2.cxx454 DirEntry& rEntry = aDir[n]; in UpdateEntries() local
455 UniString aName( rEntry.GetName() ); in UpdateEntries()
456 if( aName.Len() && ( aName.GetChar(0) != '.' ) && rEntry.Exists() ) in UpdateEntries()
458 if( FileStat( rEntry ).GetKind() & FSYS_KIND_DIR ) in UpdateEntries()
626 DirEntry& rEntry = aDir[i]; in PreExecute() local
627 UniString aStr = rEntry.GetFull( FSYS_STYLE_HOST, sal_False ); in PreExecute()
629 UniString aVolume = rEntry.GetVolume() ; in PreExecute()
1017 DirEntry& rEntry = aDir[n]; in UpdateEntries() local
1018 UniString aName( rEntry.GetName() ); in UpdateEntries()
1023 && rEntry.Exists() ) ) in UpdateEntries()
[all …]
/trunk/main/svtools/source/misc/
H A Dtransfer2.cxx438 TDataCntnrEntry_Impl& rEntry = (TDataCntnrEntry_Impl&)*aIter; in GetData() local
439 if( nFmtId == rEntry.nId ) in GetData()
441 bFnd = SetAny( rEntry.aAny, rFlavor ); in GetData()
/trunk/main/svx/inc/
H A Dsvdibrow.hxx57 void ImpSetEntry(const ImpItemListRow& rEntry, sal_uIntPtr nEntryNum);
/trunk/main/svx/inc/svx/
H A Ddlgctrl.hxx282 void Append( const XColorEntry& rEntry );
283 void Modify( const XColorEntry& rEntry, sal_uInt16 nPos );
303 void Append( const XHatchEntry& rEntry, const Bitmap& rBitmap );
304 void Modify( const XHatchEntry& rEntry, sal_uInt16 nPos, const Bitmap& rBitmap );
325 void Append( const XGradientEntry& rEntry, const Bitmap& rBitmap );
326 void Modify( const XGradientEntry& rEntry, sal_uInt16 nPos, const Bitmap& rBitmap );
349 void Append(const Size& rSize, const XBitmapEntry& rEntry);
350 void Modify(const Size& rSize, const XBitmapEntry& rEntry, sal_uInt16 nPos);
420 void Append(const XDashEntry& rEntry, const Bitmap& rBitmap );
421 void Modify(const XDashEntry& rEntry, sal_uInt16 nPos, const Bitmap& rBitmap );
[all …]
H A Dgallery1.hxx108 SvStream& operator<<( SvStream& rOut, const GalleryImportThemeEntry& rEntry );
109 SvStream& operator>>( SvStream& rIn, GalleryImportThemeEntry& rEntry );
H A Dlangbox.hxx76 …SVX_DLLPRIVATE sal_uInt16 ImplInsertImgEntry( const String& rEntry, sal_uInt16 nP…
H A Dtxencbox.hxx101 const String& rEntry,
/trunk/main/svx/source/dialog/
H A Ddlgctrl.cxx1332 InsertEntry( rEntry.GetColor(), rEntry.GetName() ); in Append()
1341 InsertEntry( rEntry.GetColor(), rEntry.GetName(), nPos ); in Modify()
1415 InsertEntry( rEntry.GetName() ); in Append()
1535 InsertEntry( rEntry.GetName() ); in Append()
1713 InsertEntry(rEntry.GetName()); in Append()
1733 InsertEntry(rEntry.GetName()); in Modify()
1927 InsertEntry( rEntry.GetName() ); in Append()
2037 rEntry.GetName(), in Append()
2042 InsertEntry(rEntry.GetName()); in Append()
2062 rEntry.GetName(), in Modify()
[all …]
H A Dlangbox.cxx195 sal_uInt16 SvxLanguageBox::ImplInsertImgEntry( const String& rEntry, sal_uInt16 nPos, bool bChecked… in ImplInsertImgEntry() argument
199 nRet = InsertEntry( rEntry, m_aNotCheckedImage, nPos ); in ImplInsertImgEntry()
201 nRet = InsertEntry( rEntry, m_aCheckedImageHC, nPos ); in ImplInsertImgEntry()
203 nRet = InsertEntry( rEntry, m_aCheckedImage, nPos ); in ImplInsertImgEntry()
H A Dtxencbox.cxx184 const String& rEntry, sal_uInt16 nPos ) in InsertTextEncoding() argument
186 sal_uInt16 nAt = InsertEntry( rEntry, nPos ); in InsertTextEncoding()
194 const String& rEntry = m_pEncTable->GetTextString( nEnc ); in InsertTextEncoding() local
195 if ( rEntry.Len() ) in InsertTextEncoding()
196 InsertTextEncoding( nEnc, rEntry, nPos ); in InsertTextEncoding()
/trunk/main/svx/source/gallery2/
H A Dgallery1.cxx147 SvStream& operator<<( SvStream& rOut, const GalleryImportThemeEntry& rEntry ) in operator <<() argument
151 rOut << ByteString( rEntry.aThemeName, RTL_TEXTENCODING_UTF8 ) << in operator <<()
152 ByteString( rEntry.aUIName, RTL_TEXTENCODING_UTF8 ) << in operator <<()
153 … ByteString( String(rEntry.aURL.GetMainURL( INetURLObject::NO_DECODE )), RTL_TEXTENCODING_UTF8 ) << in operator <<()
154 ByteString( rEntry.aImportName, RTL_TEXTENCODING_UTF8 ) << in operator <<()
162 SvStream& operator>>( SvStream& rIn, GalleryImportThemeEntry& rEntry ) in operator >>() argument
166 rIn >> aTmpStr; rEntry.aThemeName = String( aTmpStr, RTL_TEXTENCODING_UTF8 ); in operator >>()
167 rIn >> aTmpStr; rEntry.aUIName = String( aTmpStr, RTL_TEXTENCODING_UTF8 ); in operator >>()
168 rIn >> aTmpStr; rEntry.aURL = INetURLObject( String( aTmpStr, RTL_TEXTENCODING_UTF8 ) ); in operator >>()
169 rIn >> aTmpStr; rEntry.aImportName = String( aTmpStr, RTL_TEXTENCODING_UTF8 ); in operator >>()
/trunk/main/svx/source/sidebar/line/
H A DLinePropertyPanel.cxx1181 const XDash& rEntry = pEntry->GetDash(); in SelectLineStyle() local
1182 if(rDash == rEntry) in SelectLineStyle()
/trunk/main/svx/source/svdraw/
H A Dsvdibrow.cxx119 sal_Bool operator!=(const ImpItemListRow& rEntry) const { return !operator==(rEntry); } in operator !=()
158 && eState==rEntry.eState in operator ==()
159 && nWhichId==rEntry.nWhichId in operator ==()
160 && bComment==rEntry.bComment in operator ==()
161 && bIsNum==rEntry.bIsNum in operator ==()
162 && bCanNum==rEntry.bCanNum in operator ==()
163 && pType==rEntry.pType in operator ==()
165 && nVal==rEntry.nVal in operator ==()
166 && nMin==rEntry.nMin in operator ==()
167 && nMax==rEntry.nMax); in operator ==()
[all …]
/trunk/main/svx/source/unodialogs/textconversiondlgs/
H A Dchinese_dictionarydialog.cxx102 String DictionaryList::makeTabString( const DictionaryEntry& rEntry ) const in makeTabString()
104 String aStr( rEntry.m_aTerm ); in makeTabString()
106 aStr += String( rEntry.m_aMapping ); in makeTabString()
108 aStr += getPropertyTypeName( rEntry.m_nConversionPropertyType ); in makeTabString()
H A Dchinese_dictionarydialog.hxx106 String makeTabString( const DictionaryEntry& rEntry ) const;
/trunk/main/sw/inc/
H A Ddoc.hxx1380 sal_Bool InsertGlossary( SwTextBlocks& rBlock, const String& rEntry,
H A Dunocrsrhelper.hxx90 sal_Bool getCrsrPropertyValue(const SfxItemPropertySimpleEntry& rEntry
104 …void resetCrsrPropertyValue(const SfxItemPropertySimpleEntry& rEntry, SwPaM…
207 SfxItemPropertySimpleEntry const& rEntry,
H A Dunoport.hxx151 const SfxItemPropertySimpleEntry& rEntry, SwUnoCrsr *pUnoCrsr, SfxItemSet *&pSet );
/trunk/main/sw/source/core/doc/
H A Ddocglos.cxx107 sal_Bool SwDoc::InsertGlossary( SwTextBlocks& rBlock, const String& rEntry, in InsertGlossary() argument
111 sal_uInt16 nIdx = rBlock.GetIndex( rEntry ); in InsertGlossary()
H A Ddocruby.cxx194 sal_Bool SwDoc::_SelectNextRubyChars( SwPaM& rPam, SwRubyListEntry& rEntry, sal_uInt16 ) in _SelectNextRubyChars() argument
270 rEntry.SetRubyAttr( pAttr->GetRuby() ); in _SelectNextRubyChars()
350 rEntry.SetText( pTxt->Copy( nStart, in _SelectNextRubyChars()
/trunk/main/sw/source/core/layout/
H A Dmovedfwdfrmsbyobjpos.cxx81 const NodeMapEntry& rEntry = *(aIter); in DoesRowContainMovedFwdFrm() local
82 if ( rEntry.second >= nPageNumOfRow ) in DoesRowContainMovedFwdFrm()
84 SwIterator<SwTxtFrm,SwTxtNode> aFrmIter( *rEntry.first ); in DoesRowContainMovedFwdFrm()
H A Dpaintfrm.cxx2377 aStart.X() = rEntry.mnStartPos; in PaintLines()
2378 aStart.Y() = rEntry.mnKey; in PaintLines()
2379 aEnd.X() = rEntry.mnEndPos; in PaintLines()
2380 aEnd.Y() = rEntry.mnKey; in PaintLines()
2384 aStart.X() = rEntry.mnKey; in PaintLines()
2385 aStart.Y() = rEntry.mnStartPos; in PaintLines()
2386 aEnd.X() = rEntry.mnKey; in PaintLines()
2387 aEnd.Y() = rEntry.mnEndPos; in PaintLines()
2550 const SwLineEntry& rEntry = *aIter; in FindStylesForLine() local
2575 const SwLineEntry& rEntry = *aIter; in FindStylesForLine() local
[all …]
/trunk/main/sw/source/core/table/
H A Dswtable.cxx603 const long nOldMin = rEntry.nMin; in lcl_SortedTabColInsert()
605 rEntry.nMin = nLeftMin; in lcl_SortedTabColInsert()
607 const long nOldMax = rEntry.nMax; in lcl_SortedTabColInsert()
609 rEntry.nMax = nRightMax; in lcl_SortedTabColInsert()
619 rEntry.nMin = nPos; in lcl_SortedTabColInsert()
675 rEntry.nPos -= rToFill.GetLeft(); in GetTabCols()
676 rEntry.nMin -= rToFill.GetLeft(); in GetTabCols()
677 rEntry.nMax -= rToFill.GetLeft(); in GetTabCols()
747 rEntry.nPos += rToFill.GetLeft(); in GetTabCols()
748 rEntry.nMin += rToFill.GetLeft(); in GetTabCols()
[all …]
/trunk/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx2028 … const String& rEntry = mrSh.getIDocumentOutlineNodesAccess()->getOutlineText( i ); in EnhancedPDFExport() local
2032 pPDFExtOutDevData->CreateOutlineItem( nParent, rEntry, nDestId ); in EnhancedPDFExport()
/trunk/main/sw/source/core/unocore/
H A Dunocrsrhelper.cxx140 const SfxItemPropertySimpleEntry& rEntry, in getCrsrPropertyValue() argument
150 switch(rEntry.nWID) in getCrsrPropertyValue()
212 pFmt = FN_UNO_PARA_CONDITIONAL_STYLE_NAME == rEntry.nWID in getCrsrPropertyValue()
261 if(rEntry.nWID == FN_UNO_NUM_LEVEL) in getCrsrPropertyValue()
263 else if(rEntry.nWID == FN_UNO_IS_NUMBER) in getCrsrPropertyValue()
268 else if ( rEntry.nWID == FN_UNO_LIST_ID ) in getCrsrPropertyValue()
287 if(rEntry.nWID == FN_UNO_NUM_LEVEL) in getCrsrPropertyValue()
289 else if(rEntry.nWID == FN_UNO_IS_NUMBER) in getCrsrPropertyValue()
292 else if ( rEntry.nWID == FN_UNO_LIST_ID ) in getCrsrPropertyValue()
392 if(FN_UNO_TEXT_TABLE == rEntry.nWID) in getCrsrPropertyValue()
[all …]

Completed in 224 milliseconds

12345678