Home
last modified time | relevance | path

Searched refs:rEntry (Results 26 – 50 of 181) sorted by last modified time

12345678

/trunk/main/xmlsecurity/source/dialogs/
H A Dmacrosecurity.cxx318 cssu::Sequence< ::rtl::OUString >& rEntry = maTrustedAuthors[ nEntry ]; in FillCertLB() local
322 xCert = mpDlg->mxSecurityEnvironment->createCertificateFromAscii( rEntry[ 2 ] ); in FillCertLB()
/trunk/main/xmloff/source/text/
H A Dtxtimp.cxx2736 Impl::BookmarkMapEntry_t & rEntry = in FindAndRemoveBookmarkStartRange() local
2738 o_rRange.set(rEntry.get<0>()); in FindAndRemoveBookmarkStartRange()
2739 o_rXmlId = rEntry.get<1>(); in FindAndRemoveBookmarkStartRange()
2740 o_rpRDFaAttributes = rEntry.get<2>(); in FindAndRemoveBookmarkStartRange()
H A DXMLIndexSimpleEntryContext.cxx58 const OUString& rEntry, in XMLIndexSimpleEntryContext() argument
63 , rEntryType(rEntry) in XMLIndexSimpleEntryContext()
H A DXMLIndexSimpleEntryContext.hxx65 const ::rtl::OUString& rEntry,
/trunk/main/xmloff/source/style/
H A Dxmlnumfi.cxx1342 const SvXMLDefaultDateFormat& rEntry = aDefaultDateFormats[nPos]; in GetDefaultDateFormat() local
1343 if ( bSystem == rEntry.bSystem && in GetDefaultDateFormat()
1344 ( eDOW == rEntry.eDOW || ( rEntry.eDOW == XML_DEA_ANY && eDOW != XML_DEA_NONE ) ) && in GetDefaultDateFormat()
1345 ( eDay == rEntry.eDay || ( rEntry.eDay == XML_DEA_ANY && eDay != XML_DEA_NONE ) ) && in GetDefaultDateFormat()
1346 ( eMonth == rEntry.eMonth || ( rEntry.eMonth == XML_DEA_ANY && eMonth != XML_DEA_NONE ) ) && in GetDefaultDateFormat()
1347 ( eYear == rEntry.eYear || ( rEntry.eYear == XML_DEA_ANY && eYear != XML_DEA_NONE ) ) && in GetDefaultDateFormat()
1348 ( eHours == rEntry.eHours || ( rEntry.eHours == XML_DEA_ANY && eHours != XML_DEA_NONE ) ) && in GetDefaultDateFormat()
1349 ( eMins == rEntry.eMins || ( rEntry.eMins == XML_DEA_ANY && eMins != XML_DEA_NONE ) ) && in GetDefaultDateFormat()
1350 ( eSecs == rEntry.eSecs || ( rEntry.eSecs == XML_DEA_ANY && eSecs != XML_DEA_NONE ) ) ) in GetDefaultDateFormat()
1352 return sal::static_int_cast< sal_uInt16 >(rEntry.eFormat); in GetDefaultDateFormat()
H A Dxmlprmap.cxx60 const XMLPropertySetMapperEntry_Impl& rEntry ) : in XMLPropertySetMapperEntry_Impl() argument
61 sXMLAttributeName( rEntry.sXMLAttributeName), in XMLPropertySetMapperEntry_Impl()
62 sAPIPropertyName( rEntry.sAPIPropertyName), in XMLPropertySetMapperEntry_Impl()
63 nXMLNameSpace( rEntry.nXMLNameSpace), in XMLPropertySetMapperEntry_Impl()
64 nType( rEntry.nType), in XMLPropertySetMapperEntry_Impl()
65 nContextId( rEntry.nContextId), in XMLPropertySetMapperEntry_Impl()
67 pHdl( rEntry.pHdl) in XMLPropertySetMapperEntry_Impl()
181 rEntry.nXMLNameSpace == nNamespace && in GetEntryIndex()
182 rStrName == rEntry.sXMLAttributeName ) in GetEntryIndex()
206 if( rEntry.nXMLNameSpace == nNameSpace && in FindEntryIndex()
[all …]
/trunk/main/xmloff/source/core/
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()
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()
/trunk/main/xmloff/inc/xmloff/
H A Dxmlprmap.hxx75 const XMLPropertySetMapperEntry_Impl& rEntry );
/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/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/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/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/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/source/window/
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 …]
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 …]
/trunk/main/vcl/source/gdi/
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/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/inc/vcl/
H A Dfontmanager.hxx455 static bool parseXLFD( const rtl::OString& rXLFD, XLFDEntry& rEntry );
/trunk/main/vcl/inc/
H A Dilstbox.hxx273 void ImplUpdateEntryMetrics( ImplEntryType& rEntry );
/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 …]

Completed in 203 milliseconds

12345678