Home
last modified time | relevance | path

Searched refs:eLocation (Results 1 – 20 of 20) sorted by relevance

/trunk/main/basctl/source/basicide/
H A Dbastype2.cxx101 ,m_eLocation( eLocation ) in BasicDocumentEntry()
111 :BasicDocumentEntry( rDocument, eLocation, eType ) in BasicLibEntry()
129 ,m_eLocation( eLocation ) in BasicEntryDescriptor()
140 ,m_eLocation( eLocation ) in BasicEntryDescriptor()
225 SvLBoxEntry* pDocumentRootEntry = FindRootEntry( rDocument, eLocation ); in ScanEntry()
227 ImpCreateLibEntries( pDocumentRootEntry, rDocument, eLocation ); in ScanEntry()
230 String aRootName( GetRootEntryName( rDocument, eLocation ) ); in ScanEntry()
256 if ( eLocation == rDocument.getLibraryLocation( aLibName ) ) in ImpCreateLibEntries()
741 return rDocument.getTitle( eLocation, GetLibraryType() ); in GetRootEntryName()
821 LibraryLocation eLocation( aDesc.GetLocation() ); in SetCurrentEntry() local
[all …]
H A Dbastype2.hxx72 …BasicDocumentEntry( const ScriptDocument& rDocument, LibraryLocation eLocation, BasicEntryType eTy…
86 …BasicLibEntry( const ScriptDocument& rDocument, LibraryLocation eLocation, const String& rLibName,…
104 …BasicEntryDescriptor( const ScriptDocument& rDocument, LibraryLocation eLocation, const String& rL…
105 …BasicEntryDescriptor( const ScriptDocument& rDocument, LibraryLocation eLocation, const String& rL…
117 void SetLocation( LibraryLocation eLocation ) { m_eLocation = eLocation; } in SetLocation() argument
162 …ntries( SvLBoxEntry* pShellRootEntry, const ScriptDocument& rDocument, LibraryLocation eLocation );
183 void ScanEntry( const ScriptDocument& rDocument, LibraryLocation eLocation );
194 SvLBoxEntry* FindRootEntry( const ScriptDocument& rDocument, LibraryLocation eLocation );
206 …String GetRootEntryName( const ScriptDocument& rDocument, LibraryLocation eLocation ) con…
H A Dbastype3.cxx58 LibraryLocation eLocation( aDesc.GetLocation() ); in RequestingChilds() local
63 ImpCreateLibEntries( pEntry, aDocument, eLocation ); in RequestingChilds()
277 LibraryLocation eLocation = LIBRARY_LOCATION_UNKNOWN; in GetEntryDescriptor() local
285 …return BasicEntryDescriptor( aDocument, eLocation, aLibName, aLibSubName, aName, aMethodName, eTyp… in GetEntryDescriptor()
308 eLocation = pBasicDocumentEntry->GetLocation(); in GetEntryDescriptor()
374 …return BasicEntryDescriptor( aDocument, eLocation, aLibName, aLibSubName, aName, aMethodName, eTyp… in GetEntryDescriptor()
420 LibraryLocation eLocation( aDesc.GetLocation() ); in IsValidEntry() local
432 || GetRootEntryName( aDocument, eLocation ) == GetEntryText( pEntry ) in IsValidEntry()
478 …ntry* BasicTreeListBox::FindRootEntry( const ScriptDocument& rDocument, LibraryLocation eLocation ) in FindRootEntry() argument
487 …sicDocumentEntry->GetDocument() == rDocument ) && pBasicDocumentEntry->GetLocation() == eLocation ) in FindRootEntry()
H A Dmoduldlg.cxx642 LibraryLocation eLocation( aDesc.GetLocation() ); in CheckButtons() local
654 if ( bReadOnly || eLocation == LIBRARY_LOCATION_SHARE ) in CheckButtons()
666 if ( nDepth >= 2 && !bReadOnly && eLocation != LIBRARY_LOCATION_SHARE ) in CheckButtons()
850 LibraryLocation eLocation = aDocument.getLibraryLocation( aLibName ); in NewDialog() local
851 SvLBoxEntry* pRootEntry = aBasicBox.FindRootEntry( aDocument, eLocation ); in NewDialog()
1011 LibraryLocation eLocation = rDocument.getLibraryLocation( aLibName ); in createModImpl() local
1012 SvLBoxEntry* pRootEntry = rBasicBox.FindRootEntry( rDocument, eLocation ); in createModImpl()
H A Dbasicbox.cxx247 void BasicLibBox::InsertEntries( const ScriptDocument& rDocument, LibraryLocation eLocation ) in InsertEntries() argument
257 if ( eLocation == rDocument.getLibraryLocation( aLibName ) ) in InsertEntries()
259 String aName( rDocument.getTitle( eLocation ) ); in InsertEntries()
262 SetEntryData( nPos, new BasicLibEntry( rDocument, eLocation, aLibName ) ); in InsertEntries()
H A Dmoduldl2.cxx1512 void LibPage::InsertListBoxEntry( const ScriptDocument& rDocument, LibraryLocation eLocation ) in InsertListBoxEntry() argument
1514 String aEntryText( rDocument.getTitle( eLocation ) ); in InsertListBoxEntry()
1516 aBasicsBox.SetEntryData( nPos, new BasicDocumentEntry( rDocument, eLocation ) ); in InsertListBoxEntry()
1531 LibraryLocation eLocation = pEntry->GetLocation(); in SetCurLib() local
1532 if ( aDocument != m_aCurDocument || eLocation != m_eCurLocation ) in SetCurLib()
1535 m_eCurLocation = eLocation; in SetCurLib()
1547 if ( eLocation == aDocument.getLibraryLocation( aLibName ) ) in SetCurLib()
H A Dscriptdocument.cxx1523 LibraryLocation eLocation = LIBRARY_LOCATION_UNKNOWN; in getLibraryLocation() local
1528 eLocation = LIBRARY_LOCATION_DOCUMENT; in getLibraryLocation()
1536 eLocation = LIBRARY_LOCATION_USER; in getLibraryLocation()
1540 eLocation = LIBRARY_LOCATION_SHARE; in getLibraryLocation()
1545 return eLocation; in getLibraryLocation()
H A Dbasides2.cxx168 LibraryLocation eLocation = m_aCurDocument.getLibraryLocation( m_aCurLibName ); in SetMDITitle() local
169 aTitle = m_aCurDocument.getTitle( eLocation ); in SetMDITitle()
H A Dbasicbox.hxx87 void InsertEntries( const ScriptDocument& rDocument, LibraryLocation eLocation );
H A Dbastypes.cxx216 LibraryLocation eLocation = m_aDocument.getLibraryLocation( m_aLibName ); in CreateQualifiedName() local
217 aName = m_aDocument.getTitle( eLocation ); in CreateQualifiedName()
H A Dmoduldlg.hxx251 …id InsertListBoxEntry( const ScriptDocument& rDocument, LibraryLocation eLocation );
H A Dbaside3.cxx1314 LibraryLocation eLocation = aDocument.getLibraryLocation( aLibName ); in CreateEntryDescriptor() local
1315 …return BasicEntryDescriptor( aDocument, eLocation, aLibName, aLibSubName, GetName(), OBJ_TYPE_DIAL… in CreateEntryDescriptor()
H A Dbasides1.cxx909 LibraryLocation eLocation = m_aCurDocument.getLibraryLocation( m_aCurLibName ); in GetState() local
910 … aName = CreateMgrAndLibStr( m_aCurDocument.getTitle( eLocation ), m_aCurLibName ); in GetState()
H A Dbaside2.cxx1401 LibraryLocation eLocation = aDocument.getLibraryLocation( aLibName ); in CreateEntryDescriptor() local
1434 …return BasicEntryDescriptor( aDocument, eLocation, aLibName, aLibSubName, aModName, OBJ_TYPE_MODUL… in CreateEntryDescriptor()
/trunk/main/xmloff/source/style/
H A Dbackhdl.cxx153 style::GraphicLocation eLocation; in exportXML() local
154 if( !( rValue >>= eLocation ) ) in exportXML()
158 eLocation = (style::GraphicLocation)nValue; in exportXML()
167 switch( eLocation ) in exportXML()
195 switch( eLocation ) in exportXML()
/trunk/main/editeng/inc/editeng/
H A Dshaditem.hxx54 SvxShadowLocation eLocation; member in SvxShadowItem
84 SvxShadowLocation GetLocation() const { return eLocation; } in GetLocation()
87 void SetLocation( SvxShadowLocation eNew ) { eLocation = eNew; } in SetLocation()
102 eLocation = rFmtShadow.GetLocation(); in operator =()
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx1296 eLocation ( eLoc ) in SvxShadowItem()
1310 switch( eLocation ) in QueryValue()
1414 if ( eLocation == SVX_SHADOW_TOPLEFT || in CalcShadowSpace()
1415 eLocation == SVX_SHADOW_TOPRIGHT ) in CalcShadowSpace()
1421 eLocation == SVX_SHADOW_BOTTOMRIGHT ) in CalcShadowSpace()
1426 if ( eLocation == SVX_SHADOW_TOPLEFT || in CalcShadowSpace()
1427 eLocation == SVX_SHADOW_BOTTOMLEFT ) in CalcShadowSpace()
1432 if ( eLocation == SVX_SHADOW_TOPRIGHT || in CalcShadowSpace()
1433 eLocation == SVX_SHADOW_BOTTOMRIGHT ) in CalcShadowSpace()
3807 style::GraphicLocation eLocation; in PutValue() local
[all …]
/trunk/main/sc/source/ui/pagedlg/
H A Dtphfedit.cxx398 eLocation(eLoc), in ScEditWindow()
647 switch (eLocation) in CreateAccessible()
/trunk/main/sc/source/ui/inc/
H A Dtphfedit.hxx95 ScEditWindowLocation eLocation; member in ScEditWindow
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx2010 SvxShadowLocation eLocation = pSI->GetLocation(); in WriteFlyFrameAttr() local
2011 if( (eLocation!=SVX_SHADOW_NONE) && (pSI->GetWidth()!=0) ) in WriteFlyFrameAttr()
2013 switch( eLocation ) in WriteFlyFrameAttr()

Completed in 129 milliseconds