Home
last modified time | relevance | path

Searched refs:rEntry (Results 151 – 175 of 181) sorted by path

12345678

/trunk/main/unotools/source/config/
H A Dconfigmgr.cxx130 ConfigItemListEntry_Impl& rEntry = *aListIter; in ~ConfigManager() local
131 rEntry.pConfigItem->ReleaseConfigMgr(); in ~ConfigManager()
228 ConfigItemListEntry_Impl& rEntry = *aListIter; in RegisterConfigItem() local
229 if(rEntry.pConfigItem == &rCfgItem) in RegisterConfigItem()
245 ConfigItemListEntry_Impl& rEntry = *aListIter; in AcquireTree() local
246 if(rEntry.pConfigItem == &rCfgItem) in AcquireTree()
325 ConfigItemListEntry_Impl& rEntry = *aListIter; in RemoveConfigItem() local
326 if(rEntry.pConfigItem == &rCfgItem) in RemoveConfigItem()
344 ConfigItemListEntry_Impl& rEntry = *aListIter; in StoreConfigItems() local
345 if(rEntry.pConfigItem->IsModified()) in StoreConfigItems()
[all …]
H A Ddynamicmenuoptions.cxx127 void AppendSetupEntry( const SvtDynMenuEntry& rEntry ) in AppendSetupEntry() argument
131 ( lSetupEntries.rbegin()->sURL != rEntry.sURL ) in AppendSetupEntry()
134 lSetupEntries.push_back( rEntry ); in AppendSetupEntry()
143 void AppendUserEntry( SvtDynMenuEntry& rEntry ) in AppendUserEntry() argument
147 ( lUserEntries.rbegin()->sURL != rEntry.sURL ) in AppendUserEntry()
150 rEntry.sName = PATHPREFIX_USER; in AppendUserEntry()
151 rEntry.sName += OUString::valueOf( (sal_Int32)impl_getNextUserEntryNr() ); in AppendUserEntry()
152 lUserEntries.push_back( rEntry ); in AppendUserEntry()
H A Dinetoptions.cxx360 Map::mapped_type & rEntry = m_aListeners[rListener]; in addPropertiesChangeListener() local
362 rEntry.insert(rPropertyNames[i]); in addPropertiesChangeListener()
/trunk/main/unotools/source/misc/
H A Dfontcvt.cxx1260 const SymbolEntry &rEntry = (*aResult).second; in ConvertChar() local
1261 sRet.AssignAscii(SymbolFontToString(rEntry.eFont)); in ConvertChar()
1262 rChar = rEntry.cIndex; in ConvertChar()
/trunk/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm1128 rEntry.Value >>= aCtrlType;
1132 rEntry.Value >>= aChoices;
1141 rEntry.Value >>= aVal;
1179 rEntry.Value >>= aText;
1184 rEntry.Value >>= aCtrlType;
1188 rEntry.Value >>= aChoices;
1193 rEntry.Value >>= aVal;
1199 rEntry.Value >>= bValue;
1204 rEntry.Value >>= nMinValue;
1208 rEntry.Value >>= nMaxValue;
[all …]
/trunk/main/vcl/inc/
H A Dilstbox.hxx273 void ImplUpdateEntryMetrics( ImplEntryType& rEntry );
/trunk/main/vcl/inc/vcl/
H A Dfontmanager.hxx455 static bool parseXLFD( const rtl::OString& rXLFD, XLFDEntry& rEntry );
/trunk/main/vcl/source/control/
H A Dilstbox.cxx660 void ImplListBoxWindow::ImplUpdateEntryMetrics( ImplEntryType& rEntry ) in ImplUpdateEntryMetrics() argument
663 aMetrics.bText = rEntry.maStr.Len() ? sal_True : sal_False; in ImplUpdateEntryMetrics()
664 aMetrics.bImage = !!rEntry.maImage; in ImplUpdateEntryMetrics()
673 if( (rEntry.mnFlags & LISTBOX_ENTRY_FLAG_MULTILINE) ) in ImplUpdateEntryMetrics()
681 … aTextRect = GetTextRect( aTextRect, rEntry.maStr, TEXT_DRAW_WORDBREAK | TEXT_DRAW_MULTILINE ); in ImplUpdateEntryMetrics()
691 aMetrics.nTextWidth = (sal_uInt16)GetTextWidth( rEntry.maStr ); in ImplUpdateEntryMetrics()
700 Size aImgSz = rEntry.maImage.GetSizePixel(); in ImplUpdateEntryMetrics()
739 rEntry.mnHeight = aMetrics.nEntryHeight; in ImplUpdateEntryMetrics()
/trunk/main/vcl/source/gdi/
H A Dbitmap4.cxx967 PopArtEntry& rEntry = pPopArtTable[ n ]; in ImplPopArt() local
968 rEntry.mnIndex = (sal_uInt16) n; in ImplPopArt()
969 rEntry.mnCount = 0; in ImplPopArt()
H A Doutdev3.cxx457 const ImplFontSubstEntry& rEntry = *it; in FindFontSubstitute() local
458 if( ((rEntry.mnFlags & nFlags) || !nFlags) in FindFontSubstitute()
459 && (rEntry.maSearchName == rSearchName) ) in FindFontSubstitute()
461 rSubstName = rEntry.maSearchReplaceName; in FindFontSubstitute()
H A Dprint3.cxx1406 const beans::PropertyValue& rEntry( aOptProp[ n ] ); in setUIOptions() local
1407 if( rEntry.Name.equalsAscii( "Property" ) ) in setUIOptions()
1410 rEntry.Value >>= aVal; in setUIOptions()
1417 else if( rEntry.Name.equalsAscii( "Enabled" ) ) in setUIOptions()
1420 rEntry.Value >>= bValue; in setUIOptions()
1423 else if( rEntry.Name.equalsAscii( "DependsOnName" ) ) in setUIOptions()
1425 rEntry.Value >>= aDep.maDependsOnName; in setUIOptions()
1427 else if( rEntry.Name.equalsAscii( "DependsOnEntry" ) ) in setUIOptions()
1429 rEntry.Value >>= aDep.mnDependsOnEntry; in setUIOptions()
1431 else if( rEntry.Name.equalsAscii( "ChoicesDisabled" ) ) in setUIOptions()
[all …]
/trunk/main/vcl/source/window/
H A Dprintdlg.cxx1218 rEntry.Value >>= aText; in setupOptionalUI()
1222 rEntry.Value >>= aCtrlType; in setupOptionalUI()
1226 rEntry.Value >>= aChoices; in setupOptionalUI()
1235 rEntry.Value >>= aVal; in setupOptionalUI()
1241 rEntry.Value >>= bValue; in setupOptionalUI()
1246 rEntry.Value >>= aGroupingHint; in setupOptionalUI()
1250 rEntry.Value >>= aDependsOnName; in setupOptionalUI()
1254 rEntry.Value >>= nDependsOnValue; in setupOptionalUI()
1262 rEntry.Value >>= nMinValue; in setupOptionalUI()
1266 rEntry.Value >>= nMaxValue; in setupOptionalUI()
[all …]
H A Dwpropset.cxx216 …OSL_ENSURE( rEntry.mpWindow == 0 && rEntry.mpLayout.get() == 0, "inserted layout has duplicate nam… in addLayoutToSet()
217 rEntry.mpWindow = NULL; in addLayoutToSet()
218 rEntry.mpLayout = i_pLayout; in addLayoutToSet()
219 rEntry.maSavedValues = i_pLayout->getProperties(); in addLayoutToSet()
233 …OSL_ENSURE( rEntry.mpWindow == 0 && rEntry.mpLayout.get() == 0, "inserted window has duplicate nam… in addWindowToSet()
234 rEntry.mpWindow = i_pWindow; in addWindowToSet()
235 rEntry.mpLayout.reset(); in addWindowToSet()
236 rEntry.maSavedValues = i_pWindow->getProperties(); in addWindowToSet()
312 WindowPropertySetData::PropertyMapEntry& rEntry = it->second; in IMPL_LINK() local
336 rEntry.maSavedValues = rEntry.getProperties(); in IMPL_LINK()
[all …]
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.hxx242 DropTargetEntry( const DropTargetEntry& rEntry ) : in DropTargetEntry()
243 m_pTarget( rEntry.m_pTarget ), in DropTargetEntry()
244 m_aRootWindow( rEntry.m_aRootWindow ) in DropTargetEntry()
249 DropTargetEntry& operator=(const DropTargetEntry& rEntry) in operator =()
250 { m_pTarget = rEntry.m_pTarget; m_aRootWindow = rEntry.m_aRootWindow; return *this; } in operator =()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontcache.cxx138 const FontCacheEntry& rEntry( entry_it->second.m_aEntry ); in flush() local
139 if( rEntry.begin() == rEntry.end() ) in flush()
148 aLine = ByteString::CreateFromInt32( rEntry.front()->m_eType ); in flush()
154 … for( FontCacheEntry::const_iterator it = rEntry.begin(); it != rEntry.end(); ++it, nSubEntry++ ) in flush()
487 FontCacheEntry& rEntry = (*pDir)[aFile].m_aEntry; in read() local
488 rEntry.push_back( pFont ); in read()
H A Dfontmanager.cxx1516 rEntry.aFoundry = aFoundry; in parseXLFD()
1518 rEntry.aAddStyle = aAddStyle; in parseXLFD()
1520 rEntry.eWeight = parseWeight( aWeight ); in parseXLFD()
1522 rEntry.eItalic = parseItalic( aSlant ); in parseXLFD()
1524 rEntry.eWidth = parseWidth( aWidth ); in parseXLFD()
1528 rEntry.ePitch = pitch::Fixed; in parseXLFD()
1530 rEntry.ePitch = pitch::Variable; in parseXLFD()
1551 rEntry.nMask = 0; in parseXLFD()
1552 if( rEntry.aFoundry != "*" ) rEntry.nMask |= XLFDEntry::MaskFoundry; in parseXLFD()
1553 if( rEntry.aFamily != "*" ) rEntry.nMask |= XLFDEntry::MaskFamily; in parseXLFD()
[all …]
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx1180 SalDisplay::RenderEntry& rEntry = GetDisplay()->GetRenderEntries( m_nScreen )[ 32 ]; in drawFilledTrapezoids() local
1181 if( !rEntry.m_aPicture ) in drawFilledTrapezoids()
1185 rEntry.m_aPixmap = ::XCreatePixmap( pXDisplay, hDrawable_, 1, 1, 32 ); in drawFilledTrapezoids()
1190 rEntry.m_aPicture = rRenderPeer.CreatePicture( rEntry.m_aPixmap, pXRPF, CPRepeat, &aAttr ); in drawFilledTrapezoids()
1195 rRenderPeer.FillRectangle( PictOpSrc, rEntry.m_aPicture, &aRenderColor, 0, 0, 1, 1 ); in drawFilledTrapezoids()
1205 rEntry.m_aPicture, aDstPic, pMaskFormat, 0, 0, &aTrapVector[0], aTrapVector.size() ); in drawFilledTrapezoids()
H A Dsalgdi3.cxx589 SalDisplay::RenderEntry& rEntry = GetDisplay()->GetRenderEntries( m_nScreen )[ nVisualDepth ]; in DrawServerAAFontString() local
590 if( !rEntry.m_aPicture ) in DrawServerAAFontString()
604 rEntry.m_aPixmap = ::XCreatePixmap( pDisplay, hDrawable_, 1, 1, nVisualDepth ); in DrawServerAAFontString()
608rEntry.m_aPicture = rRenderPeer.CreatePicture ( rEntry.m_aPixmap, pVisualFormat, CPRepeat, &aAttr … in DrawServerAAFontString()
613 rRenderPeer.FillRectangle( PictOpSrc, rEntry.m_aPicture, &aRenderColor, 0, 0, 1, 1 ); in DrawServerAAFontString()
642 rRenderPeer.CompositeString32( rEntry.m_aPicture, aDstPic, in DrawServerAAFontString()
/trunk/main/vcl/win/source/gdi/
H A Dsalbmp.cxx91 void addEntry(WinSalBitmap& rEntry) in addEntry() argument
94 EntryMap::iterator aFound = maEntries.find(&rEntry); in addEntry()
103 maEntries[&rEntry] = nDefaultCycles; in addEntry()
107 void remEntry(WinSalBitmap& rEntry) in remEntry() argument
110 EntryMap::iterator aFound = maEntries.find(&rEntry); in remEntry()
123 void touchEntry(WinSalBitmap& rEntry) in touchEntry() argument
126 EntryMap::iterator aFound = maEntries.find(&rEntry); in touchEntry()
/trunk/main/writerfilter/source/dmapper/
H A DStyleSheetTable.cxx79 TableStyleSheetEntry::TableStyleSheetEntry( StyleSheetEntry& rEntry, StyleSheetTable* pStyles ): in TableStyleSheetEntry() argument
84 bIsDefaultStyle = rEntry.bIsDefaultStyle; in TableStyleSheetEntry()
85 bInvalidHeight = rEntry.bInvalidHeight; in TableStyleSheetEntry()
86 bHasUPE = rEntry.bHasUPE; in TableStyleSheetEntry()
88 sBaseStyleIdentifier = rEntry.sBaseStyleIdentifier; in TableStyleSheetEntry()
89 sNextStyleIdentifier = rEntry.sNextStyleIdentifier; in TableStyleSheetEntry()
90 sStyleName = rEntry.sStyleName; in TableStyleSheetEntry()
91 sStyleName1 = rEntry.sStyleName1; in TableStyleSheetEntry()
92 sStyleIdentifierI = rEntry.sStyleIdentifierI; in TableStyleSheetEntry()
93 sStyleIdentifierD = rEntry.sStyleIdentifierD; in TableStyleSheetEntry()
/trunk/main/xmloff/inc/xmloff/
H A Dxmlprmap.hxx75 const XMLPropertySetMapperEntry_Impl& rEntry );
/trunk/main/xmloff/source/core/
H A DRDFaExportHelper.cxx137 ::rtl::OUString & rEntry( in LookupBlankNode()
139 if (!rEntry.getLength()) in LookupBlankNode()
144 rEntry = buf.makeStringAndClear(); in LookupBlankNode()
146 return rEntry; in LookupBlankNode()
H A DRDFaImportHelper.cxx284 uno::Reference< rdf::XBlankNode > & rEntry( m_BlankNodeMap[ i_rNodeId ] ); in LookupBlankNode() local
285 if (!rEntry.is()) in LookupBlankNode()
287 rEntry = m_xRepository->createBlankNode(); in LookupBlankNode()
289 return rEntry; in LookupBlankNode()
H A Dnmspmap.cxx308 const NameSpaceEntry &rEntry = (*it).second.getBody(); in _GetKeyByAttrName() local
310 *pPrefix = rEntry.sPrefix; in _GetKeyByAttrName()
312 *pLocalName = rEntry.sName; in _GetKeyByAttrName()
313 nKey = rEntry.nKey; in _GetKeyByAttrName()
H A Dxmltkmap.cxx52 SvXMLTokenMapEntry_Impl( const SvXMLTokenMapEntry& rEntry ) : in SvXMLTokenMapEntry_Impl() argument
53 nPrefixKey( rEntry.nPrefixKey ), in SvXMLTokenMapEntry_Impl()
54 sLocalName( GetXMLToken( rEntry.eLocalName ) ), in SvXMLTokenMapEntry_Impl()
55 nToken( rEntry.nToken ) in SvXMLTokenMapEntry_Impl()

Completed in 203 milliseconds

12345678